• 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
sdkconfig.defaults 154 Bytes