Commit Graph

479 Commits

Author SHA1 Message Date
Ivan Kravets 2e04dfcfc3 Minimal compatible PlatformIO Core is 5.0 2020-09-03 15:19:08 +03:00
valeros de8034c355 Update ESP-IDF aws iot example 2020-09-02 21:13:16 +03:00
valeros 19cb8eb6d4 Update emitter for embedding files 2020-09-02 18:16:14 +03:00
valeros 95b9ddc8fb Install windows-curses for menuconfig 2020-09-02 16:01:42 +03:00
valeros bfca46a29b Delete unsupported platform target 2020-09-02 15:27:37 +03:00
valeros 1ceb7b9d92 Update ESP-IDF examples 2020-09-02 14:54:26 +03:00
valeros ff997d3677 Update support for ESP-IDF v4.1 2020-09-01 21:26:55 +03:00
valeros 78be15e0d1 Update gitignore file in examples 2020-09-01 17:54:55 +03:00
Ivan Kravets 72c1bff53d Use "platformio" owner for package dependencies 2020-08-25 17:18:24 +03:00
Valerii Koval 08ef4bfb5e Add keywords field to platform manifest 2020-08-04 14:15:28 +03:00
Ivan Kravets 72b15f68c2 Rename framework "url" field to "homepage" 2020-06-25 13:32:07 +03:00
Ivan Kravets c4220ce463 Move vendor URL to "homepage" field 2020-06-22 14:15:22 +03:00
Valerii Koval a126f42f91 Merge tag 'v1.12.4' into develop
Bump version to 1.12.4
2020-06-17 11:28:11 +03:00
Valerii Koval a1e6055a9e Merge branch 'release/v1.12.4' 2020-06-17 11:28:11 +03:00
Valerii Koval 40591c38f6 Bump version to 1.12.4 2020-06-17 11:27:45 +03:00
Valerii Koval 5ef8da24c7 Extend framework descriptions 2020-06-16 23:47:05 +03:00
Valerii Koval 6d85d3b29b Set default value for flash_size field // Resolve #364 2020-06-12 15:51:21 +03:00
Valerii Koval fa2083e542 Update menuconfig target according to the latest API 2020-06-12 15:40:22 +03:00
Valerii Koval f8d59eee6c Merge branch 'release/v1.12.3' 2020-06-11 13:53:10 +03:00
Valerii Koval 082951baca Merge branch 'release/v1.12.3' into develop 2020-06-11 13:53:10 +03:00
Valerii Koval 9e48b6b486 Bump version to 1.12.3 2020-06-11 13:52:45 +03:00
Valerii Koval ebadad145c Switch to new AddPlatformTarget API
Preparation for upcoming PIO Core 4.4
2020-06-10 17:16:17 +03:00
Valerii Koval dd2f11b5cb Run CI on PR 2020-06-10 12:33:15 +03:00
Valerii Koval 6887486310 Fix unwanted build step for nobuild target // Resolve #355, resolve #356 2020-06-01 17:29:48 +03:00
Valerii Koval c92457017a Merge tag 'v1.12.2' into develop
Bump version to 1.12.2
2020-05-25 16:13:15 +03:00
Valerii Koval f23e08e902 Merge branch 'release/v1.12.2' 2020-05-25 16:13:14 +03:00
Valerii Koval 2ba7708375 Bump version to 1.12.2 2020-05-25 16:12:41 +03:00
Valerii Koval 721014dde2 Enable debugging feature for ESP32-PICO-KIT board // Resolve #336 2020-05-25 14:15:50 +03:00
Valerii Koval 55e1024c52 Switch to Github Actions as the main CI platform 2020-05-25 11:55:29 +03:00
Valerii Koval 9f9987729e Improve searching for ESP-IDF service files 2020-05-23 22:15:56 +03:00
Valerii Koval 4774553dd3 Update ESP-IDF to v4.0.1 2020-05-21 21:19:35 +03:00
Valerii Koval 32d50ab593 Add preliminary support for ESP32-S2 2020-05-11 21:17:48 +03:00
Valerii Koval d53f95bf54 Add basic support for external CMake arguments // Issue #339
Might be useful when a user wants to modify project configuration
settings: set cache entries or enable developer warnings specific
to CMake
2020-04-30 18:15:40 +03:00
Valerii Koval 060dc90f55 Merge tag 'v1.12.1' into develop
Bump version 1.12.1
2020-04-28 15:05:40 +03:00
Valerii Koval dc17a3a1fe Merge branch 'release/v1.12.1' 2020-04-28 15:05:39 +03:00
Valerii Koval ce7dfb7032 Bump version 1.12.1 2020-04-28 15:04:13 +03:00
Vojtěch Boček 3bd42d6ee1 Esp32ExceptionDecoder: fix compatibility with esp-idf master (#324) 2020-04-28 14:41:41 +03:00
Valerii Koval bd2d34c6b3 Fail if default main component is not specified in platformio.ini 2020-04-27 19:05:18 +03:00
Valerii Koval 960b4deef3 Properly detect modification of CMakeLists.txt files 2020-04-27 17:37:01 +03:00
Valerii Koval 9d5cc62409 Dynamically detect the main component name // Resolve #330
CMake uses the folder name as component target
2020-04-27 17:35:32 +03:00
Valerii Koval ddc18c01b4 Pass source files to ESP-IDF build system via GLOB
This method is much more convenient for users as they won't
need to edit CMakeLists.txt if a new file added to their project
2020-04-27 17:25:45 +03:00
Valerii Koval 856885e219 Allow overriding SPIFFS image name // Resolve #332 2020-04-27 17:19:21 +03:00
Ivan Kravets 6de6681fbe Remove Briki manfiest 2020-04-24 21:50:12 +03:00
Valerii Koval 86fbfad669 Fix possible name for CMake target with project sources 2020-04-17 00:03:15 +03:00
Valerii Koval 5e0f9e47b0 Add missing includes from project library for ESP-IDF // Resolve #316 2020-04-16 22:03:13 +03:00
Valerii Koval 537ced1c24 Improve handling project source files for ESP-IDF
Use AddBuildMiddleware helper instead of overriding SRC_FILTER
2020-04-16 22:01:56 +03:00
Valerii Koval 844b75687f Improve processing of default flags for ESP-IDF build environment
Add a dummy component with different file extensions so
CMake will generate comprehensive code model
2020-04-16 21:57:06 +03:00
Valerii Koval 707ae55074 Fix possible issue with Arduino component for ESP-IDF // Resolve #319
CMake fails to generate code model if this path contains @ symbol
2020-04-16 21:43:27 +03:00
Valerii Koval 2d50d7b841 Add support for PSRAM memory with ESP-IDF // Resolve #254 2020-04-16 16:25:52 +03:00
valeros 9bc9c3a59f Add mbctool to the list of non debug protocols 2020-03-24 17:30:16 +02:00