File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
targets/TARGET_Samsung/TARGET_SIDK_S1SBP6A Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ typedef enum {
107
107
ECG_INP ,
108
108
ECG_INN ,
109
109
110
- UART_TX0 = GPIO24 ,
111
- UART_RX0 = GPIO25 ,
112
110
AN0 = GPA0_INP ,
113
111
AN1 = GPA1_INP ,
114
112
AN2 = GPA24_INP0 ,
Original file line number Diff line number Diff line change 37
37
#endif
38
38
39
39
#if !defined(MBED_ROM_SIZE)
40
- #define MBED_ROM_SIZE 0x200000 // 2MB KB
40
+ #define MBED_ROM_SIZE 0x200000 // 2 MB
41
41
#endif
42
42
43
43
#if !defined(MBED_RAM_START)
52
52
#define MBED_APP_START 0x00000000
53
53
#endif
54
54
#if !defined(MBED_APP_SIZE)
55
- #define MBED_APP_SIZE 0x0080000 //512K
55
+ #define MBED_APP_SIZE 0x0080000 //512KB
56
56
#endif
57
57
58
58
#if !defined(MBED_CONF_TARGET_BOOT_STACK_SIZE)
Original file line number Diff line number Diff line change 45
45
#endif
46
46
47
47
#if !defined(MBED_ROM_SIZE )
48
- #define MBED_ROM_SIZE 0x200000 // 2MB KB
48
+ #define MBED_ROM_SIZE 0x200000 // 2MB
49
49
#endif
50
50
51
51
#if !defined(MBED_RAM_START )
52
52
#define MBED_RAM_START 0x20000000
53
53
#endif
54
54
55
55
#if !defined(MBED_RAM_SIZE )
56
- #define MBED_RAM_SIZE 0x40000 // 256 KB
56
+ #define MBED_RAM_SIZE 0x40000 // 25KB
57
57
#endif
58
58
59
59
#if !defined(MBED_APP_START )
You can’t perform that action at this time.
0 commit comments