git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1231 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2009-10-17 11:23:56 +00:00
parent e9d7b9de57
commit efa39b271f
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,7 @@ CSRC = ${PORTSRC} \
${CHIBIOS}/os/io/platforms/AT91SAM7X/mii_lld.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/mac_lld.c \
${CHIBIOS}/os/io/platforms/AT91SAM7X/at91lib/aic.c \
${CHIBIOS}/os/various/syscalls.c \
${CHIBIOS}/os/various/evtimer.c \
web/webthread.c \
board.c main.c

View File

@ -15,6 +15,9 @@
manager.
- NEW: Added a "hungry" mode to the memory pools allocator, when enabled, this
mode makes a memory pool to feed memory from the core memory manager.
- NEW: Added newlib interface file syscalls.c under ./os/various for use with
the newest YAGARTO releases. The file provides bindings between the C
runtime and the core memory manager.
- CHANGE: Because the changes in the allocators some API prototypes changed:
chHeapAlloc(), chHeapStatus(), chThdCreateFromHeap().
- CHANGE: Because the changes in the allocators some configuration options