1. 23 Nov, 2023 1 commit
    • Mario Pesch's avatar
      Add senseBox MCU-S2 with ESP32S2 (#8891) · bb72b02e
      Mario Pesch authored
      * add senseBox MCU-S2
      
      Add new senseBox Board (MCU-S2) with ESP32-S2
      
      * update senseBox MCU-S2 integration
      
      * update pins_arduino.h
      
      * remove defines and add end symbols
      
      * remove Serial Alias
      
      * change board order
      bb72b02e
  2. 22 Nov, 2023 2 commits
    • Stanimir-Petev's avatar
      Adds support for missing Olimex boards (#8896) · 8c087276
      Stanimir-Petev authored
      * Board variant ESP32-C3-DevKit-Lipo
      
      Added board variant for Olimex ESP32-C3-DevKit-Lipo
      
      * Board variant ESP32-C6-EVB
      
      Added board variant for Olimex ESP32-C6-EVB
      
      * Board variant ESP32-S2-DevKit-Lipo-USB
      
      Added board variant for Olimex ESP32-S2-DevKit-Lipo-USB
      
      * Board variant ESP32-S2-DevKit-Lipo
      
      Added board variant for Olimex ESP32-S2-DevKit-Lipo
      
      * Board variant ESP32-S3-DevKit-Lipo
      
      Added board variant for Olimex ESP32-S3-DevKit-Lipo
      
      * Added Olimex boards in the board.txt files
      
      Added missing Olimex boards:
      
      ESP32-S2-DevKit-Lipo
      ESP32-S2-DevKit-Lipo-USB
      ESP32-S3-DevKit-Lipo
      ESP32-C3-DevKit-Lipo
      ESP32-C6-EVB
      
      Added additional upload speed options to the ESP32-EVB and ESP32-POE(-ISO) boards.
      
      * Update
      
      Made changes on the definitions of the pins and formatting as suggested.
      
      ---------
      Co-authored-by: default avatarJan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
      8c087276
    • powerfeatherdev's avatar
      Add support for ESP32-S3 PowerFeather (#8889) · a9335714
      powerfeatherdev authored
      * Add support for ESP32-S3 PowerFeather
      
      * Replace GPIO_NUM_X with just the pin number
      
      * Pattern powerfeather entries after generic s3 board
      
      * Remove redefinitions, add pin aliases to pins_arduino.h
      a9335714
  3. 21 Nov, 2023 3 commits
  4. 17 Nov, 2023 4 commits
  5. 13 Nov, 2023 3 commits
  6. 10 Nov, 2023 8 commits
  7. 09 Nov, 2023 5 commits
    • lbernstone's avatar
      Update/upgrade OTAWebUpdater.ino example (#8839) · 6b287db1
      lbernstone authored
      * Update/upgrade OTAWebUpdater.ino example
      
      * Wrong side of the MAC address in ssid
      
      * Better not to cheat it on an example :)
      
      * Changes requested by @me-no-dev
      6b287db1
    • Rodrigo Garcia's avatar
      Increase BT SPP task priority (#8859) · 6cc30725
      Rodrigo Garcia authored
      6cc30725
    • Rodrigo Garcia's avatar
      Neopixel fix (#8845) · de7cac11
      Rodrigo Garcia authored
      * improve neopixel definition for all boards
      
      * Improve NeoPixel definition for all boards
      
      * neopixelWrite uses Peirpheral Manager now
      
      The function can now be used for many GPIOs in the same sketch by using Peripheral Manager attach/detach, not being necesary to worry about initialization.
      
      * improve error message
      
      * check if pin is RGB_BUILTIN
      
      * fixes boards that don't RGB_BUILTIN
      de7cac11
    • Jan Procházka's avatar
      Zigbee protocol support (#8844) · 2ac1c068
      Jan Procházka authored
      * add zigbee+zboss to idf_components.yml
      
      * add zigbee partitions
      
      * created zigbee mode in tools menu to link proper libs
      
      * renamed Zigbee menu and build as suggested
      
      ---------
      Co-authored-by: default avatarMe No Dev <me-no-dev@users.noreply.github.com>
      2ac1c068
    • Rodrigo Garcia's avatar
      Fixes Rainmaker to be a Managed Component (#8842) · 1e2ee371
      Rodrigo Garcia authored
      * Uses IDF Managed Components
      
      This changes is targeted to be used within Arduino Lib Builder and with projects that use Arduino as IDF Component.
      
      * Fixes RainMaker QR code
      
      Fixes RainMaker in order to use it as Managed Component and with the latest RainMaker release.
      
      * Removes Camera Component
      
      * SR Component only needed for the S3
      1e2ee371
  8. 08 Nov, 2023 4 commits
  9. 27 Oct, 2023 2 commits
  10. 25 Oct, 2023 6 commits
  11. 24 Oct, 2023 2 commits