Skip to content

Commit a3ff2e8

Browse files
committed
clean up
1 parent 6969926 commit a3ff2e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cores/nRF5/linker/bluefruit52_s132_5.1.0.ld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ MEMORY
99

1010
/* SRAM required by S132 depend on
1111
* - Attribute Table Size 0x800
12-
* - Vendor UUID count 20
13-
* - Role concurrent connection central + peripherl + secure links
12+
* - Vendor UUID count 10
1413
* - Max ATT MTU is 247
15-
* - Event Len = 3, HVN queue = 3, Write CMD queue =3
14+
* - Role concurrent connection peripherl (1) + central (0) + secure links (1)
15+
* - Event Len = 3, HVN queue = 3, Write CMD queue = 0
1616
*/
1717
/* RAM (rwx) : ORIGIN = 0x20003000, LENGTH = 0x20010000 - 0x20003000 */
1818
RAM (rwx) : ORIGIN = 0x20003800, LENGTH = 0x20010000 - 0x20003800

0 commit comments

Comments
 (0)