valeros
965b3ffd89
Add initial support for Arduino framework as IDF component // Issue #24
2019-07-04 21:10:01 +03:00
valeros
daa26141c6
Update esp-idf framework to v3.2.1
2019-06-24 15:38:16 +03:00
valeros
8d08246acd
Add initial support for ULP programming // Issue #95
2019-06-20 13:42:21 +03:00
valeros
26605923f1
Update support for ESP-IDF
2019-04-18 21:54:59 +03:00
valeros
c13bb1ef00
Update esp-idf framework to 3.1.3
2019-02-21 20:56:35 +02:00
valeros
febfe9029e
Fix code incompatible with Python 3
2018-12-27 21:39:43 +02:00
valeros
c862ece459
Tidy up esp-idf build script
2018-10-22 21:08:29 +03:00
valeros
bcfc6a4913
Update esp-idf build script // Issue #91 , #125
2018-09-27 22:33:50 +03:00
Ivan Kravets
05ebccecf2
Switch to isolated build flags per framework
2018-08-11 19:10:58 +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
valeros
1452abc1bc
Add initial support for embedding file in firmware
2018-07-09 22:47:38 +03:00
Ivan Kravets
7a22f5a79d
Calculate an absolute path for a custom partitions table
2018-05-31 19:27:00 +03:00
Valerii Koval
139a97b509
Add initial support for exceptions in ESP-IDF framework // Issue #88
2018-05-30 00:06:09 +03:00
Ivan Kravets
fd9ed71c4f
Custom Partition Tables // Resolve #58
2018-05-26 01:13:54 +03:00
Ivan Kravets
2096d5b350
Use the actual dev/platform directory when looking for "sdkconfig.h" // Resolve #86
2018-05-14 15:55:43 -07:00
Ivan Kravets
8f9fd0078a
Backward compatibility for obsolete Pumbaa build script
2018-05-11 19:24:06 +03:00
Ivan Kravets
757fdf75c3
Make extra images independent from a prog tool
2018-05-11 02:31:11 +03:00
Ivan Kravets
ea3dfd8d2d
Initial support for external JTAG and Custom programmers
2018-05-11 02:16:58 +03:00
Ivan Kravets
124a5cbd3e
Switch to the latest toolchain for ESP-IDF
2018-05-10 23:08:50 +03:00
Valerii Koval
1ca3930a8f
Check if the esp-idf configuration file is compatible with the latest framework version
2018-05-08 22:59:21 +03:00
Valerii Koval
bdbf125d4d
Replace PARTITION_TABLE_CSV variable instead of appending
2018-05-07 23:50:32 +03:00
Valerii Koval
78b5dfe974
Add support for uploading SPIFFS files // Issue #62
2018-05-07 23:40:34 +03:00
Valerii Koval
218faa1b73
Update build script for ESP-IDF v3.0
2018-05-05 20:34:19 +03:00
Ivan Kravets
c56ceac643
Allow to override PROGNAME
2018-01-26 21:05:38 +02:00
Valerii Koval
ea9e8461da
Fix component parsing process for esp-idf // Issue #41
2017-09-05 19:55:05 +03:00
Valerii Koval
ab659a656a
Fix ESP-IDF ld-script generating command when there is a space in project path // Issue #39
2017-08-28 11:09:51 +03:00
Valerii Koval
f2ff645892
Update support for ESP-IDF v2.1
2017-08-16 15:33:58 +03:00
Valeriy Koval
6c0bc07605
Handle situation when sdkconfig,h is missing
2017-05-19 19:58:10 +03:00
Valeriy Koval
2e5671cf24
Update support for esp-idf framework
2017-04-11 22:49:54 +03:00
Valeriy Koval
3ecf698255
Move espidf specific flags to appropriate builder
2017-02-20 21:59:41 +02:00
Ivan Kravets
e34d61b619
Make verbose actions for partitions and LD script
2017-02-20 12:22:24 +02:00
Valeriy Koval
36c8eb4f85
Update builder for espidf framework
2017-02-19 21:23:04 +02:00
Ivan Kravets
42a493719f
Depend on Arduino Core from official repository
2017-01-25 15:42:36 +02:00
Ivan Kravets
19c8bc49de
Move framework related things from main script to own build script
2017-01-24 23:25:18 +02:00
Valeriy Koval
bc4107bc9d
Update builder for Arduino framework
2017-01-19 23:02:25 +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
Ivan Kravets
dfd4312e68
New board Node32s; Update ESP32 Core for Arduino
2016-12-10 17:31:45 +02:00
Erik Moqvist
f5f5710d98
Simba framework for Nano32 board.
2016-12-09 08:03:41 +01:00
Ivan Kravets
ecb47153c7
Refactor CPPDEFINES to tuple style
2016-11-30 15:53:58 +02:00
Ivan Kravets
aec1d31aa0
Escape path and fix issue with user account that contains spaces
2016-11-23 18:17:04 +02:00
Ivan Kravets
2673cb3876
Fix issue with “WProgram.h: No such file or directory” when Arduino framework is used
2016-11-21 12:43:29 +02:00
Valeriy Koval
d78e8d92bc
Move espidf specific code to appropriate file
2016-11-20 12:59:28 +02:00
Valeriy Koval
6e7196429e
Update build script for espidf framework
2016-11-13 21:42:12 +02:00
Valeriy Koval
22c680eeb6
Add some new libs to build process for Arduino framework
2016-11-06 16:48:35 +02:00
Valeriy Koval
06e193e8fa
Autogenerate linker script for esp-idf
2016-11-06 16:46:33 +02:00
Valeriy Koval
c37ff5c0dc
Initial support for ESP32
2016-10-24 20:23:25 +03:00
Ivan Kravets
7332e21f66
Initial commit
2016-10-22 02:20:57 +03:00