Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Oct 16, 2016
1 parent e918ec4 commit 7ca36d6
Show file tree
Hide file tree
Showing 21 changed files with 189 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ifeq ($(BOARD), esp12e)
http_websocket_server \
inet \
mqtt_client \
network_interface/wifi_station_esp \
network_interface/wifi_esp \
ping)
TESTS += $(addprefix tst/drivers/, pin)
TESTS += $(addprefix tst/filesystems/, fs \
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master
10.0.0
4 changes: 4 additions & 0 deletions doc/boards/arduino_due.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -245,6 +247,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/arduino_mega.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -247,6 +249,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/arduino_nano.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 0 |
Expand Down Expand Up @@ -246,6 +248,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/arduino_pro_micro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 0 |
Expand Down Expand Up @@ -248,6 +250,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/arduino_uno.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 0 |
Expand Down Expand Up @@ -246,6 +248,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
8 changes: 6 additions & 2 deletions doc/boards/cygwin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Below is the memory usage of two applications:
+--------------------------+-----------+-----------+
| Application | Flash | RAM |
+==========================+===========+===========+
| minimal-configuration | 303271 | 115736 |
| minimal-configuration | 304591 | 116608 |
+--------------------------+-----------+-----------+
| default-configuration | 385735 | 205400 |
| default-configuration | 389583 | 206816 |
+--------------------------+-----------+-----------+

Default configuration
Expand All @@ -82,6 +82,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -242,6 +244,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
8 changes: 6 additions & 2 deletions doc/boards/esp01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Supported drivers for this board.

- :doc:`../library-reference/drivers/adc`
- :doc:`../library-reference/drivers/analog_input_pin`
- :doc:`../library-reference/drivers/espressif_wifi`
- :doc:`../library-reference/drivers/esp_wifi`
- :doc:`../library-reference/drivers/exti`
- :doc:`../library-reference/drivers/flash`
- :doc:`../library-reference/drivers/i2c_soft`
Expand Down Expand Up @@ -64,7 +64,7 @@ Below is the memory usage of two applications:
+==========================+===========+===========+
| minimal-configuration | 265556 | 35344 |
+--------------------------+-----------+-----------+
| default-configuration | 317912 | 57512 |
| default-configuration | 319636 | 58840 |
+--------------------------+-----------+-----------+

Default configuration
Expand All @@ -81,6 +81,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -241,6 +243,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
8 changes: 6 additions & 2 deletions doc/boards/esp12e.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Supported drivers for this board.

- :doc:`../library-reference/drivers/adc`
- :doc:`../library-reference/drivers/analog_input_pin`
- :doc:`../library-reference/drivers/espressif_wifi`
- :doc:`../library-reference/drivers/esp_wifi`
- :doc:`../library-reference/drivers/exti`
- :doc:`../library-reference/drivers/flash`
- :doc:`../library-reference/drivers/i2c_soft`
Expand Down Expand Up @@ -64,7 +64,7 @@ Below is the memory usage of two applications:
+==========================+===========+===========+
| minimal-configuration | 265556 | 35344 |
+--------------------------+-----------+-----------+
| default-configuration | 317912 | 57528 |
| default-configuration | 319636 | 58856 |
+--------------------------+-----------+-----------+

Default configuration
Expand All @@ -81,6 +81,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -241,6 +243,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
8 changes: 6 additions & 2 deletions doc/boards/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Below is the memory usage of two applications:
+--------------------------+-----------+-----------+
| Application | Flash | RAM |
+==========================+===========+===========+
| minimal-configuration | 303175 | 115736 |
| minimal-configuration | 304527 | 116608 |
+--------------------------+-----------+-----------+
| default-configuration | 385671 | 205400 |
| default-configuration | 389519 | 206816 |
+--------------------------+-----------+-----------+

Default configuration
Expand All @@ -82,6 +82,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -242,6 +244,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/photon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -235,6 +237,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/stm32f3discovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -233,6 +235,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
4 changes: 4 additions & 0 deletions doc/boards/stm32vldiscovery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Default Standard Library configuration.
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_DS18B20_LIST_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_ESP_WIFI_STATUS_ | 0 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_APPEND_ | 1 |
+--------------------------------------------------------+-----------------------------------------------------+
| CONFIG_FS_CMD_FS_COUNTERS_LIST_ | 1 |
Expand Down Expand Up @@ -233,6 +235,8 @@ Mcu

.. _CONFIG_FS_CMD_DS18B20_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_DS18B20_LIST

.. _CONFIG_FS_CMD_ESP_WIFI_STATUS: ../user-guide/configuration.html#c.CONFIG_FS_CMD_ESP_WIFI_STATUS

.. _CONFIG_FS_CMD_FS_APPEND: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_APPEND

.. _CONFIG_FS_CMD_FS_COUNTERS_LIST: ../user-guide/configuration.html#c.CONFIG_FS_CMD_FS_COUNTERS_LIST
Expand Down
2 changes: 1 addition & 1 deletion doc/developer-guide/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Follow these steps to create a new release:
sha256 sums of the zip-archives are calculated by ``make arduino``
and written to ``simba-arduino/*.sha256``.

6. Make sure that the blink exmaple works in the Arduino IDE.
6. Make sure that the blink example works in the Arduino IDE.

7. Commit the changes, and tag the commit with the new version.

Expand Down

0 comments on commit 7ca36d6

Please sign in to comment.