From 880b97dcc16ed8fca20fe379b7e20fe18f532f0d Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 16 Oct 2018 09:22:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef51d29..d1ff3c3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ User can provide his own FreeRTOS configuration file at sketch level by adding h Heap allocation schemes are provided by FreeRTOS, see [Memory allocation implementations included in the RTOS source](https://www.freertos.org/a00111.html). To extend those schemes a thread-safe heap allocation using C runtime (Newlib) has been added based on Dave Nadler work: - http://www.nadler.com/embedded/newlibAndFreeRTOS.html +http://www.nadler.com/embedded/newlibAndFreeRTOS.html By default, the `heap_useNewlib.c` is used. It can be changed thanks a define in the configuration file: ```