Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-19 | docs/rp2: Add a small factory reset page. | Angus Gratton | |
This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au> | |||
2023-01-12 | docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example. | Stig Bjørlykke | |
This ensures the same number of cycles are used for LED on and LED off in the PIO 1Hz example. It's also possible to swap the first set() and the irq() to avoid using an extra instruction, but this tutorial is a good example of how to calculate the cycles. Signed-off-by: Stig Bjørlykke <stig@bjorlykke.org> | |||
2021-10-13 | docs/rp2: Add reference for PIO assembly instructions, and PIO tutorial. | NitiKaur | |
2021-05-30 | docs/rp2: Add skeleton docs for the rp2 port. | Matt Trentini | |