feat: initial commit for corne

This commit is contained in:
uttarayan21
2025-10-12 21:43:50 +05:30
commit d483267d6b
16 changed files with 3289 additions and 0 deletions

11
memory.x Normal file
View File

@@ -0,0 +1,11 @@
MEMORY
{
/* NOTE 1 K = 1 KiB = 1024 bytes */
/* These values correspond to the nRF52840 WITH Adafruit nRF52 bootloader */
FLASH : ORIGIN = 0x00001000, LENGTH = 1020K
RAM : ORIGIN = 0x20000008, LENGTH = 255K
/* These values correspond to the nRF52840 */
/* FLASH : ORIGIN = 0x00000000, LENGTH = 1024K */
/* RAM : ORIGIN = 0x20000000, LENGTH = 256K */
}