Commit Graph

  • 09a5ec062a Handling MQTT read failure and send buffer length baoshi 2016-07-05 21:37:47 +0800
  • 0f9d991ba7 Fixed libc and SPIFFS integration. Test passes on ESP-12E module. sheinz 2016-06-30 22:18:07 +0300
  • b71a7ad237 Use SPIFFS for POSIX file access. Draft. Not tested. sheinz 2016-06-30 17:38:05 +0300
  • 04b119a61e Seed libc PRNG from hardware RNG on reset Angus Gratton 2016-06-30 08:18:10 +1000
  • 33b63d46a5 Reverse engineered some spi_flash functions sheinz 2016-06-29 00:47:14 +0300
  • 15964efc0f Merge pull request #149 from iosen/sntp-pbuf-free Angus Gratton 2016-06-28 17:10:01 +1000
  • 587c867d4b queue.h: Re-add the BSD Copyright notice to queue.h from Espressif's SDK. Angus Gratton 2016-06-28 10:09:08 +1000
  • ab795350fb Draft implementation of SPIFFS integration sheinz 2016-06-27 18:06:06 +0300
  • 37180024f4 sntp: free the pbuf after sending the request iosen 2016-06-21 23:16:10 +1000
  • 26dd3f1c79 Merge pull request #150 from kanflo/mqtt_fix Angus Gratton 2016-06-23 17:23:24 +1000
  • 3c875cc418 Call DisconnectNetwork(...) before MQTT reconnect Johan Kanflo 2016-06-21 20:43:02 +0200
  • c61f39bb1d Merge pull request #145 from svenschwermer/svenschwermer-patch-1 Alex Stewart 2016-06-02 18:49:08 -0700
  • c63b1cfa66 Set correct base address for register HOST_INF_SEL Sven 2016-05-31 21:10:14 +0200
  • 0734fa4166 correct timebase in sys_arch.c Raphael Luckom 2016-04-27 23:57:51 -0400
  • 4b39a0e6ca Merge pull request #136 from SuperHouse/feature/ota_improvements Angus Gratton 2016-05-28 12:46:58 +1000
  • 230aa9fd37 Add new "RAM" storage macro for putting constant data in RAM Angus Gratton 2016-05-28 12:29:28 +1000
  • 34094d233c Travis: build rboot bootloader as part of automated build Angus Gratton 2016-05-28 11:31:29 +1000
  • 7fe2020785 ota_basic example: Update TFTP client calls Angus Gratton 2016-05-26 09:19:40 +1000
  • 84856f80a9 ota_tftp_download takes an optional receive_cb that will report on the status of the TFTP transfer Kenshi Kawaguchi 2016-05-25 00:07:13 -0700
  • d62fd4899a ota_basic example cleanup Angus Gratton 2016-05-23 12:23:04 +1000
  • d9202af2aa Use latest upstream rboot, always build with OTA - use prebuilt rboot if none is compiled locally. Angus Gratton 2016-05-07 17:25:28 +1000
  • 1f1881a452 rboot-ota: Always put a checksum in rboot config Angus Gratton 2016-03-24 15:35:23 +1100
  • 53b2b50241 rboot: Add cryptographic digest support for OTA images & SHA256 example Angus Gratton 2016-03-23 19:44:27 +1100
  • 03559de5cb Move rboot_verify_image to rboot-api Angus Gratton 2016-05-03 11:07:10 +1000
  • 6eceb5843c OTA: Move OTA-aware Cache_Read_Enable to core Angus Gratton 2016-03-23 18:01:09 +1100
  • e671927bd0 OTA: Add TFTP client mode, expand ota_basic example. Angus Gratton 2016-03-23 17:33:08 +1100
  • a3956af4ca Bootloader: Integrate rboot directly as 'bootloader' component Angus Gratton 2016-03-23 14:59:19 +1100
  • f38bb74593 OTA Images: Use esptool.py elf2image --version=2 instead of requiring esptool2 Angus Gratton 2016-03-23 11:12:20 +1100
  • b9f8e8a648 spi_flash.h: Add note that pointers need to be word-aligned Angus Gratton 2016-03-10 15:59:36 +1100
  • b304f65c21 Merge pull request #142 from SuperHouse/feature/rodata_defaults_flash Angus Gratton 2016-05-28 11:25:45 +1000
  • f0db26604f brk/malloc: Allow malloc to fail when out of RAM Angus Gratton 2016-02-16 22:00:29 +1100
  • d5221e7efa mbedtls: Remove WIN32 #ifdef sections, use socket's SO_ERROR flag over errno when possible Angus Gratton 2016-05-27 11:50:06 +1000
  • 367c17d1cf lwip: Fix 'errno' not being set by sockets layer Angus Gratton 2016-05-27 11:48:59 +1000
  • d72aedf7b1 Store .rodata in flash by default Angus Gratton 2016-05-20 11:01:16 +1000
  • 3ba19d7c4e Merge pull request #137 from SuperHouse/feature/better_crash_dumps Angus Gratton 2016-05-17 09:38:19 +1000
  • 1e9296f60c Fatal exceptions: Cleanly deal with exceptions that occur inside fatal_exception_handler_inner() Angus Gratton 2016-05-17 09:08:53 +1000
  • 3da022c132 Merge pull request #135 from SuperHouse/feature/phy Angus Gratton 2016-05-16 07:51:44 +1000
  • e7607ffc2b Add JSON support Drasko DRASKOVIC 2016-05-04 22:43:02 +0200
  • 981c87899b Add heap information to fatal exception & abort dumps Angus Gratton 2016-05-15 10:36:33 +1000
  • efedd24624 fatal exception handler: Only dump "registers" from stack for fatal user exceptions Angus Gratton 2016-05-07 19:14:48 +1000
  • 36886412e6 Add abort() implementation Angus Gratton 2016-05-07 18:21:13 +1000
  • cf350efd8a Dump register state on fatal exception Angus Gratton 2016-05-03 15:37:32 +1000
  • 52f9b13faf Break out debug dump functions into their own compilation unit Angus Gratton 2016-05-03 15:10:46 +1000
  • 640609c3f5 lwip sys_arch: Add functional xInsideISR implementation Angus Gratton 2016-04-20 15:04:29 +1000
  • 0caab973a5 Recompile libc with malloc locking enabled Angus Gratton 2016-04-20 14:59:23 +1000
  • b414e0b946 Add 'filteroutput.py' tool to automatically do addr2line lookups on likely hex values Angus Gratton 2016-03-10 12:28:53 +1100
  • f9fb0f212c Add stack memory dump to fatal exception handler Angus Gratton 2016-03-10 12:28:38 +1100
  • fd20b1a530 Add PHY hardware management for Bluetooth Coexistence pin choice Angus Gratton 2016-04-20 15:43:08 +1000
  • b61d06e940 Wrap structure around phy_info PHY initialisation settings Angus Gratton 2016-04-07 17:23:30 +1000
  • b2c032a867 Merge pull request #141 from SuperHouse/fix/travis_builds Angus Gratton 2016-05-15 22:20:40 +1000
  • b83d4a4293 Travis: Update esp-open-sdk commit to work around rewritten history on submodule Angus Gratton 2016-05-15 09:21:41 +1000
  • 57c718d835 Travis: Work around 4MB log limit when building all examples Angus Gratton 2016-05-04 07:34:54 +1000
  • fee987d5cf Startup code: Move user_start_phase2 to irom section Angus Gratton 2016-05-07 18:33:43 +1000
  • 5809a0119b Merge pull request #114 from doragasu/sntp Angus Gratton 2016-05-15 20:42:35 +1000
  • 11ec316038 Merge pull request #129 from jsuiker/feature/dht-sensors Angus Gratton 2016-04-25 14:28:01 +1000
  • 99eba80c4d Added DHT library to extras and sample code to examples jsuiker 2016-04-20 22:03:18 +0000
  • dccc57433d Move static constructor calls to after PHY, clock & baud rate are setup Angus Gratton 2016-04-21 09:54:15 +1000
  • b61b62136b gcc __attribute__((constructor)): Remove hacked calling, move ctor sections to flash Angus Gratton 2016-02-09 16:06:25 +1100
  • 2badeed523 cpp_01_tasks example: Remove spurious OTA=1 (ref #128) Angus Gratton 2016-04-20 09:24:08 +1000
  • 1c998a3edf http_get_mbedtls example: Update for howsmyssl.com server-side changes Angus Gratton 2016-04-20 09:23:00 +1000
  • 8453445620 mbedtls: Update to upstream v2.3.0 Angus Gratton 2016-04-20 09:05:33 +1000
  • 736e790e80 Merge pull request #124 from kanflo/rboot-merge Angus Gratton 2016-04-15 11:19:56 +1000
  • a97fb75261 Stop gap workaround for 'esp-open-sdk STANDALONE=n' build failure Angus Gratton 2016-04-14 17:34:03 +1000
  • 7e9d5bd2e2 MQTT client api and example Yudi Ludkevich 2016-01-02 10:41:28 +0300
  • 9c49134d61 Updated rboot to #75ca33b including the flash write bug. Johan Kanflo 2016-04-07 20:29:28 +0200
  • 83c5f91bc0 Merge pull request #121 from foogod/ds18b20-updates Angus Gratton 2016-04-07 08:42:02 +1000
  • 4adddc2574 Merge pull request #122 from foogod/warning-handling Angus Gratton 2016-04-07 08:13:22 +1000
  • 5b16aa5ba4 Change #warning to #error in ssid_config.h Alex Stewart 2016-04-06 11:42:58 -0700
  • fa6dd22957 Add WARNINGS_AS_ERRORS=1 to Travis build config Alex Stewart 2016-04-06 11:06:11 -0700
  • 373e7cae62 Add WARNINGS_AS_ERRORS make flag Alex Stewart 2016-04-05 16:45:36 -0700
  • 494c2d9cec Implement new ds18b20 APIs Alex Stewart 2016-03-17 16:03:46 -0700
  • 60e468bdb2 Misc ds18b20 fixups/enhancements Alex Stewart 2016-03-15 14:50:37 -0700
  • 9c37da6834 Add more documentation for onewire.h Alex Stewart 2016-03-17 19:24:29 -0700
  • 9b49b426f6 Added error-checking in onewire routines Alex Stewart 2016-03-17 13:36:31 -0700
  • a2b9d688ea Multiple cleanups/tweaks for onewire driver Alex Stewart 2016-03-14 21:59:39 -0700
  • 11c9031d9b Removed my _time() implementation to use newlib provided one. doragasu 2016-03-31 16:05:15 +0200
  • f4a5675854 Merge branch 'master' of https://github.com/SuperHouse/esp-open-rtos into sntp doragasu 2016-03-31 15:41:20 +0200
  • 02c35d8a71 Merge pull request #118 from UncleRus/core/gpio_cpp_fix Angus Gratton 2016-03-22 13:27:12 +1100
  • 3a62a0af0c esp/gpio.h c++ compatibility UncleRus 2016-03-22 01:51:50 +0500
  • cf3f811af1 Merge pull request #117 from UncleRus/core/spi_bugfix Alex Stewart 2016-03-18 15:19:56 -0700
  • 42018f0315 SPI big endian swap bug fix, spi_get_settings()/spi_set_settings() UncleRus 2016-03-18 03:27:36 +0500
  • b6132a480e Merge pull request #110 from UncleRus/core/spi Angus Gratton 2016-03-16 17:01:12 +1100
  • 9651692ca2 Cleanup and some changes to make implementation a bit more conforming to the standard. doragasu 2016-03-13 18:29:30 +0100
  • f14025b1c7 Removed non working clock_* calls from example. Using vars for tz and dst. doragasu 2016-03-13 17:04:03 +0100
  • b0fb8736a8 Comments updated UncleRus 2016-03-13 16:48:05 +0500
  • 22ceb08b49 Tabs to spaces. Again. UncleRus 2016-03-13 02:25:15 +0500
  • b4554b5806 SPI mode bug fixed, SPI endianness bugs fixed, new spi_transfer() UncleRus 2016-03-13 01:59:52 +0500
  • 0482aebf7d Added quick and dirty _gettimeofday_r() test implementation. doragasu 2016-03-11 13:11:15 +0100
  • 0ff4289261 Merge pull request #113 from kzys/lets-encrypt Angus Gratton 2016-03-10 07:40:37 +1100
  • 16c831fffa Added sntp support and example doragasu 2016-03-09 17:18:51 +0100
  • 41e28717f9 howmyssl.com's root certificate has been updated Kazuyoshi Kato 2016-03-04 22:18:29 -0800
  • 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
  • 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
  • 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