From efa39b271f134bca4fe609671944cada0c409c9a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 17 Oct 2009 11:23:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1231 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-AT91SAM7X-UIP-GCC/Makefile | 1 + readme.txt | 3 +++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3