Jade Mattsson
830522ac33
Added espnow module with documentation.
2024-03-27 15:43:59 +11:00
Jade Mattsson
bd6b70ee61
Add missing doc link to rtcmem module.
...
As pointed out by Marcel, thank you!
2024-03-27 13:51:31 +11:00
Marcel Stör
4bc22d0c3a
Bump MkDocs to latest
2024-02-18 22:41:18 +01:00
Philip Gladstone
4816c168d8
Add support for using multiple memory slots in rmt setup ( #3568 )
...
* Add support for using multiple memory slots in rmt setup
* Fix a crash when stopping an RMT receiver
* Add missing docs to the mkdocs
2024-02-01 20:31:56 -05:00
Johny Mattsson
c684180dea
Remove defunct extmod bits.
2023-01-17 14:08:47 +11:00
Johny Mattsson
cb434811ca
IDF web server module ( #3502 )
...
* Added httpd module.
Lua-interface to the standard esp_http_server component.
* Added eromfs module.
2022-03-05 13:51:54 +11:00
Johny Mattsson
5e52a9e200
Added heaptrace module.
2021-09-16 13:54:55 +10:00
Johny Mattsson
dba57fa0ea
Merge branch 'dev-esp32-idf4-lua53' into dev-esp32-idf4
2021-08-24 10:42:43 +10:00
Johny Mattsson
e52e0a8e84
Pulled in the 5.1+5.3 docs from the esp8266 branch.
...
With minor modifications to drop ESP8266 specific information not
applicable to the ESP32 series. Further corrections welcome.
2021-08-22 19:25:39 +10:00
Marcel Stör
3a6961ccc7
Update RTD MkDocs ( #3457 )
...
* Modernize docs
* Remove old style hacks
* Add comment
2021-08-16 15:27:56 +10:00
Javier Peletier
084d6cabc5
Add support for external modules ( #3100 )
2020-07-27 19:08:19 +02:00
Javier Peletier
f4887bf134
JTAG debugging quick guide for Linux ( #3088 )
2020-05-18 19:58:15 +02:00
John Lauer
9a5327cab1
Add touch sensor module ( #2863 )
...
* Touch module 1st checkin
* ESP32. Check-in 2 for Touch sensor module
* ESP32: Touch module. Sample Lua code.
* ESP32: Latest YouTube vid
* ESP32: Touch docs update
* Added opt_* methods for value retrieval
2019-10-27 19:49:56 +01:00
Arnim Läuger
7cb61a27d2
Esp32 eth ( #2820 )
...
Ethernet module added.
2019-07-20 12:47:43 +10:00
devsaurus
d92d300577
add otaupgrade.md
2019-07-06 14:22:02 +02:00
devsaurus
5f3c05bde8
add pulsecnt.md to mkdocs
2019-06-12 22:36:06 +02:00
Javier Peletier
746f519c47
ESP32 crypto module ( #2607 )
2019-01-18 12:55:26 +01:00
Marcel Stör
1adbc79106
Fix typo
2019-01-13 22:13:15 +01:00
Marcel Stör
5750da121c
Re-organize documentation
...
Drop support for localized content, #2213
Restructure some content to match more closely what we have in master, #2542
2019-01-13 21:30:28 +01:00
Skirmantas Lauzikas
794a07bb51
ESP32: Add time module ( #2561 )
...
* ESP32: Add time modules
New time module for manipulating system time/ calendar and controlling SNTP server
* ESP32: Time module documentation & style fixes
* added documentation for time modules
* style fixes as pointed out by @devsaurus
* ESP32: Time module small fixes
* Couple small fixes
2018-11-26 21:03:23 +01:00
Skirmantas Lauzikas
423c733db8
ESP32: Add SJSON module ( #2562 )
...
* Esp32: Add SJSON module
This adds SJSON module taken directly from master
* ESP32: Fixes for sjson lib
Fixed compilation not including config header, thus braking some of libs functionality
* ESP32: Upgraded SJSON to master
2018-11-22 20:58:27 +01:00
tomsci
72d28fa86e
Adding qrcodegen module for generating QR Codes ( #2543 )
...
* Adding qrcodegen module for generating QR Codes
* Added LUA_MODULE_QRCODEGEN KConfig
* Changed qrcodegen.encodeText() to use an options table
Created common.h with new option table helper fns.
* Reworked http.c to use new common.h options table APIs
2018-11-15 22:17:43 +01:00
tomsci
1cb1aff4cd
ESP32: Add Sodium module ( #2550 )
...
* Add Sodium module
* Split sodium API into subtables; updated docs
* Fixed refactored names of crypto_box fns
2018-11-15 18:04:00 +01:00
tomsci
73b13e4197
Add ESP32 http module ( #2540 )
...
* ESP32: Added http module
* add asynchronous flavor for context:request()
(cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb)
* http: More asynchronous support, more options
* Fix docs typo
* Code review comments from @devsaurus
Fixes some cleanup issues with asynchronous mode
* Added http.md to mkdocs.yml
* Align connection:close() to template
2018-11-08 20:24:18 +01:00
devsaurus
5e64def682
add dac module
2018-10-14 12:29:30 +02:00
zelll
34e486fb7f
i2s extension
2018-10-13 14:10:03 +02:00
devsaurus
45c63a8236
Add ucg module.
2018-10-07 16:31:28 +02:00
devsaurus
209fe91ba7
add encoder doc
2018-10-07 16:08:45 +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
Ryan Hartlage
74fd5184dd
Use RO metatable for MQTT module; add link to docs in mkdocs.yml
2018-07-14 13:40:21 -04:00
larsstenberg
40e0be29ee
ESP32: Ledc driver module ( #2027 )
...
* Inital commit for supporting ledc driver
* Added documentation. More fade functions and better naming of constants
* Better field checking during setup. Updated documentation
* Reworked LEDC module to be used with an object model to decrease repetition of parameters
2017-08-11 19:11:12 +02:00
Arnim Läuger
b3eaba86e4
Add net module docs ( #2053 )
2017-07-25 22:23:34 +02:00
devsaurus
a8ff8f059d
Add u8g2 module.
2017-06-13 18:38:09 +02:00
devsaurus
819284530e
Add spi master.
2017-05-14 18:00:40 +02:00
zelll
ff30f479e1
ESP32: CAN module ( #1958 )
...
* can extension
* can extension: bit timing and filter
* can -> CAN
* post CAN data callback
* CAN docs
* CAN: fixed receive, filter, extended frame
* reorder fn in can.md, remove driver_can/Kconfig
* fixed a leak when can.stop()
2017-05-07 09:35:17 +02:00
devsaurus
fb62011ddf
Add sdmmc module and enable fatfs.
2017-04-30 22:49:54 +02:00
zelll
b7fa8c592f
ADC extension for ESP32 ( #1927 )
...
* added adc extension
* add adc_number, for adc2
2017-04-24 21:36:01 +02:00
Arnim Läuger
b72cb34d6e
Add gpio doc. ( #1909 )
...
* Add gpio doc.
2017-04-15 20:07:55 +10:00
devsaurus
1866e6f457
Add ws2812 module.
2017-04-14 19:56:27 +02:00
devsaurus
927ee7fc5f
Add dht module.
2017-04-14 19:18:38 +02:00
Arnim Läuger
1935a642b2
Add ESP32 README.md and build/flash docs ( #1873 )
2017-03-24 23:51:13 +01:00
devsaurus
961c1c72b2
Add ow module.
2017-03-17 07:50:31 +01:00
devsaurus
e203a5829c
add tmr module
2017-03-07 20:54:48 +01:00
devsaurus
381726f103
add i2c module
2017-02-02 21:40:36 +01:00
devsaurus
4fcb1404b6
add simga_delta module
2017-01-13 22:34:24 +01:00
Johny Mattsson
ea59007bc3
WiFi module documentation and updates.
...
Addresses one point of #1615 .
2017-01-03 12:57:45 +11:00
Johny Mattsson
3fe7f77512
Imported 'bit' module from dev branch.
2016-11-17 21:56:51 +11:00
Johny Mattsson
32e65da3ae
Grabbed the docs for the file module.
2016-09-22 20:13:51 +10:00
Johny Mattsson
fe602d2d7e
Removed all currently-unused code & docs.
...
Heading towards having only ESP32-aware/capable code in this branch.
2016-09-21 13:47:44 +10:00