| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add descriptions to all RP2040 examples. Some need hardware that was not spec... | Henrik Berg | 2023-07-13 | 33 | -5/+122 |
| * | RP: Don't reset RTC in Clock::init. Updated example. | Henrik Berg | 2023-07-12 | 1 | -17/+9 |
| * | RP: Add save/restore to Rtc. Example use. | Henrik Berg | 2023-07-12 | 1 | -21/+34 |
| * | RP: Rename Rtc to match STM32 impl. Remove setting RTC in new(). | Henrik Berg | 2023-07-12 | 1 | -4/+10 |
| * | RP: Add RTC example to rp2040. | Henrik Berg | 2023-07-12 | 1 | -0/+33 |
| * | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 1 | -8/+9 |
| |\ |
|
| | * | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -8/+9 |
| * | | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 8 | -20/+64 |
| * | | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| * | | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o... | Dario Nieuwenhuis | 2023-07-05 | 1 | -2/+5 |
| |/ |
|
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 6 | -21/+49 |
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 5 | -9/+9 |
| * | Spelling. | Henrik Berg | 2023-06-12 | 1 | -1/+1 |
| * | Code cleanup. | Henrik Berg | 2023-06-12 | 1 | -1/+1 |
| * | Document external button. Add wifi_blinky.rs for easy beginners start. | Henrik Berg | 2023-06-12 | 2 | -1/+63 |
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -11/+5 |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | net: Support dual stackĀ IP | Ruben De Smet | 2023-06-07 | 7 | -9/+9 |
| * | net: StaticV4 config behind proto-ipv4 | Ruben De Smet | 2023-06-06 | 4 | -4/+4 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 7 | -7/+7 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 12 | -120/+45 |
| * | net-w5500: integrate into main repo. | Dario Nieuwenhuis | 2023-05-31 | 5 | -55/+22 |
| * | Merge remote-tracking branch 'w5500/main' into w5500 | Dario Nieuwenhuis | 2023-05-31 | 4 | -0/+552 |
| |\ |
|
| | * | move embassy-net-w5500 to subdir. | Dario Nieuwenhuis | 2023-05-31 | 4 | -0/+552 |
| * | cyw43: adapt build to main embassy repo. | Dario Nieuwenhuis | 2023-05-30 | 4 | -0/+363 |
| * | Switch to DMA, use new clocks, don't take ownership of pio common | Caleb Jamison | 2023-05-19 | 1 | -13/+31 |
| * | Pin fix, improve fifo handling | Caleb Jamison | 2023-05-19 | 1 | -1/+5 |
| * | rp/clocks: don't expose unstable pac items | pennae | 2023-05-17 | 1 | -2/+2 |
| * | rp: Read flash unique id and jedec id | kalkyl | 2023-05-16 | 1 | -0/+10 |
| * | Merge #1458 | bors[bot] | 2023-05-15 | 7 | -33/+52 |
| |\ |
|
| | * | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 7 | -33/+52 |
| * | | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+1 |
| |/ |
|
| * | rp: don't use SetConfig trait in PWM and PIO. | Dario Nieuwenhuis | 2023-05-13 | 5 | -5/+0 |
| * | Merge branch 'master' into master | Caleb Jamison | 2023-05-09 | 3 | -2/+154 |
| |\ |
|
| | * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| | * | Merge #1435 | bors[bot] | 2023-05-08 | 2 | -1/+153 |
| | |\ |
|
| | | * | added example multi priority executors rp2040 | Fabian Kunze | 2023-05-07 | 2 | -1/+153 |
| * | | | Dirbaio comments round 2 | Caleb Jamison | 2023-05-09 | 1 | -5/+5 |
| * | | | Remove patches, bump rp-pac version | Caleb Jamison | 2023-05-09 | 1 | -3/+0 |
| * | | | Improve gpout example, clk_gpout_freq | Caleb Jamison | 2023-05-09 | 2 | -6/+22 |
| * | | | Add missing functions, Cleanup, Gpout example | Caleb Jamison | 2023-05-08 | 1 | -0/+21 |
| |/ / |
|
| * | | rp/pio: allow wrap-around program loading | pennae | 2023-05-06 | 1 | -1/+2 |
| * | | rp/pio: configure state machines with Config struct | pennae | 2023-05-06 | 5 | -64/+83 |
| * | | rp/pio: add set-pin-{values,dirs} convenience functions | pennae | 2023-05-06 | 1 | -7/+2 |
| * | | rp/pio: add load_program, use_program | pennae | 2023-05-06 | 4 | -48/+13 |
| * | | rp/pio: drop Pio prefix from almost all names | pennae | 2023-05-05 | 3 | -14/+14 |
| |/ |
|
| * | rp/pio: wrap sm rx, tx in structs and allow splitting | pennae | 2023-05-03 | 4 | -13/+14 |
| * | rp/pio: split irqs from state machines | pennae | 2023-05-03 | 2 | -6/+10 |
| * | rp/pio: remove PioStateMachineInstance | pennae | 2023-05-03 | 4 | -6/+4 |