File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 303
303
-iwithprefixbefore/mbed/features
304
304
-iwithprefixbefore/mbed/events/equeue
305
305
-iwithprefixbefore/mbed/events
306
+ -iwithprefixbefore/mbed/drivers
306
307
-iwithprefixbefore/mbed/components/wifi/esp8266-driver/ESP8266
307
308
-iwithprefixbefore/mbed/components/wifi/esp8266-driver
308
309
-iwithprefixbefore/mbed/components/wifi
Original file line number Diff line number Diff line change @@ -29,4 +29,7 @@ static inline void _ontouch1200bps_() {
29
29
NVIC_SystemReset ();
30
30
}
31
31
32
+ #define MBED_CONF_FLASHIAP_BLOCK_DEVICE_BASE_ADDRESS 0x28000
33
+ #define MBED_CONF_FLASHIAP_BLOCK_DEVICE_SIZE 0xD8000
34
+
32
35
#endif //__PINS_ARDUINO__
Original file line number Diff line number Diff line change @@ -29,4 +29,7 @@ static inline void _ontouch1200bps_() {
29
29
NVIC_SystemReset ();
30
30
}
31
31
32
+ #define MBED_CONF_FLASHIAP_BLOCK_DEVICE_BASE_ADDRESS 0x10000
33
+ #define MBED_CONF_FLASHIAP_BLOCK_DEVICE_SIZE 0xF0000
34
+
32
35
#endif //__PINS_ARDUINO__
You can’t perform that action at this time.
0 commit comments