| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+3 |
| | | |||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 1 | -1/+0 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -5/+5 |
| | | | | | convenience methods | ||||
| * | net-wiznet: add HIL test using w5100s. | Dario Nieuwenhuis | 2023-08-16 | 1 | -2/+1 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 1 | -0/+2 |
| | | |||||
| * | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 1 | -8/+12 |
| | | |||||
| * | rp/uart: report errors from buffered uart | pennae | 2023-05-01 | 1 | -20/+229 |
| | | | | | | | | | | this reports errors at the same location the blocking uart would, which works out to being mostly exact (except in the case of overruns, where one extra character is dropped). this is actually easier than going nuclear in the case of errors and nuking both the buffer contents and the rx fifo, both of which are things we'd have to do in addition to what's added here, and neither are needed for correctness. | ||||
| * | tests/rp: fix buffered uart test | pennae | 2023-05-01 | 1 | -3/+3 |
| | | | | | | | the rp uart receive fifo is 32 entries deep, so the 31 byte test data fits into it without needing any buffering. extend to 48 bytes to fill the entire fifo and the 16 byte test buffer. | ||||
| * | rp/uart: use lockfree ringbuffer. | Dario Nieuwenhuis | 2022-11-25 | 1 | -8/+5 |
| | | | | | This gets rid of another PeripheralMutex usage. | ||||
| * | Fix bufferedUart read and write tests | Mathias | 2022-09-27 | 1 | -4/+5 |
| | | |||||
| * | Extend buffered-uart test to transmit 32 bytes | Mathias | 2022-09-27 | 1 | -2/+8 |
| | | |||||
| * | Add HIL test for bufferedUart | Mathias | 2022-09-26 | 1 | -0/+37 |
