1. 02 Sep, 2024 3 commits
    • Rodrigo Garcia's avatar
      Adds HW Serial CDC as IDF component example (#10262) · e70f4d38
      Rodrigo Garcia authored
      * feat(hw_cdc): creates documentation for the example
      
      Adds a README file that exaplains the example.
      
      * feat(hw_cdc): create cmake config file
      
      Adds necessary CMakeLists.txt file to the project with the HW CDC defines that will enable it.
      
      * feat(hw_cdc): create sdkconfig.defaults
      
      Adds necessary and minimum sdkconfig settings in order to make Arduino run as IDF Compoenent.
      
      * feat(hw_cdc): create cmake config file
      
      Create the Arduino Sketch source code CMakeLists.txt file that will include all source code files and header files in the proejct.
      
      * feat(hw_cdc): create main.cpp
      
      Adds the minimum Arduino Sketch that will print "Hello World!" in the HW Serial USB CDC port.
      
      * feat(hw_cdc): create idf_component.yml
      
      Adds necessary ESP32 Registry information in order to make ESP32 Arduino to be automatically included in the project as an IDF component.
      
      * feat(hw_cdc): update main.cpp
      
      adds code to wait for the user to open the Serial Monitor
      
      * feat(hw_cdc): formating text code
      
      Applying Code style and formating.
      
      * feat(hw_cdc): adds the example to idf_component.yml
      
      Adds the example to the list of example in the ESP32 Registry.
      
      * ci(pre-commit): Apply automatic fixes
      
      * fix(chw_cdc): typo fix
      
      Fixed Typo in the documentation.
      
      * fix(hw_cdc): fixed a commentary typo
      
      Fixed commantary typo
      
      ---------
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      e70f4d38
    • Ludovic BOUÉ's avatar
      Update variants for M5Dial and M5StampS3 (#10268) · 7a4587b4
      Ludovic BOUÉ authored
      Update variant for M5Dial which comes with 8MB of built-in Flash
      Update variant for M5StampS3 which comes with 8MB of built-in Flash
      7a4587b4
    • per1234's avatar
      fix(boards): Correct typos in port prop. associations for "Bee" boards (#10276) · f06f2d7b
      per1234 authored
      * fix(boards): Correct PID port property in "Bee Data Logger" board def
      
      VID and PID port property values are hexadecimal literals and thus use the standard "0x" prefix.
      
      Previously, this prefix was missing from the PID port property association in the definition of the
      board definition of "Bee Data Logger" board. This typo caused ports having the 0x303a, 0x815C
      VID/PID pair to not be identified as a "Bee Data Logger" board as intended.
      
      * fix(boards): Correct property names for PID port property associations
      
      These properties are intended to associate values of the PID port property with "Bee" board
      definitions. A typo caused them to instead associatiate the values with the VID port property. The
      result was that ports with this VID/PID pair were not identified by the Arduino development
      software as the board model as intended.
      f06f2d7b
  2. 31 Aug, 2024 3 commits
  3. 30 Aug, 2024 2 commits
  4. 28 Aug, 2024 12 commits
  5. 26 Aug, 2024 4 commits
  6. 22 Aug, 2024 4 commits
  7. 21 Aug, 2024 3 commits
  8. 19 Aug, 2024 1 commit
    • Davide Perini's avatar
      Add ability for boards to provide a custom pixel order in neopixelWrite() (#10128) · 66c9c0b1
      Davide Perini authored
      * fix(esp32): Fixed the hint for the builtin neopixleWrite() function
      
      * change(esp32): Added neopixelWriteOrdered() function
      
      * change(esp32): Added neopixelWriteOrdered() function
      
      * change(esp32): Added neopixelWriteOrdered() function
      
      * change(esp32): Added the possibility to specify LED color order
      
      * change(esp32): Added the possibility to specify LED color order
      
      * feat(rgbled): add license information
      
      * feat(rgbled): add color order enum
      
      * feat(rgbled): add color order feature
      
      * feat(rgbled): change color order for lolin_s3_mini
      
      * fix(rgbled): suffix
      
      * fix(rgbled): suffix
      
      * ci(pre-commit): Apply automatic fixes
      
      * fix(rgbled): it lacks GRB case
      
      Made GRB default + switch/case exceptions.
      
      * fix(rgbled): add guard for rgb_led_color_order_t
      
      If RGB_BUILTIN_LED_COLOR_ORDER is not defined, the type rgb_led_color_order_t won't be declared.
      
      * fix(rgb-led): Implement rgbLedWriteOrdered()
      
      * ci(pre-commit): Apply automatic fixes
      
      * Remove const to allow changing the order
      
      ---------
      Co-authored-by: default avatarRodrigo Garcia <rodrigo.garcia@espressif.com>
      Co-authored-by: default avatarpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
      Co-authored-by: default avatarme-no-dev <hristo@espressif.com>
      66c9c0b1
  9. 16 Aug, 2024 6 commits
  10. 15 Aug, 2024 2 commits