micropython/ports
robert-hh 1e9eaa7af5 mimxrt: Add a driver for the DP83848 PHY device.
Just another choice for the PHY interface.

Added: Keyword option phy_clock=LAN.IN or LAN.OUT
to define the source of the 50MHZ clock for the PHY
interface. The RMII clock is not enabled if it
is generated by a PYH board. Constants:

LAN.IN  The clock is provided by the PHY board.
LAN.OUT The clock is provided by the MCU board.

The default is LAN.OUT or the value set in mpconfigboard.h, which
is currently set to IN only for the SEEED ARCH MIX board. Usage etc:

lan = LAN(phy_type=LAN.PHY_DP83848, phy_clock=LAN.IN)
2021-12-14 08:07:52 +01:00
..
bare-arm
cc3200
esp32 esp32,esp8266: Extract qstr from object when comparing keys in config(). 2021-12-14 14:27:13 +11:00
esp8266 esp32,esp8266: Extract qstr from object when comparing keys in config(). 2021-12-14 14:27:13 +11:00
javascript
mimxrt mimxrt: Add a driver for the DP83848 PHY device. 2021-12-14 08:07:52 +01:00
minimal
nrf nrf/main: Use VFS helper function to mount fs and chdir. 2021-11-19 15:43:04 +11:00
pic16bit
powerpc
qemu-arm
rp2 rp2/machine_uart: Handle and clear UART RX timeout IRQ. 2021-12-14 14:59:39 +11:00
samd samd/README.md: Update README to reflect new features and boards. 2021-11-19 11:49:10 +11:00
stm32 stm32/sdcard: Add config option to force MM card capacity. 2021-12-14 10:48:01 +11:00
teensy
unix unix/Makefile: Use -Og instead of -O0 for debug builds. 2021-12-09 12:53:09 +11:00
windows py/builtinimport: Refactor module importing. 2021-12-01 13:23:34 +11:00
zephyr