Skip to content

Commit 2bfebbf

Browse files
committed
GPIO KPSDK changes
- gpio driver - sdk prefix, no lookuptable, input/output declaration, refactoring, set MUX to GPIO - gpio api in mbed implementation, tested on blue led
1 parent d083733 commit 2bfebbf

File tree

14 files changed

+1016
-530
lines changed

14 files changed

+1016
-530
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
LR_IROM1 0x00000000 0x20000 { ; load region size_region (132k)
3+
ER_IROM1 0x00000000 0x20000 { ; load address = execution address
4+
*.o (RESET, +First)
5+
*(InRoot$$Sections)
6+
.ANY (+RO)
7+
}
8+
; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0xF8) = 0xF8
9+
; 0x4000 - 0xF8 = 0x3F08
10+
RW_IRAM1 0x1FFFE0F8 0x3F08 {
11+
.ANY (+RW +ZI)
12+
}
13+
}
14+

0 commit comments

Comments
 (0)