devsaurus
955a63881f
i2s: fix memory leak for pending tx data when node_i2s_stop() deletes the tx task
2018-11-04 23:28:21 +01:00
devsaurus
bf549a2440
make ldblib.c compilable with extended debug support
2018-11-04 23:26:09 +01:00
devsaurus
dc0c6ff65d
pack-port bits and pieces in spiffs.c:
...
- implement file.size for spiffs (#1516 )
- fix vfs_lseek() result checking in enduser_setup and clarify SPIFFS_lseek() return value (#1570 )
- Handle error condition in file.read() (#1599 )
2018-11-04 08:49:17 +01:00
devsaurus
fdb96f51be
update file and vfs to master
2018-11-04 00:42:08 +01:00
devsaurus
30ada6f084
add i2s.mute()
2018-11-02 22:31:49 +01:00
tomsci
48b9518d76
Add object-based file API to dev-esp32 branch ( #2524 )
...
* #2521 : Add object-based file API to dev-esp32 branch
Merged in from master@c708828bbe853764b9de58fb8113a70f5a24002d minus
some VFS changes and similar.
* Updated file docs from master
Omitting:
* file.mount()
* reference to rtctime.epoch2cal()
* file.stat()
As these are not available in dev-esp32 branch
Unsure about whether "directories are not supported" is still true
2018-10-29 07:09:41 +01:00
devsaurus
7ded3960eb
fix net hold/unhold
2018-10-20 22:58:57 +02:00
devsaurus
3fb2c7d402
fix intr_alloc setting
...
re-enable i2s.read()
2018-10-18 22:47:39 +02:00
devsaurus
96adbabf5c
doc fixes
2018-10-14 18:13:00 +02:00
devsaurus
daa5848431
rework parts of I2S
2018-10-14 18:05:48 +02:00
devsaurus
5e64def682
add dac module
2018-10-14 12:29:30 +02:00
zelll
d094944b9b
fixed a leak
2018-10-13 14:12:11 +02:00
zelll
fb1ac33f19
i2s docs
2018-10-13 14:12:02 +02:00
zelll
a4c0d7180e
fix spaces
2018-10-13 14:10:34 +02:00
zelll
34e486fb7f
i2s extension
2018-10-13 14:10:03 +02:00
devsaurus
166474b9f1
clarify unsupported transport modes
2018-10-08 21:29:24 +02:00
Ryan Hartlage
d6c593b722
Use esp-mqtt from esp-idf ( #2509 )
...
* Use esp-mqtt from esp-idf
* Fix formatting
* Revert changes to u8g2 submodule
2018-10-08 20:58:28 +02:00
tomsci
35c0f15805
Set stdout to unbuffered ( #2508 )
...
* Set stdout to unbuffered
This fixes issue #2507 esp32 serial console doesn't show output until
enter pressed.
* Moved setvbuf call to app_main immediately after console_init
2018-10-07 21:40:49 +02:00
devsaurus
45c63a8236
Add ucg module.
2018-10-07 16:31:28 +02:00
devsaurus
c1de414ba1
fix danglink link in tmr.md
2018-10-07 16:17:38 +02:00
devsaurus
0802418978
fix stale link in file.md
2018-10-07 16:15:12 +02:00
devsaurus
209fe91ba7
add encoder doc
2018-10-07 16:08:45 +02:00
devsaurus
9ab7e7fa34
fix wrong link to index.md
2018-10-07 16:04:12 +02:00
devsaurus
e86fa642b5
unbreak mkdocs build
2018-10-07 15:59:04 +02:00
devsaurus
4b1551af49
update u8g2 to v2.23.18
2018-10-07 15:04:03 +02:00
devsaurus
80e6cc1e7e
install python requirements
2018-10-07 14:06:56 +02:00
devsaurus
358379fd90
Updated ESP-IDF to latest.
2018-10-07 12:33:40 +02:00
Arnim Läuger
bf5808495c
Merge pull request #2501 from ryanplusplus/mqtt-rometatable
...
Mqtt rometatable
2018-10-02 19:00:04 +02:00
Ryan Hartlage
c8e3a11a00
Use alphabetical order for lua modules in kconfig
2018-07-14 15:07:39 -04:00
Ryan Hartlage
74fd5184dd
Use RO metatable for MQTT module; add link to docs in mkdocs.yml
2018-07-14 13:40:21 -04:00
devsaurus
45be28cf60
fix and document template partition table
2018-04-15 22:55:28 +02:00
devsaurus
8d0a8a5763
refactor task wdt handling to platform layer
2018-04-04 09:25:47 +02:00
devsaurus
a63da92e82
set auto_connect before station configuration
...
idf 3.1 connects automatically upon esp_wifi_sta_config()
2018-04-04 09:09:41 +02:00
devsaurus
8d843e5beb
fix task wdt to handle PANIC situations and spiffs formatting
2018-04-02 21:17:18 +02:00
devsaurus
cc34ac0844
update toolchain
2018-04-01 00:28:38 +02:00
devsaurus
efffa92b77
Updated ESP-IDF to latest.
2018-04-01 00:28:26 +02:00
Andrew Gough
ba57b0fa7e
Add slightly modified version of standard MQTT docs. Note that in most
...
cases the API is identical [see note in unsubscribe()]
2018-03-19 21:06:58 +11:00
Andrew Gough
33232b501d
Upgrade to espmqttc head
2018-03-19 19:31:38 +11:00
Marcel Stör
6d19510e79
Add submodule init
2018-03-06 23:28:05 +01:00
Marcel Stör
2ab489859c
Add app folder (from other branches) to .gitignore
2018-03-06 23:01:06 +01:00
Andrew Gough
4207d6c8ad
Add espmqtt library + bindings
2018-02-01 21:03:10 +11:00
devsaurus
bded035406
clarify tools status
2017-12-31 11:53:30 +01:00
Marcel Stör
3eb8d4f1d0
Clean-up the uploader tools selection
2017-12-28 23:56:13 +01:00
John Lauer
3ddce2d75d
Add ChiliPeppr as option for IDE ( #2192 )
2017-12-28 23:15:47 +01:00
devsaurus
4702c1f181
align source from esp8266 port
2017-12-18 22:06:47 +01:00
Ryan Hartlage
e2a4c1bc5f
Fix link to ESP32 hardware page ( #2196 )
2017-12-16 19:03:05 -05:00
devsaurus
0a3ea42ff9
list new u8g2 device constructors
2017-11-18 17:54:51 +01:00
Arnim Läuger
5995ff6bec
fix spi-only listing
2017-11-18 17:44:25 +01:00
devsaurus
23e9fcccfa
update to u8g2 2.19.8
2017-11-18 17:38:21 +01:00
devsaurus
0b998e5612
tolerate multiple netconn callbacks for a single send job
2017-11-12 17:41:29 +01:00