summaryrefslogtreecommitdiff
path: root/ports/raspberrypi/common-hal/displayio/ParallelBus.c
AgeCommit message (Collapse)Author
2021-03-16Fixed formattinggamblor21
2021-03-15Merge branch 'main' into rp_dp_parallelMark
2021-03-15run code formatting scriptmicroDev
2021-03-11Fix after rebasegamblor21
2021-03-11Changed frequency to match PIO having 2 instructionsgamblor21
2021-03-11Set frequency default 60Mhzgamblor21
2021-03-11Set the statemachine to never reset so REPL worksgamblor21
2021-03-11Updated to initalize pindirsgamblor21
2021-03-11Add frequency support to parallel busgamblor21
2021-03-11Removing debug info and clean upgamblor21
2021-03-11Initial commitgamblor21
2021-01-20Add initial RP2040 supportScott Shawcroft
The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf