1. 10 3月, 2022 8 次提交
  2. 02 3月, 2022 5 次提交
  3. 28 2月, 2022 7 次提交
  4. 24 2月, 2022 4 次提交
  5. 23 2月, 2022 6 次提交
  6. 21 2月, 2022 6 次提交
  7. 17 2月, 2022 1 次提交
    • R
      Fixes UART pin setting + adds CTS/RTS HW Flow Control (#6272) · 50e9772e
      Rodrigo Garcia 提交于
      * fixes setPins and begin to keep rx/tx unmodified
      
      * adds Hardware Flow Control mode and CTS/RTS pin setting
      
      * adds Hardware Flow Control mode and CTS/RTS pin setting
      
      * adds Hardware Flow Control mode and CTS/RTS pin setting
      
      * adds Hardware Flow Control mode and CTS/RTS pin setting
      
      * Code Review
      50e9772e
  8. 16 2月, 2022 3 次提交
    • P
      ADC esp32s2 attenuation fix for DAC pins (#6282) · 01303b70
      P-R-O-C-H-Y 提交于
      * ADC esp32s2 attenuation fix for DAC pins
      
      * Use soc define instead config target
      01303b70
    • P
      Added documentation for the Arduino IDE tools menu (#6284) · 49009799
      Pedro Minatel 提交于
      * Added the Tools Options into the docs.
      
      * Added more options
      
      * Deleted wrong file.
      
      * [Docs] Added image to show the MSC and some grammar fixes
      
      * [Docs] Added more information about the core selection
      
      * Deleted wrong file.
      
      * [Docs] Added more information about the core selection
      
      * [Docs] Changes according to the PR review
      49009799
    • P
      GPIO refactoring (#6259) · c7cc5c90
      P-R-O-C-H-Y 提交于
      * GPIO refactoring
      
      GPIO now using ESP-IDF API on all chips.
      LEDC interrupt fix removed - no longer needed.
      Edited pins_arduino.h in variants according to changes in gpio.
      
      * Edited analog channels functions
      c7cc5c90