re-add thingy:52 support

This commit is contained in:
Gordon Williams 2019-05-13 12:37:30 +01:00
parent 9791f71d77
commit c458d05102
3 changed files with 6 additions and 1 deletions

View File

@ -47,6 +47,8 @@ env:
- BOARD=STM32L496GDISCOVERY
- BOARD=RAK8211
- BOARD=RAK8212
- BOARD=THINGY52
- BOARD=THINGY52 DFU_UPDATE_BUILD=1
script: make

View File

@ -100,6 +100,9 @@ espruino_#v##smartibot.zip
- The firmware image for the Smartibot robot board
See http://www.espruino.com/Smartibot for more information
espruino_#v##_thingy52.hex
- The firmware image for Nordic Thing:52 Devices
See http://www.espruino.com/Thingy52 for more information
ESP8266 / ESP32

View File

@ -42,7 +42,7 @@ echo ------------------------------------------------------
# The following have been removed because it's too hard to keep the build going:
# STM32F3DISCOVERY OLIMEXINO_STM32 HYSTM32_32
#
for BOARDNAME in ESPRUINO_1V3 ESPRUINO_1V3_WIZ PICO_1V3_CC3000 PICO_1V3_WIZ ESPRUINOWIFI PUCKJS PIXLJS MDBT42Q NUCLEOF401RE NUCLEOF411RE STM32VLDISCOVERY STM32F4DISCOVERY STM32L496GDISCOVERY HYSTM32_24 HYSTM32_28 RASPBERRYPI MICROBIT ESP8266_BOARD ESP8266_4MB RUUVITAG ESP32 WIO_LTE RAK8211 RAK8212 SMARTIBOT
for BOARDNAME in ESPRUINO_1V3 ESPRUINO_1V3_WIZ PICO_1V3_CC3000 PICO_1V3_WIZ ESPRUINOWIFI PUCKJS PIXLJS MDBT42Q NUCLEOF401RE NUCLEOF411RE STM32VLDISCOVERY STM32F4DISCOVERY STM32L496GDISCOVERY HYSTM32_24 HYSTM32_28 RASPBERRYPI MICROBIT ESP8266_BOARD ESP8266_4MB RUUVITAG ESP32 WIO_LTE RAK8211 RAK8212 SMARTIBOT THINGY52
do
echo ------------------------------
echo $BOARDNAME