From dfa4453e6c6a645b63630c9e9f0971931add8f45 Mon Sep 17 00:00:00 2001 From: Igor89 Date: Mon, 26 Feb 2018 17:02:07 +0300 Subject: [PATCH] add new release 1V96 --- boards/PIXLJS.py | 2 +- boards/STM32L496GDISCOVERY.py | 2 +- dist_readme.txt | 3 +++ scripts/create_zip.sh | 2 +- snippets/terminalsnippets.txt | 1 + 5 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 snippets/terminalsnippets.txt diff --git a/boards/PIXLJS.py b/boards/PIXLJS.py index 6deb886e8d..523ca5d278 100644 --- a/boards/PIXLJS.py +++ b/boards/PIXLJS.py @@ -24,7 +24,7 @@ 'default_console_baudrate' : "9600", 'variables' : 2500, # How many variables are allocated for Espruino to use. RAM will be overflowed if this number is too high and code won't compile. 'bootloader' : 1, - 'binary_name' : 'espruino_%v_pixljs.bin', + 'binary_name' : 'espruino_%v_pixljs.hex', 'build' : { 'optimizeflags' : '-Os', 'libraries' : [ diff --git a/boards/STM32L496GDISCOVERY.py b/boards/STM32L496GDISCOVERY.py index 9011e65ff9..fc86c2320b 100644 --- a/boards/STM32L496GDISCOVERY.py +++ b/boards/STM32L496GDISCOVERY.py @@ -18,7 +18,7 @@ import pinutils; info = { 'name' : "STM32L496 Discovery", - 'link' : [ "www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32l496gdiscovery.html" ], + 'link' : [ "http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32l496gdiscovery.html" ], 'default_console' : "EV_USBSERIAL", 'variables' : 15359, # variables computed from available RAM size : (256-16)*1024/16-1 diff --git a/dist_readme.txt b/dist_readme.txt index 14e102e009..819162287b 100644 --- a/dist_readme.txt +++ b/dist_readme.txt @@ -57,6 +57,9 @@ espruino_#v##_olimexino_stm32.bin - Olimexino-STM32 Arduino form factor board - Leaf Labs Maple Arduino form factor board +espruino_#v##_stm32l496gdiscovery.bin + - STM32F496GDISCOVERY board + espruino_#v##_stm32vldiscovery.bin - STM32VLDISCOVERY board diff --git a/scripts/create_zip.sh b/scripts/create_zip.sh index 94160e5039..e57b5fddcf 100755 --- a/scripts/create_zip.sh +++ b/scripts/create_zip.sh @@ -44,7 +44,7 @@ source scripts/provision.sh ESP32 echo ------------------------------------------------------ echo Building Version $VERSION echo ------------------------------------------------------ -for BOARDNAME in PICO_1V3_CC3000 PICO_1V3_WIZ ESPRUINO_1V3 ESPRUINO_1V3_WIZ ESPRUINOWIFI PUCKJS PIXLJS NUCLEOF401RE NUCLEOF411RE STM32VLDISCOVERY STM32F3DISCOVERY STM32F4DISCOVERY OLIMEXINO_STM32 HYSTM32_24 HYSTM32_28 HYSTM32_32 RASPBERRYPI MICROBIT ESP8266_BOARD ESP8266_4MB RUUVITAG ESP32 WIO_LTE +for BOARDNAME in PICO_1V3_CC3000 PICO_1V3_WIZ ESPRUINO_1V3 ESPRUINO_1V3_WIZ ESPRUINOWIFI PUCKJS PIXLJS NUCLEOF401RE NUCLEOF411RE STM32VLDISCOVERY STM32F3DISCOVERY STM32F4DISCOVERY STM32L496GDISCOVERY OLIMEXINO_STM32 HYSTM32_24 HYSTM32_28 HYSTM32_32 RASPBERRYPI MICROBIT ESP8266_BOARD ESP8266_4MB RUUVITAG ESP32 WIO_LTE do echo ------------------------------ echo $BOARDNAME diff --git a/snippets/terminalsnippets.txt b/snippets/terminalsnippets.txt new file mode 100644 index 0000000000..8824476257 --- /dev/null +++ b/snippets/terminalsnippets.txt @@ -0,0 +1 @@ +{"Reset":"reset();","Memory":"process.memory();","ClearInterval":"clearInterval();"} \ No newline at end of file