Skip to content

Commit

Permalink
add new release 1V96
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor89 authored and Igor89 committed Feb 26, 2018
1 parent 6a01f1d commit dfa4453
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/PIXLJS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' : [
Expand Down
2 changes: 1 addition & 1 deletion boards/STM32L496GDISCOVERY.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions dist_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/create_zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions snippets/terminalsnippets.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Reset":"reset();","Memory":"process.memory();","ClearInterval":"clearInterval();"}

0 comments on commit dfa4453

Please sign in to comment.