1. 31e131b esp32/machine_hw_spi: Combine argument parsing for constructor and init. by Trent Piepho · 1 year, 6 months ago
  2. 3e2706a extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. by Damien George · 1 year, 9 months ago
  3. 90023b4 extmod/modmachine: Clean up decls of machine types to use common ones. by Damien George · 1 year, 9 months ago
  4. b2adfc8 esp32/machine_hw_spi: Check for valid SPI id in constructor, not init. by Damien George · 2 years ago
  5. 162dd02 esp32/machine_hw_spi: Remove SPI host renaming for C3 and S3 variants. by Damien George · 2 years ago
  6. 862944a esp32/machine_hw_spi: Remove unnecessary duplicate SPI pin defaults. by Damien George · 2 years ago
  7. aab8061 esp32/machine_hw_spi: Fix access of SPI(2). by Damien George · 2 years ago
  8. e465012 esp32: Update port to support IDF v5.0.2. by Damien George · 2 years, 3 months ago
  9. e982c1d esp32/network_lan: Add support for SPI-based ethernet chips. by Damien Tournoud · 2 years, 7 months ago
  10. 427670c esp32: Rename machine I2C and SPI types consistently across ports. by iabdalkader · 2 years, 10 months ago
  11. 95c614e esp32/machine_hw_spi: Use auto DMA channel on S2, S3, C3 chips. by Damien George · 2 years, 10 months ago
  12. 94beeab py/obj: Convert make_new into a mp_obj_type_t slot. by Jim Mussared · 2 years, 11 months ago
  13. 9dce827 all: Remove unnecessary locals_dict cast. by Jim Mussared · 3 years, 1 month ago
  14. 662b976 all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE. by Jim Mussared · 4 years, 1 month ago
  15. 09b55dc esp32/machine_hw_spi: Use automatic DMA channel selection for SPI on C3. by robert-hh · 3 years, 5 months ago
  16. e761152 esp32/machine_hw_spi: Set proper default SPI(id=2) pins on S2 and S3. by Tomas Vanek · 3 years, 8 months ago
  17. d088865 esp32/machine_hw_spi: Set proper default SPI(id=1) pins on S2,S3 and C3. by Tomas Vanek · 3 years, 8 months ago
  18. 3305ec4 esp32/machine_hw_spi: Fix SPI default pins reordering on ESP32-S2/S3. by Tomas Vanek · 3 years, 8 months ago
  19. 13e6e0d esp32/machine_hw_spi: Fix hardware SPI DMA channels for S2/S3. by Seon Rozenblum · 3 years, 11 months ago
  20. 54d33b2 esp32: Add support for ESP32-S3 SoCs. by Damien George · 3 years, 11 months ago
  21. 5b65566 esp32/machine_hw_spi: Release GIL during transfers. by Jonathan Hogg · 4 years ago
  22. 6823514 esp32: Add initial support for ESP32C3 SoCs. by Damien George · 4 years, 1 month ago
  23. 8be29b9 esp32/machine_hw_spi: Use a 2 item SPI queue for long transfers. by Jonathan Hogg · 4 years, 1 month ago
  24. eb3029c esp32/machine_spi: Calculate actual attained baudrate. by Jonathan Hogg · 4 years, 1 month ago
  25. 89945b1 esp32/machine_hw_spi: Allow None for unused pins in initializer. by Jonathan Hogg · 4 years, 2 months ago
  26. 66a86a0 esp32: Add initial support for ESP32S2 SoCs. by Damien George · 4 years, 6 months ago
  27. b24fcd7 esp32/machine_hw_spi: Use default pins when making SPI if none given. by Damien George · 4 years, 5 months ago
  28. 71f3ade ports: Support legacy soft I2C/SPI construction via id=-1 arg. by Damien George · 4 years, 10 months ago
  29. 84fa331 all: Format code to add space after C++-style comment start. by stijn · 5 years ago
  30. def76fe all: Use MP_ERROR_TEXT for all error messages. by Jim Mussared · 5 years ago
  31. 1a3e386 all: Remove spaces inside and around parenthesis. by Damien George · 5 years ago
  32. 69661f3 all: Reformat C and Python source code with tools/codeformat.py. by Damien George · 5 years ago
  33. f301170 esp32/machine_hw_spi: Fix exception msg when host is already in use. by Mike Teachman · 6 years ago
  34. da72bb6 esp32/machine_hw_spi: Make HW SPI objects statically allocated. by Damien George · 7 years ago
  35. d82f344 esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI. by Damien George · 7 years ago
  36. d1fd889 esp32/machine_hw_spi: Remove unnecessary white space for consistency. by Damien George · 8 years ago
  37. 9123c8d esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up. by Eric Poulsen · 8 years ago
  38. bc08c88 esp32: Add new port to Espressif ESP32 SoC. by Damien George · 9 years ago