1. 15 8月, 2023 7 次提交
  2. 10 8月, 2023 1 次提交
    • J
      ports: Simplify board feature tags in board.json. · 24a6e951
      Jim Mussared 提交于
      This commit:
      - Finds a common set of board feature tags and maps existing features to
        that reduced set.
      - Removes some less-useful board feature tags.
      - Ensures all MCUs are specified correctly.
      - Ensures all boards have a vendor (and fixes some vendor names).
      
      This is to make the downloads page show a less intimidating set of filters.
      
      Work done in conjunction with Matt Trentini <matt.trentini@gmail.com>.
      
      This work was funded through GitHub Sponsors.
      Signed-off-by: NJim Mussared <jim.mussared@gmail.com>
      24a6e951
  3. 25 7月, 2023 6 次提交
  4. 24 7月, 2023 4 次提交
  5. 20 7月, 2023 8 次提交
  6. 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
  7. 13 7月, 2023 1 次提交
  8. 11 7月, 2023 2 次提交
  9. 27 6月, 2023 1 次提交
  10. 25 6月, 2023 1 次提交
  11. 24 6月, 2023 1 次提交
  12. 23 6月, 2023 7 次提交