Commit Graph

7 Commits

Author SHA1 Message Date
me-no-dev
409c75da04 Implement ESP_LOGx override option
Usable for library developers who write code not dependent on Arduino.
Adding 3 lines to the includes will permit their debug messages to be
visible in Arduino IDE or when enabled under IDF
2017-10-14 00:06:55 +03:00
me-no-dev
b879f80017 Allow Arduino to be run without BT support in IDF
Fixes: https://github.com/espressif/arduino-esp32/issues/343
2017-05-06 18:27:03 +03:00
me-no-dev
5f2b00228c IDF add some defaults and allow Arduino to run in single-core mode 2017-02-28 23:36:05 +02:00
me-no-dev
5977877dbe Update Kconfig to autoenable SO_RCVBUF in IDF 2017-01-09 17:51:07 +02:00
Me No Dev
d84d912973 Remove MONITOR_BAUD config
it's part of esp-idf now and can be used by any project
2017-01-03 11:55:51 +02:00
me-no-dev
1252f7f96e add "monitor" build target for idf 2016-11-18 17:58:32 +02:00
me-no-dev
c30012ab78 Add Kconfig for IDF and option to disable HAL mutexes
IDF Options:
- Autostart Arduino (implements app_main)
- Disable HAL locks
- Set HAL debug level
- Auto-connect STA if configured (else will connect after WiFi.begin())
2016-11-18 15:07:25 +02:00