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' : [
|
||||
'NET',
|
||||
'NEOPIXEL',
|
||||
'FILESYSTEM',
|
||||
# 'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
|
||||
],
|
||||
'makefile' : [
|
||||
# 'SAVE_ON_FLASH=1', # Add this to enable functions connectSDCard .etc
|
||||
'DEFINES+=-DUSE_USB_OTG_FS=1',
|
||||
'DEFINES+=-DWIO_LTE',
|
||||
'STLIB=STM32F407xx',
|
||||
'STLIB=STM32F405xx',
|
||||
'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f4/lib/startup_stm32f40_41xxx.o'
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user