| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2020-12-29 | Merge pull request #3888 from microDev1/fix-reset-pin | Jeff Epler | |
| FIX : common_hal_reset_pin() | |||
| 2020-12-28 | Merge pull request #3878 from xobs/fomu-fixes-6.0.0 | Scott Shawcroft | |
| Fomu fixes for 6.0.0 | |||
| 2020-12-28 | update common_hal_reset_pin() | microDev | |
| 2020-12-24 | litex: move more critical code to RAM | Sean 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-01 | address review comments | Dan Halbert | |
| 2020-11-26 | deep sleep working; deep sleep delay when connected | Dan Halbert | |
| 2020-11-25 | merge from upstream + wip | Dan Halbert | |
| 2020-11-22 | wip | Dan Halbert | |
| 2020-11-21 | wip: ResetReason to microcontroller.cpu | Dan Halbert | |
| 2020-10-27 | Add check for invalid io, function to disable all alarms | microDev | |
| 2020-10-27 | Add description of alarm modules | microDev | |
| 2020-07-24 | Finish common-hal pin API | Lucian Copeland | |
| 2020-06-26 | Use NULL for deinited DigitalInOut | Scott Shawcroft | |
| This fixes a Display issue where no backlight pin is given but it's still deinitialized. | |||
| 2020-06-03 | Fix 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-20 | Update digitalio api for other ports | Scott Shawcroft | |
| 2020-04-16 | Update copyright to bump the CI | Scott Shawcroft | |
| 2020-04-16 | litex: add os module | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-03-31 | ports: litex: add port and fomu board | Sean Cross | |
| This adds support for Litex, along with support for the Fomu FPGA board. Signed-off-by: Sean Cross <sean@xobs.io> | |||
