1. 05 Dec, 2023 3 commits
  2. 01 Dec, 2023 1 commit
  3. 30 Nov, 2023 4 commits
  4. 29 Nov, 2023 17 commits
  5. 27 Nov, 2023 2 commits
  6. 25 Nov, 2023 1 commit
    • Jan Procházka's avatar
      Extend bus types and structure for Peripheral Manager (#8888) · 0d0d27fb
      Jan Procházka authored
      * Extended bus types for peripheral manager
      
      * add extra_type to peripheral manager
      
      * Fix function call
      
      * Fix check for no extra_type
      
      * Add extra_type for SD and ETH CS pin
      
      * added bus_num and bus_channel to pin structure
      
      * update printPerimanInfo with new fields
      
      * replaced setting bus to INIT with DetachPin call
      
      * add defines for extra attributes
      
      * use new required parameters in perimanSetPinBus
      
      * function rename
      
      * removed duplicate define
      
      * Update print format
      
      ---------
      Co-authored-by: default avatarRodrigo Garcia <rodrigo.garcia@espressif.com>
      0d0d27fb
  7. 24 Nov, 2023 1 commit
  8. 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
  9. 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
  10. 21 Nov, 2023 3 commits
  11. 17 Nov, 2023 4 commits
  12. 13 Nov, 2023 1 commit