| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -2/+2 |
| * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 |
| * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 6 | -0/+11 |
| * | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+2 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 12 | -118/+111 |
| * | rp: add run-from-ram feature. | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+4 |
| * | rp/flash: centralize `USE_BOOT2` in a single const. | Dario Nieuwenhuis | 2023-06-05 | 1 | -20/+21 |
| * | rp/flash: fix missing clobbers, do not clobber frame pointer (r7). | Dario Nieuwenhuis | 2023-06-05 | 1 | -10/+11 |
| * | rp/flash: unify FLASH_BASE const. | Dario Nieuwenhuis | 2023-06-05 | 1 | -8/+9 |
| * | rp/dma: fix use-after-free read. | Dario Nieuwenhuis | 2023-06-05 | 1 | -2/+3 |
| * | Replace Into<bool> for Level with From<Level> for bool | ExplodingWaffle | 2023-06-05 | 1 | -3/+3 |
| * | rp/spi: enable rxdmae/txdmae only once at init. | Dario Nieuwenhuis | 2023-06-02 | 1 | -19/+8 |
| * | rp/spi: start rx dma first. | Dario Nieuwenhuis | 2023-06-02 | 1 | -13/+19 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 11 | -59/+48 |
| * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 4 | -13/+34 |
| * | Fix return definition | Alpha3__0 | 2023-05-25 | 1 | -2/+2 |
| * | Implement eh 0.2.* serial::Write for Uart/UartTx | Alpha3__0 | 2023-05-25 | 1 | -0/+38 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| * | Merge #1465 | bors[bot] | 2023-05-17 | 2 | -335/+394 |
| |\ |
|
| | * | rp/clocks: comment out all gpin handling for now | pennae | 2023-05-17 | 1 | -66/+71 |
| | * | rp/clocks: remove superfluous clock actions | pennae | 2023-05-17 | 1 | -8/+0 |
| | * | rp/clocks: require GpinPin for gpin config | pennae | 2023-05-17 | 1 | -18/+43 |
| | * | rp/clocks: compactify pll setup | pennae | 2023-05-17 | 1 | -2/+7 |
| | * | rp/clocks: store clock frequencies in ram | pennae | 2023-05-17 | 2 | -207/+184 |
| | * | rp/clocks: fix comments and rosc defaults | pennae | 2023-05-17 | 1 | -7/+9 |
| | * | rp/clocks: handle fractional gpout dividers | pennae | 2023-05-17 | 1 | -4/+3 |
| | * | rp/clocks: don't expose unstable pac items | pennae | 2023-05-17 | 1 | -68/+146 |
| | * | rp/clocks: remove unsupported xosc config input | pennae | 2023-05-17 | 1 | -12/+3 |
| | * | rp/clocks: provide fbdiv, not vco_freq | pennae | 2023-05-17 | 1 | -9/+8 |
| | * | rp/clocks: reset all plls at once | pennae | 2023-05-17 | 1 | -10/+7 |
| | * | rp/clocks: always reconfigure pll | pennae | 2023-05-17 | 1 | -12/+0 |
| | * | rp/clocks: always inline configure_pll | pennae | 2023-05-17 | 1 | -0/+1 |
| * | | rp: Add system reset fn via watchdog | kalkyl | 2023-05-17 | 1 | -0/+13 |
| |/ |
|
| * | rp: Read flash unique id and jedec id | kalkyl | 2023-05-16 | 1 | -0/+231 |
| * | rp/multicore: ensure stack is 8-byte aligned. | Dario Nieuwenhuis | 2023-05-16 | 1 | -1/+6 |
| * | rp/multicore: fix undefined behavior in multicore spawn. | Dario Nieuwenhuis | 2023-05-16 | 1 | -3/+8 |
| * | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 6 | -222/+288 |
| * | rp: don't use SetConfig trait in PWM and PIO. | Dario Nieuwenhuis | 2023-05-13 | 2 | -15/+6 |
| * | rp/watchdog: fix overflow if period is longer than 4294 seconds. | Dario Nieuwenhuis | 2023-05-13 | 1 | -7/+5 |
| * | Merge branch 'master' into master | Caleb Jamison | 2023-05-09 | 7 | -8/+37 |
| |\ |
|
| | * | Merge #1439 | bors[bot] | 2023-05-09 | 2 | -3/+26 |
| | |\ |
|
| | | * | rp: use rp2040-boot2 to provide the boot2 blob | pennae | 2023-05-09 | 2 | -3/+26 |
| | * | | Fix some typos | Dirk Stolle | 2023-05-08 | 4 | -5/+5 |
| | * | | Merge #1435 | bors[bot] | 2023-05-08 | 1 | -0/+6 |
| | |\ \
| | |/
| |/| |
|
| | | * | added example multi priority executors rp2040 | Fabian Kunze | 2023-05-07 | 1 | -0/+6 |
| * | | | Dirbaio comments round 2 | Caleb Jamison | 2023-05-09 | 1 | -89/+102 |
| * | | | Improve gpout example, clk_gpout_freq | Caleb Jamison | 2023-05-09 | 1 | -4/+4 |
| * | | | Gpout cleanup, basic Gpin support | Caleb Jamison | 2023-05-09 | 1 | -60/+102 |
| * | | | Address Dirbaio comments | Caleb Jamison | 2023-05-08 | 1 | -94/+147 |
| * | | | Add missing functions, Cleanup, Gpout example | Caleb Jamison | 2023-05-08 | 1 | -53/+206 |