Commit graph

  • 7721e24b0e Add documentation to sysparam.h Alex Stewart 2016-03-08 17:00:24 -0800
  • b67783635b Sysparam code cleanup Alex Stewart 2016-03-08 12:31:29 -0800
  • df31183084 Merge 0ee04e985a into 6c50e968f5 Karl Kangur 2016-03-08 03:08:56 +0000
  • 6c50e968f5 Merge pull request #107 from UncleRus/extras/pcf8574 Alex Stewart 2016-03-07 19:06:09 -0800
  • 9dc565ff7c Separate send/receive buffers UncleRus 2016-03-08 04:00:11 +0500
  • 40266a1e63 Add sysparam_editor example Alex Stewart 2016-03-07 09:47:27 -0800
  • ae16299f4a sysparam improvements Alex Stewart 2016-03-07 09:14:14 -0800
  • b5c2120efc Removed redeclaration of peripheral bus freq UncleRus 2016-03-06 01:24:59 +0500
  • 0e3f3bb2ca Frequency divider bug UncleRus 2016-03-05 03:07:57 +0500
  • bd40f75d37 Hardware SPI driver UncleRus 2016-03-04 01:10:06 +0500
  • 81df978fa9 Add missing MIT license for rboot-ota Angus Gratton 2016-03-03 08:14:35 +1100
  • b9c48d9f4e Initial sysparam implementation Alex Stewart 2016-03-02 10:48:28 -0800
  • f360935800 Merge pull request #106 from MightyPork/ws2812b-driver Angus Gratton 2016-03-02 21:10:19 +1100
  • b0e683b909 Use anonymous struct in ws2812_rgb_t. Ondřej Hruška 2016-03-01 23:17:13 +0100
  • 124332b5ea License changed to MIT UncleRus 2016-03-02 02:19:46 +0500
  • 03ee667d5d Tabs replaced to spaces UncleRus 2016-03-02 02:17:07 +0500
  • 875db616ae Driver for PCF8574 (8-bit I2C GPIO expander) UncleRus 2016-03-01 22:56:55 +0500
  • e97dca4859 Added WS2812 driver and examples (squashed commits) Ondřej Hruška 2016-03-01 14:06:40 +0100
  • 17133f408b Merge pull request #102 from darksv/patch-1 Alex Stewart 2016-02-29 22:21:06 -0800
  • dd0bbc15a1 Merge pull request #105 from UncleRus/master Angus Gratton 2016-03-01 08:40:11 +1100
  • c1f086579e Removed sdk_system_get_vdd() UncleRus 2016-02-29 12:58:45 +0500
  • 798d5c7488 Merge pull request #104 from UncleRus/master Angus Gratton 2016-02-29 09:24:25 +1100
  • b18f2947ee Added definition of SDK functions UncleRus 2016-02-29 01:55:51 +0500
  • dc2c4be4e9 Fix delay in DS18B20 driver darksv 2016-02-28 11:30:16 +0100
  • a32d1099fa espressif/spi_flash.h: Add comments and more appropriate argument types Angus Gratton 2016-02-26 16:10:08 +1100
  • 07b21ace2c Merge pull request #88 from hetii/ds18b20 Alex Stewart 2016-02-25 17:56:45 -0800
  • 778293ca7c Merge branch 'master' into vfd16lf01 Grzegorz Hetman 2016-02-25 10:23:27 +0100
  • 7fc39ff2d8 Merge branch 'master' into ds18b20 Grzegorz Hetman 2016-02-25 10:21:46 +0100
  • ab37e7e003 Merge pull request #100 from jkent/headerfix Angus Gratton 2016-02-25 07:52:42 +1100
  • c427784c5d fix sdk_bss_info STAILQ_ENTRY Jeff Kent 2016-02-24 13:20:07 -0600
  • 5577ff8b28 Merge branch 'master' into vfd16lf01 Grzegorz Hetman 2016-02-24 17:22:36 +0100
  • 02751c820d Add short comment and license info. Grzegorz Hetman 2016-02-24 17:19:33 +0100
  • b5f1c893bf Merge branch 'master' into ds18b20 Grzegorz Hetman 2016-02-24 17:05:20 +0100
  • 14d865d637 Move unaligned_load 'experiment' to set of automated tests feature/tests Angus Gratton 2016-02-24 22:14:27 +1100
  • c5abd71404 tests: Call TEST_PASS macro like a function, ie TEST_PASS() Angus Gratton 2016-02-24 22:14:00 +1100
  • f95c1391f8 test_runner: Print summary test results when verbose output is disabled Angus Gratton 2016-02-24 22:13:37 +1100
  • 2e8c370d2c Merge pull request #94 from foogod/gpio_pullup_changes Angus Gratton 2016-02-24 09:17:39 +1100
  • f3c4172785 Merge branch 'feature/float-io' Angus Gratton 2016-02-24 09:11:12 +1100
  • 19b0a19ad6 libc: Recompile newlib to enable float & long double i/o in printf/scanf Angus Gratton 2016-02-23 09:21:03 +1100
  • d1091b69d1 Make the task stack overflow message clearer Angus Gratton 2016-02-24 08:54:32 +1100
  • ffd6cb4799 Add driver and example for Samsung vfd16lf01 display. Grzegorz Hetman 2016-02-23 16:03:41 +0100
  • 54918803bb Add driver for Samsung 16LF01 VFD display. Grzegorz Hetman 2016-02-23 15:00:23 +0100
  • c1aa8f2e73 Merge pull request #1 from foogod/hetii-ds18b20 hetii 2016-02-23 10:20:23 +0100
  • d0ed5f03a2 A couple of fixups prior to merging into main project Alex Stewart 2016-02-22 21:18:50 -0800
  • 8279b5cfd1 Added some clarifications to comments in esp/gpio.h Alex Stewart 2016-02-22 09:32:12 -0800
  • c36feab845 Separate pullup config out of gpio_enable() Alex Stewart 2016-02-21 18:34:11 -0800
  • 7c1d7fb43e Merge branch 'feature/dhcp-server' Angus Gratton 2016-02-21 10:35:27 +1100
  • 0ee04e985a Added possibility to enable internal pull-up resistors with i2c_pullups(boolean) Karl Kangur 2016-02-20 16:40:25 +0100
  • a543bf21c5 Merge d3a26bcd0b into e12077513f urx 2016-02-19 21:27:05 +0000
  • d3a26bcd0b MQTT client api and example Yudi Ludkevich 2016-01-02 10:41:28 +0300
  • 8a3b0828bc Merge 4d14a874af into e12077513f urx 2016-02-19 20:02:24 +0000
  • 4d14a874af MQTT client api and example Yudi Ludkevich 2016-01-02 10:41:28 +0300
  • 6178865cc6 Add clear version of commit 72f30ad. Grzegorz Hetman 2016-02-18 18:42:50 +0100
  • 72f30ad950 Add ds18b20 udp broadcaster example. Add license and readme details. Rid of compile-time switches. Rid of lazy initialization of sensor. Minor code fixing. Grzegorz Hetman 2016-02-18 13:51:16 +0100
  • 78c3d92e22 Fix misleading comment on xPortSupervisorStackPointer Angus Gratton 2016-02-17 17:43:27 +1100
  • 3d4dcc9042 tests: Use better linker method to pick up test case registration Angus Gratton 2016-02-17 17:31:46 +1100
  • a109a19799 tests:Relax read timeouts, some NodeMCU ESPs take longer to reset than others (flash type?) Angus Gratton 2016-02-17 16:58:44 +1100
  • e12077513f common.mk: Consider possibility that not building inside a git checkout Angus Gratton 2016-02-17 15:51:46 +1100
  • 71a2eb7b85 common.mk: Fix places using build/ instead of configurable BUILD_DIR Angus Gratton 2016-02-17 15:47:40 +1100
  • 2696e80471 common.mk: Rename FW_BASE to FIRMWARE_DIR, in line with other directory variable names Angus Gratton 2016-02-17 15:47:09 +1100
  • b2b1e42c59 tests: Use heap memory instead of linker tricks for registering test cases Angus Gratton 2016-02-17 08:28:56 +1100
  • 2105f2b035 Change 'Unity' test submodule path to https Angus Gratton 2016-02-16 22:38:18 +1100
  • 8fffd14e50 tests/malloc: Allow malloc to fail when out of RAM, add heap test cases. Angus Gratton 2016-02-16 22:00:29 +1100
  • 80b191af08 tests: test_runner, working simple single-ESP "solo" test cases Angus Gratton 2016-02-09 21:03:50 +1100
  • 97a46e8c1a Basics of test case framework Angus Gratton 2016-02-08 14:15:12 +1100
  • 9dec5dd628 gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash Angus Gratton 2016-02-09 16:06:25 +1100
  • 641cedb4a0 Allow EXTRA_LINKER_SCRIPTS make variable to add linker scripts Angus Gratton 2016-01-11 14:31:09 +1100
  • 49f0d5d743 Merge b0fb1049ed into 30d8e162b3 doragasu 2016-02-09 01:42:29 +0000
  • 30d8e162b3 blink example: Change default to GPIO2 as this pin has an LED on most boards Angus Gratton 2016-02-09 10:58:56 +1100
  • 3dfa2272cc mbedtls: mbedlts_net_bind should bind on all interfaces with bind_ip == NULL Angus Gratton 2016-02-09 10:54:57 +1100
  • e2759f9e7d Merge pull request #77 from jcard0na/master Angus Gratton 2016-02-09 09:30:51 +1100
  • 7e0fee39c0 Merge pull request #85 from ReadmeCritic/master Angus Gratton 2016-02-09 09:25:33 +1100
  • d5e50edc0b ota_basic example, ota-tftp support: Add links to the new OTA wiki page Angus Gratton 2016-02-08 16:58:31 +1100
  • c8716747bb Add tls_server example, showing binding a socket and accepting a TLS connection Angus Gratton 2016-02-08 15:41:44 +1100
  • a72fa10b15 Update README URLs based on HTTP redirects ReadmeCritic 2016-02-05 14:12:11 -0800
  • 1da8626e6e Add ds18b20 driver and example. Grzegorz Hetman 2016-02-04 19:52:57 +0100
  • b0fb1049ed Added the ability to select stdout UART by modyfying STDOUT_UART. doragasu 2016-01-19 13:23:06 +0100
  • 93c57f19a2 Merge 7091f57bd9 into 3e7edd43aa Guillem Pascual Guinovart 2016-01-05 10:12:37 +0000
  • 61ba3317e8 Makefile: Don't apply C_CXX_FLAGS to assembler source, move "universal" flags to CPPFLAGS Angus Gratton 2016-01-04 11:57:43 +1100
  • 3e7edd43aa Makefile: Don't apply C_CXX_FLAGS to assembler source, move "universal" flags to CPPFLAGS Angus Gratton 2016-01-04 11:57:43 +1100
  • fe562badba Update LWIP to use modified debug macro for C++ compatibility, contributed by @paoloach Angus Gratton 2016-01-02 23:10:22 +1100
  • 562a8e08f1 Update LWIP to use modified debug macro for C++ compatibility, contributed by @paoloach Angus Gratton 2016-01-02 23:10:22 +1100
  • 815dc76da2 Travis: esptool2 now in its own repository Angus Gratton 2015-12-30 15:08:31 +1100
  • 0ea1b3070e Travis: esptool2 now in its own repository Angus Gratton 2015-12-30 15:08:31 +1100
  • a00815d2d3 Bump esp-open-sdk revision used for Travis, fix build as old revisions now missing Angus Gratton 2015-12-30 14:09:53 +1100
  • bb0f31369f Bump esp-open-sdk revision used for Travis, fix build as old revisions now missing Angus Gratton 2015-12-30 14:09:53 +1100
  • b070fb2cd2 Makefile: Allow EXTRA_CFLAGS, EXTRA_CXXFLAGS, overriding of CXXFLAGS, etc. Angus Gratton 2015-12-30 11:26:02 +1100
  • 0102b8090d Makefile: Allow EXTRA_CFLAGS, EXTRA_CXXFLAGS, overriding of CXXFLAGS, etc. Angus Gratton 2015-12-30 11:26:02 +1100
  • 6b46a94017 Merge 72d5dd99fb into 5200c5f2ef Javier Cardona 2015-12-11 23:20:46 +0000
  • 72d5dd99fb Initial PWM implementation from gpascualg Blipi 2015-08-28 22:24:14 +0200
  • 9e0a652dec Travis: Don't cache the ccache directory between builds Angus Gratton 2015-12-01 09:57:25 +1100
  • 5200c5f2ef Travis: Don't cache the ccache directory between builds Angus Gratton 2015-12-01 09:57:25 +1100
  • 7c02f88183 Add esp_gpio.c, including gpio_enable() function Angus Gratton 2015-12-01 09:56:40 +1100
  • b4af009efe Add esp_gpio.c, including gpio_enable() function Angus Gratton 2015-12-01 09:56:40 +1100
  • 33a92e8009 Travis: Verbose build output Angus Gratton 2015-12-01 09:54:07 +1100
  • 0078a9e04e Travis: Verbose build output Angus Gratton 2015-12-01 09:54:07 +1100
  • 08aa8141aa Pass linker search paths with -L not -Wl,-L, so they take priority over sysroot Angus Gratton 2015-12-01 09:44:50 +1100
  • e264d63e35 Pass linker search paths with -L not -Wl,-L, so they take priority over sysroot Angus Gratton 2015-12-01 09:44:50 +1100
  • c0c3280d12 Removed INLINED (force inline) macro. Angus Gratton 2015-11-28 18:01:03 +1100
  • 812c2fef21 Removed INLINED (force inline) macro. Angus Gratton 2015-11-28 18:01:03 +1100