You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/22 15:36:25 UTC

[GitHub] turon commented on a change in pull request #81: porting: Add FreeRTOS on nRF5 SDK porting example

turon commented on a change in pull request #81: porting: Add FreeRTOS on nRF5 SDK porting example
URL: https://github.com/apache/mynewt-nimble/pull/81#discussion_r189946732
 
 

 ##########
 File path: porting/examples/freertos_nrf5_sdk/pca10040/blank/armgcc/nimble_FreeRTOS_gcc_nrf52.ld
 ##########
 @@ -0,0 +1,51 @@
+/* Linker script to configure memory regions. */
+
+SEARCH_DIR(.)
+GROUP(-lgcc -lc -lnosys)
+
+MEMORY
+{
+  FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000
+  RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x10000
+}
 
 Review comment:
   Move HW specific memmap into chip-specific `include "nrf528xx.ld"` with appropriate flash / ram sizes?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services