git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@668 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
025d5992bb
commit
8d51d682db
|
@ -85,7 +85,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
|||
CH_IRQ_PROLOGUE() and CH_IRQ_EPILOGUE() in order to make very clear that
|
||||
those are not functions but inlined code. Also introduced a new macro
|
||||
CH_IRQ_HANDLER that should be used when declaring an interrupt handler.
|
||||
- Improved ARM7 and Cortex-M3 support.
|
||||
- Improved ARM7 and Cortex-M3 support, new configuration options.
|
||||
- Introduced the concept of interrupt classes, see the documentation.
|
||||
- Introduced the concept of system states, see the documentation.
|
||||
- Huge improvements to the ports documentation.
|
||||
|
|
Loading…
Reference in New Issue