summaryrefslogtreecommitdiff
path: root/ports/litex/common-hal
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2020-12-29Merge pull request #3888 from microDev1/fix-reset-pinJeff Epler
FIX : common_hal_reset_pin()
2020-12-28Merge pull request #3878 from xobs/fomu-fixes-6.0.0Scott Shawcroft
Fomu fixes for 6.0.0
2020-12-28update common_hal_reset_pin()microDev
2020-12-24litex: move more critical code to RAMSean Cross
The XIP SPI flash on Fomu is slow, which results in certain operations taking a long time. This becomes a problem for time-critical operations such as USB. Move various calls into RAM to improve performance. This includes the call to __modsi3 and __udivsi3 which are used by the supervisor handler to determine if periodic callbacks need to be run. This finishes fixing #3841 Signed-off-by: Sean Cross <sean@xobs.io>
2020-12-01address review commentsDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
2020-07-24Finish common-hal pin APILucian Copeland
2020-06-26Use NULL for deinited DigitalInOutScott Shawcroft
This fixes a Display issue where no backlight pin is given but it's still deinitialized.
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-04-16Update copyright to bump the CIScott Shawcroft
2020-04-16litex: add os moduleSean Cross
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>