1. 21 7月, 2023 13 次提交
  2. 20 7月, 2023 14 次提交
  3. 14 7月, 2023 1 次提交
    • D
      esp32/machine_timer: Switch from legacy driver to timer HAL. · 7d66ae60
      Damien George 提交于
      The legacy driver was deprecated in IDF v5, and crashes when the ISR
      handler is called.  Instead of fixing the legacy code, this commit reworks
      the machine.Timer class to use the low-level HAL driver.
      
      Tested on ESP32, ESP32S2, ESP32S3 and ESP32C3.  Behaviour is the same as it
      was before this commit, except the way the Timer object is printed, it now
      gives more useful information (timer id, mode, period in ms).
      
      Fixes issue #11970.
      Signed-off-by: NDamien George <damien@micropython.org>
      7d66ae60
  4. 13 7月, 2023 12 次提交