summaryrefslogtreecommitdiff
path: root/ports/raspberrypi
AgeCommit message (Expand)Author
2021-03-09fix trailing whitespaceDavePutz
2021-03-09Moved pin wait to an initial execDavePutz
2021-03-09Update to agree with modified StateMachine.hDavePutz
2021-03-08Merge branch 'main' into issue_4111DavePutz
2021-03-08Added check for maxlenroot
2021-03-08Merge branch 'issue_4111' of https://github.com/DavePutz/circuitpython into i...root
2021-03-08Added check for maxlenroot
2021-03-08Removed leftover debug codeDavePutz
2021-03-05raspberrypi: move landmine Makefile commentsJeff Epler
2021-03-05WIPrp2040: Implement IncrementalEncoderJeff Epler
2021-03-04Merge branch 'main' into issue_4111DavePutz
2021-03-04Update PulseOut.cDavePutz
2021-03-04Update PulseOut.hDavePutz
2021-03-04Changed interrupt to per-word basis; cleaned up other small itemsDavePutz
2021-03-04StateMachine.h: Add header for declaration of mcu_pin_obj_t typedefJeff Epler
2021-03-04PDMIn: Add missing deinit callJeff Epler
2021-03-04rp2pio: Add pins_are_sequentialJeff Epler
2021-03-04StateMachine: Add pull up/down for inputsJeff Epler
2021-03-04StateMachine: Add in_available propertyJeff Epler
2021-03-04rp2040 use normal usb_irq_handler()hathach
2021-03-03Merge pull request #4319 from jepler/feather-default-uartDan Halbert
2021-03-03feather rp2040: enable default board.UARTJeff Epler
2021-03-03Merge pull request #4315 from dhalbert/rp2040-i2c-short-writesDan Halbert
2021-03-03Update mpconfigport.mkDavePutz
2021-03-03Update call to rp2pio_statemachine_constructDavePutz
2021-03-03Merge pull request #4254 from gamblor21/rp2040_countioScott Shawcroft
2021-03-03Merge pull request #4265 from DavePutz/pio_soft_resetScott Shawcroft
2021-03-03add 1sec timeouts for I2C read and writeDan Halbert
2021-03-02Fixed mergegamblor21
2021-03-02works on nearly all sensorsDan Halbert
2021-03-02Merge pull request #4312 from jepler/feather-rp2040-ledDan Halbert
2021-03-02Update mpconfigport.mkDavePutz
2021-03-02Update mpconfigport.mkDavePutz
2021-03-02Update mpconfigport.mk to get builds workingDavePutz
2021-03-02Update PulseIn.cDavePutz
2021-03-02Merge branch 'main' into rp2040_countioMark
2021-03-02Counter and PWMOut slice conflict checkgamblor21
2021-03-02move LED to the right spot in the fileJeff Epler
2021-03-02Merge pull request #4186 from jepler/update-protomatter-rp2Jeff Epler
2021-03-02Merge pull request #4276 from bergdahl/patch-1Dan Halbert
2021-03-02Merge remote-tracking branch 'adafruit/main' into rp2040-i2c-short-writesDan Halbert
2021-03-02wipDan Halbert
2021-03-02feather rp2040: add board.LEDJeff Epler
2021-03-02Merge pull request #4177 from microDev1/nvm-rpScott Shawcroft
2021-03-02Apply suggestions from code review Dan Halbert
2021-03-02Merge pull request #4309 from jepler/rp2040-interrupt-pioScott Shawcroft
2021-03-02raspberry: switch pico back to the boot2 for W25Q16Jeff Epler
2021-03-02minor structural modificationmicroDev
2021-03-01raspberrypi: allow directly specifying the original boot .S fileJeff Epler
2021-03-01rp2pio: allow keyboard interrupt while waiting for tx fifo to empty (& stall)Jeff Epler