git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@764 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
ff9e21bc29
commit
50708b3951
|
@ -123,7 +123,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.
|
||||
CHANGE: Renamed several internal initialization functions by removing the
|
||||
- CHANGE: Renamed several internal initialization functions by removing the
|
||||
"ch" prefix because could not be considered system APIs.
|
||||
- Improved ARM7 and Cortex-M3 support, new configuration options.
|
||||
- Introduced the concept of interrupt classes, see the documentation.
|
||||
|
|
|
@ -8,3 +8,6 @@ KERNSRC = ../../src/chsys.c ../../src/chdebug.c \
|
|||
../../src/chmsg.c ../../src/chqueues.c \
|
||||
../../src/chheap.c ../../src/chmempools.c \
|
||||
../../src/chserial.c
|
||||
|
||||
# Required include directories
|
||||
KERNINC = ../../src/include
|
||||
|
|
|
@ -3,3 +3,6 @@ TESTSRC = ../../test/test.c ../../test/testrdy.c ../../test/testsem.c \
|
|||
../../test/testmtx.c ../../test/testcond.c ../../test/testmsg.c \
|
||||
../../test/testevt.c ../../test/testheap.c ../../test/testpools.c \
|
||||
../../test/testdyn.c ../../test/testbmk.c
|
||||
|
||||
# Required include directories
|
||||
TESTINC = ../../test
|
||||
|
|
Loading…
Reference in New Issue