circuitpython/drivers
iabdalkader b5e80fafb2 drivers/memory/spiflash: Add a config option to soft-reset SPI flash.
Add a compile-time config option to soft-reset SPI flash on init.  This
puts the flash in a known state on reset.  Note this option is
disabled by default.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-12-10 10:40:06 +11:00
..
bus extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI. 2024-07-12 22:59:31 +10:00
cc3100 cc3200: Fix various array-based compiler warnings. 2022-07-21 16:26:04 +10:00
cyw43 all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
dht all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
esp-hosted all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
memory drivers/memory/spiflash: Add a config option to soft-reset SPI flash. 2024-12-10 10:40:06 +11:00
ninaw10 extmod/network_nina: Fix the AP security mode constants. 2024-07-12 01:03:46 +10:00
README.md drivers: Remove drivers that are now in micropython-lib. 2022-09-08 11:27:05 +10:00

This directory contains C drivers for specific hardware. The drivers are intended to work across multiple ports.