micropython/ports
robert-hh bbe25f4704 mimxrt: Support selection of PHY type and address.
Useful for boards without a PHY interface, where that has to be
attached. Like the Seed ARCH MIX board or Vision SOM. Phy drivers
supported so far are:

- KSZ8081
- DP83825
- LAN8720

More to come. Usage e.g.:
lan = LAN(phy_type=LAN.PHY_LAN8720, phy_addr=1)

The default values are those set in mpconfigboard.h.
2021-12-14 08:07:52 +01:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
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: Support selection of PHY type and address. 2021-12-14 08:07:52 +01:00
minimal minimal/mpconfigport.h: Disable features that are not needed. 2021-11-05 13:12:18 +11:00
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 extmod/modbluetooth: Add connection interval to gap_connect. 2021-10-26 00:16:53 +11:00