ed33e15752
Adjustable Serial Event Task Stack Size And Priority ( #6685 )
...
* Adjustable Serial Event Task Stack Size And Priority
* Added options to Kconfig
* Added Core Affinity
* Added CONFIG_FREERTOS_UNICORE
* Removed _CONFIG from FREERTOS_UNICORE
* Fixing Core choice for OnReceive()
Makes it alligned to changes in #6718
Also eliminates conflict with #6718 for merging
Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com >
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
2022-05-13 13:57:13 +03:00
09c0a39d2a
Update Kconfig to autoselect the proper running core ( #6718 )
...
* Update Kconfig to autoselect the proper cunning core
* Always run UDP on Core0 by default
2022-05-13 13:15:06 +03:00
5502879a5b
v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 ( #4996 )
...
This is very much still work in progress and much more will change before the final 2.0.0
Some APIs have changed. New libraries have been added. LittleFS included.
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Mike Dunston <m_dunston@comcast.net >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com >
Co-authored-by: tobozo <tobozo@users.noreply.github.com >
Co-authored-by: bobobo1618 <bobobo1618@users.noreply.github.com >
Co-authored-by: lorol <lorolouis@gmail.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
Co-authored-by: Sweety <switi.mhaiske@espressif.com >
Co-authored-by: Loick MAHIEUX <loick111@gmail.com >
Co-authored-by: Larry Bernstone <lbernstone@gmail.com >
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com >
Co-authored-by: 快乐的我531 <2302004040@qq.com >
Co-authored-by: chegewara <imperiaonline4@gmail.com >
Co-authored-by: Clemens Kirchgatterer <clemens@1541.org >
Co-authored-by: Aron Rubin <aronrubin@gmail.com >
Co-authored-by: Pete Lewis <601236+lewispg228@users.noreply.github.com >
2021-04-05 14:23:58 +03:00
d1a4b3b822
Add loop task stack size config to Kconfig
...
Follow up for https://github.com/espressif/arduino-esp32/pull/4564
2020-12-02 11:56:45 +02:00
22b427df0f
IDF release/v3.3 ( #3672 )
...
ESP-IDF release/v3.3: 66d3783c8
esp-face: 420fc7e
esp32-camera: 0107093
2020-11-03 21:20:00 +02:00
0e341a6192
Add sdkconfig option CONFIG_ARDUINO_UDP_TASK_PRIORITY, which sets the task priority for the UDP vtask." ( #4131 )
2020-11-02 20:21:59 +02:00
5bf3aab527
Make a selective menuconfig option for FFat ( #2966 )
2019-07-09 19:14:53 +03:00
fa74767b2e
Allow selecting in IDF the running core for Arduino's core tasks
2019-04-13 17:13:13 +02:00
86fdb5b23d
Fix compilation errors when used as IDF component
2019-01-26 21:37:03 +01:00
1fe3ee87b6
Feature/selective compilation ( #1671 )
...
* Selective compilation
* Optimized component.mk
* Autoconnect WiFi now forces WiFi
2018-07-25 13:02:37 +02:00
4da5d46ecd
Additional partition scheme min_spiffs ( #1302 )
...
with minimal SPIFFS partition size and OTA support for bigger apps
2018-04-14 09:45:08 +02:00
69f72eca84
Update IDF to f586f5e ( #1296 )
...
* Update BLE lib
* Update IDF to f586f5e
* Restructure Bluetooth Serial includes
* Update esptool and gen_esp32part
* Add partition scheme selection for menuconfig
* Add partition scheme selection for Arduino IDE
* Fix BLE example
* Second attempt BLE fix
* Add exceptions to PIO
2018-04-07 09:45:18 +03:00