Commit Graph

12 Commits

Author SHA1 Message Date
me-no-dev
e51f7a5b87 fix compilation errors in idf 2018-07-25 22:39:32 +02:00
Marcin Gałczyński
1fe3ee87b6 Feature/selective compilation (#1671)
* Selective compilation

* Optimized component.mk

* Autoconnect WiFi now forces WiFi
2018-07-25 13:02:37 +02:00
me-no-dev
871dd183d8 Print to debug the IP address obtained by DHCP 2018-07-05 16:04:07 +02:00
me-no-dev
05111bbde7 fix case where library source subfolders are not compiled when used as component 2018-07-05 14:27:17 +02:00
Xie Yi
fd9cc002e8 Fix support for some arduino libraries which don't put source files under a src directory (#605)
* fix support for some arduino libraries

* no longer need line 1
2017-09-03 19:18:20 +03:00
me-no-dev
161a224543 fix IDF library includes 2017-03-10 15:00:15 +02:00
me-no-dev
72ce040785 Use wildcard for core includes in IDF
thanks @Curclamas for pointing it out :)
2017-03-02 01:26:41 +02:00
me-no-dev
1d759380a6 Major IDF and Arduino Update
WiFi and BlueTooth can now be started and stopped at will.
basic functions added to esp32-hal to start and stop the BT radio
SimpleBLE class added to show the most basic functionality
Example to show how to switch between BT, WiFi or Both
2017-02-23 01:11:57 +02:00
me-no-dev
8c1e7018c9 Change library name for IDF 2017-02-12 00:28:09 +02:00
me-no-dev
bfa979a900 Add initial NVS Arduino implementation 2017-02-08 23:09:42 +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
me-no-dev
b89cf412ab add component.mk so the framework can be used as IDF component 2016-10-06 17:13:07 +03:00