Commit Graph

68 Commits

Author SHA1 Message Date
atanisoft 4f2ca7dba5 Force forward slash for paths for openocd-esp32, new board D-duino-32 (#139)
* Force forward slash for paths for openocd-esp32

fixes #136

* adding D-duino-32 board type.

This board has a built in OLED and non-standard SCL/SDA pins.
2018-11-23 13:00:34 +02:00
valeros c862ece459 Tidy up esp-idf build script 2018-10-22 21:08:29 +03:00
Ivan Kravets 1cacbd8f24 Revert back manual path escaping for FLASH_EXTRA_IMAGES 2018-10-01 16:07:06 +03:00
valeros bcfc6a4913 Update esp-idf build script // Issue #91, #125 2018-09-27 22:33:50 +03:00
valeros b0eb2ab877 Escape space symbol in the image path // Issue #118, #121 2018-09-27 21:31:39 +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 b3bcc30858 Fix SPIFFS uploading via OTA 2018-07-02 16:03:11 +03:00
Ivan Kravets 3d98efd6b4 Fix maximum allowed data size for ESP32 2018-07-02 15:33:43 +03:00
Ivan Kravets e9d3b71b88 Minor changes 2018-06-15 21:35:03 +03:00
Ivan Kravets a9fe7ed2f2 Restore formatting 2018-06-09 01:00:20 +03:00
Ivan Kravets 99270f8f25 Use upcoming "checkprogsize" target from PIO Core 3.6 to update max upload size 2018-06-04 14:10:58 +03:00
Ivan Kravets ac44a7fdc3 Declare command for checking memory usage 2018-06-02 15:58:00 +03:00
Ivan Kravets 1ac11f1e93 Update maximum allowed upload size for "checkprogsize" target 2018-06-01 17:48:00 +03:00
Ivan Kravets bd64b99836 Support automatic calculating of partition offset when it's omitted 2018-05-31 21:11:12 +03:00
Ivan Kravets 7a22f5a79d Calculate an absolute path for a custom partitions table 2018-05-31 19:27:00 +03:00
Ivan Kravets 7bf1984f94 Typo fix 2018-05-30 00:25:12 +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 9080ace7ac Minor fixes 2018-05-25 16:55:24 +03:00
Valerii Koval 87017533e7 Fix upload flags when there is a space in path // Issue #79 2018-05-24 23:38:54 +03:00
Valerii Koval 1ea5afdd65 Add custom UPLOADCMD command for SPIFFS // Issue #62 2018-05-21 22:08:26 +03:00
Ivan Kravets 5be3821691 Escape a path for flash extra images // Resolve #79 2018-05-15 17:35:22 -07: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 423117f74d Flash extra images when external JTAG is used 2018-05-11 03:07:32 +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
Ivan Kravets eea632192f Allow to override PROGNAME 2018-01-03 18:23:00 +02:00
Ivan Kravets f1451c2b2a Order arguments (sync with Arduino Core) 2017-11-25 00:42:48 +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
Ivan Kravets 89432f3c03 Do not create an index to the symbols with ar command 2017-08-22 16:01:28 +03:00
Ivan Kravets bf6cee4fdb Declare GDB client 2017-08-17 22:11:48 +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 687632e90c Add uploading firmware OTA // Issue #22 2017-04-28 11:51:04 +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 8cb8a4932b Fix “size” target 2017-02-10 18:43:10 +02:00
Ivan Kravets 88b5d98c0a Minor changes 2017-01-27 01:29:43 +02:00