Skip to content

Commit

Permalink
Release 10.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Oct 29, 2016
1 parent 65914d7 commit e789054
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ test-esp12e:
$(MAKE) BOARD=esp12e SERIAL_PORT=/dev/simba-esp12e test

test-nano32:
@echo "NANO32"
@echo "Nano32"
$(MAKE) BOARD=nano32 SERIAL_PORT=/dev/simba-nano32 test

test-stm32vldiscovery:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master
10.1.0
31 changes: 31 additions & 0 deletions make/arduino/avr/package_simba_avr_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,37 @@
"version": "6.0.1-arduino5"
}
]
},
{
"name": "Simba",
"architecture": "avr",
"version": "10.1.0",
"category": "Simba",
"help": {
"online": "https://simba-os.readthedocs.org"
},
"url": "https://sourceforge.net/projects/simba-arduino/files/avr/simba-arduino-avr-10.1.0.zip",
"archiveFileName": "simba-arduino-avr-10.1.0.zip",
"checksum": "SHA-256:606d57c3869d42b7645532bd33e98168d64768122bf032c76856acad844c122c",
"size": "895253",
"boards": [
{"name" : "Arduino Mega 2560"},
{"name" : "Arduino Nano"},
{"name" : "Arduino Pro Micro"},
{"name" : "Arduino Uno"}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "avr-gcc",
"version": "4.9.2-atmel3.5.3-arduino2"
},
{
"packager": "arduino",
"name": "avrdude",
"version": "6.0.1-arduino5"
}
]
}
],
"tools": [
Expand Down
29 changes: 29 additions & 0 deletions make/arduino/esp/package_simba_esp_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,35 @@
"name": "esptool"
}
]
},
{
"name": "Simba",
"architecture": "esp",
"version": "10.1.0",
"category": "Simba",
"help": {
"online": "https://simba-os.readthedocs.org"
},
"url": "https://sourceforge.net/projects/simba-arduino/files/esp/simba-arduino-esp-10.1.0.zip",
"archiveFileName": "simba-arduino-esp-10.1.0.zip",
"checksum": "SHA-256:73560a17d235fe2a1d33713900156450665de4c2cf33b79615ad25cc0c0a86ee",
"size": "1767288",
"boards": [
{"name" : "ESP-01"},
{"name" : "ESP-12E"}
],
"toolsDependencies": [
{
"packager": "Simba",
"version": "1.20.0-26-gb404fb9-2",
"name": "xtensa-lx106-elf-gcc"
},
{
"packager": "Simba",
"version": "0.4.9",
"name": "esptool"
}
]
}
],
"tools": [
Expand Down
12 changes: 6 additions & 6 deletions make/arduino/esp32/package_simba_esp32_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
{
"name": "Simba",
"architecture": "esp32",
"version": "0.0.1",
"version": "10.1.0",
"category": "Simba",
"help": {
"online": "https://simba-os.readthedocs.org"
},
"url": "https://sourceforge.net/projects/simba-arduino/files/esp32/simba-arduino-esp32-esp32.zip",
"archiveFileName": "simba-arduino-esp32-esp32.zip",
"checksum": "SHA-256:fe28fd07d5a877e55d495fc8b076c07aaa4ae439408ec7401d6a8757d71b1862",
"size": "17456828",
"url": "https://sourceforge.net/projects/simba-arduino/files/esp32/simba-arduino-esp32-10.1.0.zip",
"archiveFileName": "simba-arduino-esp32-10.1.0.zip",
"checksum": "SHA-256:92a43307e6dee9122b4ad5b70ad65c231ae91a9019ff5af149445d3d57d95e69",
"size": "8063931",
"boards": [
{"name" : "NANO32"}
{"name" : "Nano32"}
],
"toolsDependencies": [
{
Expand Down
28 changes: 28 additions & 0 deletions make/arduino/sam/package_simba_sam_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,34 @@
"version": "1.6.1-arduino"
}
]
},
{
"name": "Simba",
"architecture": "sam",
"version": "10.1.0",
"category": "Simba",
"help": {
"online": "https://simba-os.readthedocs.org"
},
"url": "https://sourceforge.net/projects/simba-arduino/files/sam/simba-arduino-sam-10.1.0.zip",
"archiveFileName": "simba-arduino-sam-10.1.0.zip",
"checksum": "SHA-256:01ffc16628be62a9f14cbdb7773c298e4f495d22fbae46402754616d29fa7df1",
"size": "884325",
"boards": [
{"name" : "Arduino Due"}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.6.1-arduino"
}
]
}
],
"tools": [
Expand Down
26 changes: 13 additions & 13 deletions make/platformio.sconscript
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BOARDS = {
"FAMILY_SAM",
"MCU_SAM3X8E",
"BOARD_ARDUINO_DUE",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down Expand Up @@ -211,7 +211,7 @@ BOARDS = {
"FAMILY_AVR",
"MCU_ATMEGA2560",
"BOARD_ARDUINO_MEGA",
"VERSION=master",
"VERSION=10.1.0",
"__DELAY_BACKWARD_COMPATIBLE__"
],
"cflags": [
Expand Down Expand Up @@ -366,7 +366,7 @@ BOARDS = {
"FAMILY_AVR",
"MCU_ATMEGA328P",
"BOARD_ARDUINO_NANO",
"VERSION=master",
"VERSION=10.1.0",
"__DELAY_BACKWARD_COMPATIBLE__"
],
"cflags": [
Expand Down Expand Up @@ -521,7 +521,7 @@ BOARDS = {
"FAMILY_AVR",
"MCU_ATMEGA32U4",
"BOARD_ARDUINO_PRO_MICRO",
"VERSION=master",
"VERSION=10.1.0",
"__DELAY_BACKWARD_COMPATIBLE__"
],
"cflags": [
Expand Down Expand Up @@ -680,7 +680,7 @@ BOARDS = {
"FAMILY_AVR",
"MCU_ATMEGA328P",
"BOARD_ARDUINO_UNO",
"VERSION=master",
"VERSION=10.1.0",
"__DELAY_BACKWARD_COMPATIBLE__"
],
"cflags": [
Expand Down Expand Up @@ -835,7 +835,7 @@ BOARDS = {
"FAMILY_LINUX",
"MCU_LINUX",
"BOARD_CYGWIN",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down Expand Up @@ -964,7 +964,7 @@ BOARDS = {
"FAMILY_ESP",
"MCU_ESP8266",
"BOARD_ESP01",
"VERSION=master",
"VERSION=10.1.0",
"ICACHE_FLASH",
"__STRICT_ANSI__",
"__ets__"
Expand Down Expand Up @@ -1120,7 +1120,7 @@ BOARDS = {
"FAMILY_ESP",
"MCU_ESP8266",
"BOARD_ESP12E",
"VERSION=master",
"VERSION=10.1.0",
"ICACHE_FLASH",
"__STRICT_ANSI__",
"__ets__"
Expand Down Expand Up @@ -1276,7 +1276,7 @@ BOARDS = {
"FAMILY_LINUX",
"MCU_LINUX",
"BOARD_LINUX",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down Expand Up @@ -1405,7 +1405,7 @@ BOARDS = {
"FAMILY_ESP32",
"MCU_ESP32",
"BOARD_NANO32",
"VERSION=master",
"VERSION=10.1.0",
"ICACHE_FLASH",
"__STRICT_ANSI__"
],
Expand Down Expand Up @@ -1566,7 +1566,7 @@ BOARDS = {
"FAMILY_STM32F2",
"MCU_STM32F205RG",
"BOARD_PHOTON",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down Expand Up @@ -1727,7 +1727,7 @@ BOARDS = {
"FAMILY_STM32F3",
"MCU_STM32F303VC",
"BOARD_STM32F3DISCOVERY",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down Expand Up @@ -1873,7 +1873,7 @@ BOARDS = {
"FAMILY_STM32F1",
"MCU_STM32F100RB",
"BOARD_STM32VLDISCOVERY",
"VERSION=master"
"VERSION=10.1.0"
],
"cflags": [
"-Werror",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"framework-simba",
"description":"Simba Embedded Programming Platform",
"url":"https://github.com/eerimoq/simba",
"version":"10.0.0",
"version":"10.1.0",
"repository": {
"type": "git",
"url": "https://github.com/eerimoq/simba.git"
Expand Down
8 changes: 4 additions & 4 deletions tst/text/std/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ static int test_sprintf(struct harness_t *harness_p)
std_printf(FSTR("%s\r\n"), buf);
BTASSERT(size == 14);

size = std_sprintf(buf, FSTR("INT_MAX %%u: %u"), 0xffffffffL);
size = std_sprintf(buf, FSTR("INT_MAX %%lu: %lu"), 0xffffffffL);
std_printf(FSTR("%s\r\n"), buf);
BTASSERT(size == 22);
BTASSERT(size == 23);

size = std_sprintf(buf, FSTR("INT_MAX %%x: %x"), 0xffffffffL);
size = std_sprintf(buf, FSTR("INT_MAX %%lx: %lx"), 0xffffffffL);
std_printf(FSTR("%s\r\n"), buf);
BTASSERT(size == 20);
BTASSERT(size == 21);

#ifdef ARCH_LINUX
BTASSERT((size = std_sprintf(buf,
Expand Down

0 comments on commit e789054

Please sign in to comment.