mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
added WIO_LTE.py
This commit is contained in:
parent
97f19afc7a
commit
4951216b51
@ -26,12 +26,13 @@ info = {
|
|||||||
'libraries' : [
|
'libraries' : [
|
||||||
'NET',
|
'NET',
|
||||||
'NEOPIXEL',
|
'NEOPIXEL',
|
||||||
'FILESYSTEM',
|
# 'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
|
||||||
],
|
],
|
||||||
'makefile' : [
|
'makefile' : [
|
||||||
|
# 'SAVE_ON_FLASH=1', # Add this to enable functions connectSDCard .etc
|
||||||
'DEFINES+=-DUSE_USB_OTG_FS=1',
|
'DEFINES+=-DUSE_USB_OTG_FS=1',
|
||||||
'DEFINES+=-DWIO_LTE',
|
'DEFINES+=-DWIO_LTE',
|
||||||
'STLIB=STM32F407xx',
|
'STLIB=STM32F405xx',
|
||||||
'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f4/lib/startup_stm32f40_41xxx.o'
|
'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f4/lib/startup_stm32f40_41xxx.o'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -76,7 +77,7 @@ devices = {
|
|||||||
'pin_wakeup_disable' : 'C2',
|
'pin_wakeup_disable' : 'C2',
|
||||||
'pin_lte_reset' : 'C3',
|
'pin_lte_reset' : 'C3',
|
||||||
'pin_pwr_key' : 'C4',
|
'pin_pwr_key' : 'C4',
|
||||||
'pin_codec_i2c_pwr' : 'C5'},
|
'pin_codec_i2c_pwr' : 'C5'},
|
||||||
};
|
};
|
||||||
|
|
||||||
# left-right, or top-bottom order
|
# left-right, or top-bottom order
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user