esp-open-rtos/examples
Angus Gratton 147257efa4 Almost functional OTA support
ota_basic example can receive new image via TCP.

However - writing to flash with interrupts disabled causes data loss,
and the TCP flow is very slow to recover. Linux sender quickly ramps up
RTT timer to very long retry intervals, crippling performance &
throughput.

Running the update without the flash writes causes the data to be
received quickly, so this is definitely an issue with the time taken for
the erase cycle.

Progress towards #10
2015-07-29 16:50:23 +10:00
..
blink blink examplpe: Fix FreeRTOSConfig mistake 2015-06-17 08:07:26 +10:00
blink_timers Hardware timer support 2015-07-09 12:29:40 +10:00
button Create a default FreeRTOSConfig.h, can override on a per-program basis 2015-06-16 17:28:32 +10:00
experiments/timers Create a default FreeRTOSConfig.h, can override on a per-program basis 2015-06-16 17:28:32 +10:00
http_get Merge branch 'newlib' 2015-07-15 16:01:18 +10:00
http_get_ssl Merge branch 'newlib' 2015-07-15 16:01:18 +10:00
ota_basic Almost functional OTA support 2015-07-29 16:50:23 +10:00
simple Create a default FreeRTOSConfig.h, can override on a per-program basis 2015-06-16 17:28:32 +10:00
tests/hmac_test_vectors Merge branch 'newlib' 2015-07-15 16:01:18 +10:00
Makefile Add 'examples' top level Makefile for building all examples together 2015-06-02 17:56:41 +10:00