5c0a57ff6d
Specify units in CheckFlashConfig example sketch ( #4490 )
2018-03-12 11:54:21 -03:00
afcbcd5cc9
Add support for hardware Sigma Delta generator
...
Provides a simple interface to attach/detach pins to the sigma-delta generator, and get/set the 2 parameters prescaler & target. Working example that fades the onboard LED is provided. Code and sample by @stefaandesmet2003.
2018-03-10 12:07:04 -08:00
61cd8d8385
examples: format all .ino files
...
This formats all the example source files using Arduino style rules.
2018-03-08 14:32:06 +08:00
f9ac524b13
Add -Werror to acceptance builds for C and CPP ( #4369 )
...
Use platform.local.txt to add -Werror to GCC for the build of all
code. Any warnings on a submitted patch will cause an error.
Several examples and libraries had warnings/errors (missing returns
on functions, types, etc.). Clean those up with this commit as well.
2018-02-17 18:47:10 -08:00
83f6d83db0
Fix RTCmem example buffer access past end ( #4288 )
2018-02-06 20:54:03 -03:00
9913e52107
handle tv.tv_usec in settimeofday() ( #4001 )
...
optional settimeofday()'s callback
fix #1679
2017-12-24 17:48:25 -03:00
cbfbc1ad63
lwip2 fixes and time/ntp management
...
core: +settimeofday()
core: +coredecls.h +sntp-lwip2.c
core: fix clock_gettime() with micros64()
core: honor DST in configTime()
core: internal clock is automatically started
examples: +esp8266/NTP-TZ-DST.ino
lwip2: sntp client removed
lwip2: fix crashing with WiFi.softAPConfig(ip,ip,ip)
fix #3852
2017-11-21 10:50:48 +08:00
e9dea9af99
Update keywords.txt for coloring syntax ( #2892 )
...
Add ESP keywords and update ESP8266Wifi library
2017-02-06 13:25:27 +03:00
0291a6e32a
Update Blink.ino
...
Typo
2017-01-05 11:50:43 -06:00
9db0393b65
Update RTC memory example
2016-06-02 14:34:28 +08:00
2a4081b079
Added support for RTC user memory in ESP-specific APIs. ( #1836 )
2016-06-01 11:13:33 +08:00
7c8d9b2d8d
Add TestEspApi example, exercising the non-RTOS C API.
2016-02-27 12:59:08 +01:00
573a0fb47f
Add LED_BUILTIN definition ( #1556 )
...
keep arduino incompatible BUILTIN_LED (+22 squashed commits)
[e124f9c
] keep arduino incompatible BUILTIN_LED
[18dab66
] keep arduino incompatible BUILTIN_LED
[0095de6
] keep arduino incompatible BUILTIN_LED
[cca2714
] keep arduino incompatible BUILTIN_LED
[ff62bfb
] keep arduino incompatible BUILTIN_LED
[fd6f7c0
] keep arduino incompatible BUILTIN_LED
[220b02a
] keep arduino incompatible BUILTIN_LED
[b871b1b
] keep arduino incompatible BUILTIN_LED
[1d97cac
] keep arduino incompatible BUILTIN_LED
[ebc2667
] changed BUILTIN_LED to LED_BUILTIN
[7008a27
] changed BUILTIN_LED to LED_BUILTIN
[cf3f6da
] changed BUILTIN_LED to LED_BUILTIN
[5e11c43
] changed BUILTIN_LED to LED_BUILTIN
[8645bd5
] changed BUILTIN_LED to LED_BUILTIN
[faae742
] changed BUILTIN_LED to LED_BUILTIN
[df2659b
] changed BUILTIN_LED to LED_BUILTIN
[1eb74d5
] changed BUILTIN_LED to LED_BUILTIN
[fb9e977
] changed BUILTIN_LED to LED_BUILTIN
[b735737
] changed BUILTIN_LED to LED_BUILTIN
[d0557dd
] changed BUILTIN_LED to LED_BUILTIN
[a25e4aa
] changed BUILTIN_LED to LED_BUILTIN
[7865ace
] changed BUILTIN_LED to LED_BUILTIN
2016-02-04 17:44:17 +03:00
74aec438ae
Fix "invalid library found" errors with Arduino 1.6.6 ( #965 )
...
As per suggestion from @marvinroger
2015-11-16 00:39:54 +03:00
33c9d03356
add CheckFlashConfig.ino example
2015-10-09 14:29:21 +02:00
34be16c8da
Add example for storing JSON config file in SPIFFS
2015-08-10 15:15:06 +03:00
fab4b86147
Rename to CallSDKFunctions and correct spelling
2015-07-20 13:04:55 +02:00
ca1bbf2e9a
Example sketch to demonstrate how to use native ESP8266 SDK functionality
2015-07-20 12:43:29 +02:00
496fee1a15
Use BUILTIN_LED
2015-06-26 20:31:56 +03:00
2969b0b7a3
Use BUILTIN_LED
2015-06-26 20:31:51 +03:00
3e87bb3ce2
No need to disable the watchdog
2015-06-26 20:31:45 +03:00
7553b67dd7
ESP8266 BlinkWithoutDelay
2015-06-26 20:31:39 +03:00
0e29e7e048
ESP8266 Blink example for the blue LED on the ESP-01 module
2015-06-26 20:31:32 +03:00