diff options
-rw-r--r-- | demos/ARM7-AT91SAM7X-UIP-GCC/Makefile | 1 | ||||
-rw-r--r-- | readme.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-UIP-GCC/Makefile b/demos/ARM7-AT91SAM7X-UIP-GCC/Makefile index 77695a569..9b526bda4 100644 --- a/demos/ARM7-AT91SAM7X-UIP-GCC/Makefile +++ b/demos/ARM7-AT91SAM7X-UIP-GCC/Makefile @@ -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
diff --git a/readme.txt b/readme.txt index e5dcb6944..2ea99dca7 100644 --- a/readme.txt +++ b/readme.txt @@ -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
|