- 17 Jan, 2024 3 commits
- 11 Jan, 2024 1 commit
-
-
me-no-dev authored
-
- 08 Jan, 2024 1 commit
-
-
Rodrigo Garcia authored
* Fixes EspClass::deepSleep(64 bits) This will change time in microseconds from 32 bits to 64 bits as defined in IDF. * updates function declaration
-
- 20 Dec, 2023 1 commit
-
-
Rodrigo Garcia authored
-
- 15 Dec, 2023 1 commit
-
-
Benjamin Karic authored
fix(adc): Always use default read resolution in __analogReadMilliVolts to obtain correct milliVolts value. (#9006) Add new __analogReadRaw function and move code from __analogRead without mapResolution part to __analogReadRaw. Refactor __anlogRead to use analogReadRaw (and mapResolution). Refactor __analogReadMilliVolts to always use default read resolution when reading adc value, as expected input by esp_adc_cal_raw_to_voltage is in default resolution (means replacing all calls of __analogRead with __analogReadRaw).
-
- 29 Nov, 2023 1 commit
-
-
Me No Dev authored
* Add relative path to test script * Use /usr/bin/env bash
-
- 17 Nov, 2023 1 commit
-
-
Philip Barton authored
-
- 05 Oct, 2023 1 commit
-
-
Rodrigo Garcia authored
-
- 04 Oct, 2023 13 commits
-
-
Me No Dev authored
-
Melissa LeBlanc-Williams authored
* Add MatrixPortal ESP32-S3 (WIP) * Update bootloader files, etc. * Add MatrixPortal S3 PSRAM setup to boards.txt * fix neopixel pin * initialize bsp * ? * new variant for tft board with RGB666 40-pin display contact * fix menu name * fix neopixel pins * more pin defs * second bootloader file * fix partition * Update variants/adafruit_camera_esp32s3/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * Update variants/adafruit_qualia_s3_rgb666/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> * add some #'s * hardware design mistakes? in this economy? now we can use PSRAM and SPI at the same time :) --------- Co-authored-by: Phillip Burgess <paintyourdragon@dslextreme.com> Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
-
me-no-dev authored
-
Lucas Saavedra Vaz authored
-
gvl610 authored
-
gvl610 authored
-
Max authored
* Add IOXESP32 / IOXESP32PS board * Add ATD1.47-S3 board --------- Co-authored-by: Max <7087907+maxpromer@users.noreply.github.com>
-
Fio authored
Corrected analog I/O, BUILTIN_LED and added missing soc/soc_caps.h. Before neopixelWrite() would end up in / RMT GPIO ERROR / set gpio for RMT driver failed / rmtInit(): RMT failed to initilize. => None working onboard RGB LED.
-
Lucas Saavedra Vaz authored
-
Jacques Supcik authored
-
Lucas Saavedra Vaz authored
-
me-no-dev authored
-
Me No Dev authored
-
- 15 Sep, 2023 6 commits
-
-
Me No Dev authored
-
me-no-dev authored
-
tobozo authored
* M5CoreS3 followup to #8161 #8274 #8276 * Add files via upload * Fix partition names
-
Me No Dev authored
-
Rodrigo Garcia authored
-
Lucas Saavedra Vaz authored
-
- 13 Sep, 2023 5 commits
-
-
Me No Dev authored
-
Rodrigo Garcia authored
* Update platform.txt to 2.0.12 * Update package.json to 2.0.12 * Update esp_arduino_version.h to 2.0.12 * Update to upcoming 2.0.13 --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Pascal Brunot authored
-
Anatoli Arkhipenko authored
* disable ETH if CONFIG_ETH_ENABLED not defeined in sdkconfig.h * Include sdkconfig before checking config values --------- Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
-
Rodrigo Garcia authored
* detaches previous pins in setPins() * detaches previous pins in begin() * allows setPins() or end() before begin() - detach pins * fixes code TAB * setPins() shouldn't detach pin = -1
-
- 05 Sep, 2023 2 commits
-
-
-
Rodrigo Garcia authored
* Test GPIO number in attachInterrupt() * Fixes S3 GPIO48 in digitalPinToInterrupt() * Changes test of GPIO number in attachInterrupt() * Fixes NUM_DIGITAL_PINS in Adafruit board * Fixes GPIO48 in Edgebox-ESP-100 board
-
- 04 Sep, 2023 4 commits
-
-
Luca Burelli authored
* Nano ESP32: fix previous merge issues * platform: remove previous build options if file is missing "touch" would create the file if not present, but not delete its contents if a previous run left the file in the build dir. * platform: make debug_custom.json file customizable by board * platform: fix default debug prefix "debug.toolchain.prefix" must end with a dash, since only the tool name is appended to this string. The reason this is not a major issue is that the "debug_custom.json" file (copied in the sketch directory when debugging is enabled) forces its own prefix. And to make things more interesting, the "toolchainPrefix" entry in that file should _not_ end with a dash. * Nano ESP32: add debugging support * Nano ESP32: fix digital, analog and GPIO pin counts
-
Luca Burelli authored
* Nano ESP32: fix previous merge issues * platform: remove previous build options if file is missing "touch" would create the file if not present, but not delete its contents if a previous run left the file in the build dir. * platform: make debug_custom.json file customizable by board * platform: fix default debug prefix "debug.toolchain.prefix" must end with a dash, since only the tool name is appended to this string. The reason this is not a major issue is that the "debug_custom.json" file (copied in the sketch directory when debugging is enabled) forces its own prefix. And to make things more interesting, the "toolchainPrefix" entry in that file should _not_ end with a dash. * Nano ESP32: add debugging support
-
Luca Burelli authored
* io_pin_remap: additional bugfixes - FunctionalInterrupt.h: prevent macro expansion in declaration - io_pin_remap.h: fix remaining pin-remapped functions whose API allow a variable number of parameters * Nano ESP32: make GPIO matrix reset robust to pin mode choice * Nano ESP32: add backwards-compatible pin definitions * Nano ESP32: erase flash when running "Burn Bootloader" * Nano ESP32: add filesystem type selection
-
Luca Burelli authored
* io_pin_remap: additional bugfixes - FunctionalInterrupt.h: prevent macro expansion in declaration - io_pin_remap.h: fix remaining pin-remapped functions whose API allow a variable number of parameters * Nano ESP32: make GPIO matrix reset robust to pin mode choice * Nano ESP32: add backwards-compatible pin definitions
-