1. 30 Aug, 2022 15 commits
  2. 29 Aug, 2022 2 commits
  3. 26 Aug, 2022 18 commits
  4. 25 Aug, 2022 3 commits
  5. 24 Aug, 2022 1 commit
  6. 23 Aug, 2022 1 commit
    • robert-hh's avatar
      esp32/machine_uart: Change sendbreak time to be at least 15 bit times. · 13dceaa4
      robert-hh authored
      It used to be 10 bit times, which is too short.  The break state must be
      longer than a regular character time, at least 13 bit times.  This is now
      implemented by reducing the baudrate while sending the "0".  The break time
      will now vary with data length and parity setting, but will at least be 15
      bit times.
      
      Tested with a GENERIC_SPIRAM, GENERIC_C3 and UM_TINYS2 board.
      13dceaa4