Rename examples -> embassy-nrf-examples

This commit is contained in:
Dario Nieuwenhuis
2021-01-01 22:41:59 +01:00
parent 4783222f67
commit 20d3dc87f9
16 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,7 @@
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}