summaryrefslogtreecommitdiff
path: root/ports/litex/mpconfigport.mk
AgeCommit message (Collapse)Author
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2020-11-11Removing from smaller buildsgamblor21
2020-10-15no _bleio for litex; ESP32S2 defines BIT() alreadyDan Halbert
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
Testing performed: That a card is successfully mounted on Pygamer with the built in SD card slot This module is enabled for most FULL_BUILD boards, but is disabled for samd21 ("M0"), litex, and pca10100 for various reasons.
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.
2020-05-05refactor countio based on feedbackDaniel Pollard
2020-04-16litex: disable minimal buildSean Cross
Manually specify available modules and disable any modules that are currently unsupported on the litex target. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-31ports: litex: add port and fomu boardSean Cross
This adds support for Litex, along with support for the Fomu FPGA board. Signed-off-by: Sean Cross <sean@xobs.io>