Commits
  • 4ada3f58 Fix Windows USB issues
  • 268595c7 Various USB fixes (#5422)
  • 4a0305a0 Fixes SD begin() end() memory leak #2897 (#5419)
  • 6393dbc9 Fix gh-pages update script
  • 49df8778 Merge pull request #5417 from pedrominatel/docs/readme_docs_update
  • f79411f3 Links to the new docs updated and new docs build badge added
  • db4e7667 add callback to HTTPUpdate (#5408)
  • f64ca2e0 Fixed typo in comments. (#5407)
  • 1effae46 Docs: Initial documentation structure using Sphinx (#5355)
  • d9833f9b Remove mkfatfs tool from package json
  • 0aafa05e Added function to retrieve the amount of data received from an BLECharacteristic (#5339)
  • 16f4b0f5 IDF master d93887f9f (#5336)
  • 780588dc Remove undocumented and uncontrollable WiFI RSSI filter. (#5393)
  • eac8b2de fix port{Input,Output,Mode}Register macros for chips with <=32 pins (#5402)
  • a9bd39de Fix pin attenuation being overwritten (#5399)
  • 5eda2781 Update camera example (#5397)
  • c8a4010f Rename LITTLEFS to LittleFS to match ESP8266 (#5396)
  • dd25e2b9 Fix some WiFi issues (#5395)
  • cf6ab9c8 component: Remove circular dependency around 'main' (#5391)
  • 676f5cfe fix UART FIFO test for being full (#5390)
  • f4f1c895 pinMatrixInDetach() has wrong parameter (#5385)
  • cbcba53d Improve error message when ADC2 can not be used because WiFi is On
  • c37557c7 Update .gitignore (#5323)
  • 8f46bade Fix hardware timers
  • 21947ebe Make String::concat() faster for some types. (#5307)
  • c7bdb234 Update stale.yml (#5299)
  • cf43d174 Add FTM support and examples (#5272)
  • b1bcec08 Update boards_manager.md (#5296)
  • 46d888eb Fix #5293 by adding missing dependency to nghttp (#5294)
  • 1f4f2b6e Enable clock output for Ethernet RMII on ESP32 (#5274)
  • ea236e28 Fix incorrect Flash Size in Esp32c3 (#5279)
  • 5ae3e836 Fix wrong password same SSID (#5124)
  • eca328e5 Add support for build_opt.h in the sketch folder to use additional global build options (#5237)
  • 5b5cbb49 Fix softap_config_equal compare auth_mode/cipher #5115 (#5121)
  • aec2635b WifiAP disable insecure TKIP (#5122)
  • e7e94ea2 Enable I2C_BUFFER_LENGTH definition for Wire lib (#5172)
  • b5ee7dde Convert hall read to use hal/idf (#5268)
  • 10602939 Added support for Trueverit ESP32 Universal IoT Driver MK II (#5269)
  • 23820874 Added the README template for examples and libraries (#5228)
  • 4f9e583b IDF master 1d7068e4b (#5257)
  • 7f87d0fc Fix compilation for use as IDF component (#5265)
  • 90fc68d8 doitESPduino32 - Add definitions for SPI pins names (#5248)
  • 4f8e5b54 Add new board (Deneyap Kart) (#5236)
  • 483a424d restore apache-2.0 licence to to BLE library (#5261)
  • e7d0ad2e Update BLEScan.cpp (#5241)
  • 77f50445 WMath.cpp doesn't include Arduino.h, where makeWord(h, l) is declared, common denominator type therefore is uint8_t, which is in use already in Arduino.h, too. (#5230)
  • 67de199b add onMtuChanged to BLEServerCallbacks (#5222)
  • 39155e70 ssl_client.cpp: Fix parameter name in _handle_error. (#5217)
  • f385ee42 Fixed labels on the boards pinouts images (#5213)
  • e30b821b Add missing Wifi Provisioning dependency (#5203)
  • cb7aef1e Fix crash in WiFiClient when read() called after stop() (#5197)
  • fb513c79 Add uPesy ESP32 DevKit boards support (#5144)
  • 90d3ae25 Added support for Trueverit Universal IoT Driver (#5219)
  • a618fc13 IDF master c13afea63 (#5214)
  • 0db9e2f4 Update esptool
  • a1d8b959 Fix length typo (#5189)
  • de66c39f Bump library versions to 2.0.0 (#5182)
  • 1b5696a5 Bug fix for Heltec boards defintion (#5180)
  • 955675e7 Adding build.mcu to save name killed export. reverting. fixes #5174 (#5177)
  • 2082945d Make LOOP_STACK_SIZE user configurable at compile-time. (#5173)
  • 0d6b1422 Update BLE_client.ino (#5156)
  • 7c3a82a5 Fix (en|dis)able typo on BLEAdvertising start() (#5142)
  • dadc1015 Add files via upload - CONTRIBUTING.rst (#5138)
  • 1b2f34b0 MDNSResponder: Add method to get TXT key values. (#5135)
  • 76f0a80f Removed second NTP server from configTime. SNTP only uses one (#5127)
  • 5bfbcfc9 Added condition to only use tinyusb as needed (#5123)
  • 7a53c2d3 softAP should only start modern WPA2 (#5114)
  • cb2fbe44 Added new boads pinout images for ESP32, ESP32-S2 and ESP32-C3 (#5133)
  • 48becf89 Update boards.txt (#5113)
  • 15f88538 RMaker_readme: Minor corrections (#5175)
  • 7856de7a BLE5 features to use with C3/S3 (#5085)
  • e62ff6dc RainMaker library: Minor changes (#5092)
  • 18249907 Still finding missing bits for the tinys2 board definition :( (#5098)
  • cdd48e4e Re-add TinyS2 to boards.txt (#5093)
  • 0c3597f8 readme: minor fixes around chip names (#5097)
  • 82161beb Use cpu_hal_get_cycle_count for all chips
  • 55b8f67d In esp32-hal-log, direct calls to ESP_LOG_x macros is more efficient than using intermediate function log_to_esp (#5081)
  • 9c20f1bd added denky boards (#5079)
  • b45cf11f Fixed ESP::getCycleCount for S2/C3 (#5075)
  • fb0d63b5 Update README.md

项目简介

当前项目暂无项目简介

发行版本 43

Arduino Release v2.0.9 based on ESP-IDF v4.4.4

全部发行版

贡献者 619

全部贡献者

开发语言

  • C 74.0 %
  • C++ 25.5 %
  • Python 0.2 %
  • Objective-C 0.2 %
  • Shell 0.1 %