valeros
53362d338b
Add individual example for briki boards
2020-03-17 15:49:55 +02:00
AlbertoPimpo
98df86243e
Add initial support for briki core ( #294 )
2020-03-17 12:51:38 +02:00
Valerii Koval
0f7d2de7e2
Initial support for ESP-IDF v4.0 ( #297 )
2020-03-05 11:18:07 +02:00
valeros
685e78f9c3
Update aws-iot example with new configuration // Resolve #242
2019-10-28 15:42:14 +02:00
valeros
f4b9153ec1
Update support for ESP-IDF according to v3.3 // Issue #224
2019-09-16 13:11:52 +03:00
valeros
2c1b430f6c
Handle spaces in paths when compiling for ULP // Resolve #208
2019-07-24 11:24:22 +03:00
valeros
a186f66eb0
Update examples with more demonstrative code
2019-07-04 22:15:03 +03:00
valeros
965b3ffd89
Add initial support for Arduino framework as IDF component // Issue #24
2019-07-04 21:10:01 +03:00
valeros
8d08246acd
Add initial support for ULP programming // Issue #95
2019-06-20 13:42:21 +03:00
valeros
a4c3a868ba
Update ESP-IDF to 3.2.0 // Issue #167
2019-04-18 21:56:07 +03:00
valeros
c13bb1ef00
Update esp-idf framework to 3.1.3
2019-02-21 20:56:35 +02:00
Ivan Kravets
4646af1de2
Remove "Automatically generated file; DO NOT EDIT." from "sdkconfig.h"
2019-01-22 22:26:50 +02:00
Ivan Kravets
bea35aedda
Skip PUMBAA example from CI (not Python 3 compatible)
2018-12-26 22:36:11 +02:00
Ivan Kravets
8044f0b3af
Remove unused "readme.txt"
2018-10-17 21:53:21 +03:00
Ivan Kravets
ace8cf66e9
Update README for "include", "lib", and "test" directories
2018-10-17 21:28:26 +03:00
Ivan Kravets
705f58c891
Update README for "include", "lib", and "test" directories
2018-10-17 21:27:15 +03:00
Ivan Kravets
8a311060a6
Add default "LED_BUILTIN" for ESP Wrover Kit // Resolve #121
2018-10-01 15:33:33 +03:00
Ivan Kravets
a87034b146
Add "Blink" example for ESP-IDF // Resolve #122
2018-10-01 15:23:46 +03:00
valeros
c1bc09da05
Fix define value in sdkconfig file
2018-09-27 23:08:17 +03:00
valeros
98093509eb
Update sdkconfig file in esp-idf examples
2018-09-27 22:35:15 +03:00
Ivan Kravets
4bc628356e
Keep the same macro name for "COMPONENT_EMBED_TXTFILES" as ESP-IDF
2018-07-30 18:23:41 +03:00
Ivan Kravets
51f82da2c7
New boards: WEMOS LOLIN D32 & LOLIN D32 PRO, M5Stack FIRE, TTGO LoRa32-OLED V1, XinaBox CW02
2018-07-30 15:28:58 +03:00
valeros
06498a6224
Update sdkconfig.h file in examples with esp-idf
2018-07-09 22:59:25 +03:00
valeros
439b72c238
Add new example with AWS and esp-idf framework
2018-07-09 22:49:27 +03:00
Ivan Kravets
d5074c53be
Set monitor speed to 115200 by default
2018-06-27 14:28:05 +03:00
Ivan Kravets
ae55b59756
Test project with space
2018-06-08 19:53:48 +03:00
Ivan Kravets
a5bf079d7c
Set default monitor speed to 115200 for ESP-IDF
2018-05-30 20:18:35 +03:00
Valerii Koval
139a97b509
Add initial support for exceptions in ESP-IDF framework // Issue #88
2018-05-30 00:06:09 +03:00
Valerii Koval
218faa1b73
Update build script for ESP-IDF v3.0
2018-05-05 20:34:19 +03:00
Srikanth Anantharam
c0bdf20231
Define LED_BUILTIN if not already defined in pins_arduino.h. ( #67 )
2018-02-09 13:07:18 +02:00
Ivan Kravets
c284aaeda1
Update Arduino Core to the upstream version
2018-02-08 15:45:31 +02:00
Valerii Koval
f2ff645892
Update support for ESP-IDF v2.1
2017-08-16 15:33:58 +03:00
Valerii Koval
2e9269f337
Add new board ESP-WROVER-KIT
2017-08-03 19:11:58 +03:00
Valerii Koval
ee86953619
Remove deprecated stuff // platformio/platformio-examples#14
2017-07-24 13:22:47 +03:00
Valeriy Koval
2e5671cf24
Update support for esp-idf framework
2017-04-11 22:49:54 +03:00
Ivan Kravets
9568310101
Update links to docs
2017-02-22 16:29:39 +02:00
Ivan Kravets
8763e69a9f
Update installation link to PIO Core
2017-02-22 16:07:04 +02:00
Ivan Kravets
eef3fba665
Fix invalid URL to examples archive
2017-02-22 16:03:39 +02:00
Valeriy Koval
3ac9499b02
Update sdkconfig.h in old espidf examples
2017-02-20 21:56:49 +02:00
Valeriy Koval
004610de37
Add several new examples with espidf
2017-02-19 21:23:59 +02:00
Erik Moqvist
1a2734cc62
New framework: Pumbaa ( #7 )
...
* New framework: Pumbaa
Pumbaa is MicroPython on top of Simba.
The framework will generate a file called frozen.c from all .py files
found in the project src/ folder. The script file main.py is the entry
point for the user script. If main.py is missing the application will
enter the interactive Python interpreter.
All c/cpp source files (including frozen.c) will be compiled, linked
and uploaded as an ordinary c application.
http://pumbaa.readthedocs.io/en/latest/
* Added pumbaa-blink example to appveyor.
2016-12-24 15:48:08 +02:00
Erik Moqvist
f5f5710d98
Simba framework for Nano32 board.
2016-12-09 08:03:41 +01:00
Valeriy Koval
f2454c07dd
Supplement examples with new boards
2016-11-13 21:51:15 +02:00
Ivan Kravets
8c2e29da24
Added packages, updated Arduino for ESP32
2016-10-29 19:31:23 +03:00
Valeriy Koval
c37ff5c0dc
Initial support for ESP32
2016-10-24 20:23:25 +03:00