Files
micropython/ports/alif
Andrew Leech fffaf8a41f extmod/modnetwork: Consolidate definition of common drivers.
Most extmod network drivers were being defined on a per-port basis,
duplicating code and making enabling a driver on a new port harder.

This consolidates extmod driver declarations and removes the existing
per-port definitions of them.

This commit has been verified to be a no-op in terms of firmware change.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-10 11:20:38 +10:00
..
2025-04-09 00:22:32 +10:00
2025-04-09 00:22:32 +10:00
2025-04-09 00:22:32 +10:00
2025-04-09 00:22:32 +10:00
2025-04-09 00:22:32 +10:00

MicroPython port to Alif Ensemble MCUs

This is a port of MicroPython to the Alif Ensemble series of microcontrollers.

Initial development of this Alif port was sponsored by OpenMV LLC.

Features currently supported:

  • UART REPL.
  • TinyUSB with CDC and MSC device support.
  • Octal SPI flash with XIP mode.
  • machine.Pin support with named pins.
  • machine.UART, machine.SPI, machine.I2C, machine.RTC peripherals.
  • WiFi and Bluetooth using cyw43.
  • Dual core support of the HE and HP cores using Open-AMP.
  • Low power modes.

The following more advanced features will follow later:

  • Ethernet support.
  • SDRAM support.
  • Other machine modules.