| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | cleanup docs and add channel synchronization example | Ulf Lilleengen | 2024-01-10 | 2 | -1/+48 | |
| | | | ||||||
| * | | simplify example | Ulf Lilleengen | 2024-01-10 | 1 | -14/+3 | |
| | | | ||||||
| * | | Merge pull request #2417 from vasilNnikolov/mutex_rp_example | Ulf Lilleengen | 2024-01-10 | 1 | -0/+60 | |
| |\ \ | | | | | | | | | | Add example of pin sharing between tasks | |||||
| | * | | no need for a PeripheralRef | Vasil Nikolov | 2024-01-10 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | remove unused import | Vasil Nikolov | 2024-01-09 | 1 | -2/+1 | |
| | | | | ||||||
| | * | | add example of pin sharing between tasks | Vasil Nikolov | 2024-01-09 | 1 | -0/+61 | |
| | |/ | ||||||
| * | | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | |||||
| * | | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -3/+3 | |
| |/ | ||||||
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 45 | -46/+2 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 10 | -47/+77 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 2 | -4/+4 | |
| | | ||||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 | |
| | | ||||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 5 | -15/+11 | |
| | | ||||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 | |
| | | ||||||
| * | Move embassy-lora, lora examples to lora-phy repo. | Dario Nieuwenhuis | 2023-11-29 | 5 | -415/+0 | |
| | | ||||||
| * | Add docs, touch all linker fragments | James Munns | 2023-11-19 | 1 | -0/+12 | |
| | | ||||||
| * | Update RP2040 memory.x | James Munns | 2023-11-19 | 1 | -2/+2 | |
| | | | | The RP2040 has 264KiB of memory, not 256KiB. | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 | |
| | | ||||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 5 | -6/+6 | |
| | | ||||||
| * | rp: Remove control handler from USB raw bulk example | kalkyl | 2023-11-07 | 1 | -9/+1 | |
| | | ||||||
| * | fmt | kalkyl | 2023-11-07 | 1 | -1/+1 | |
| | | ||||||
| * | Use driver reexport | kalkyl | 2023-11-07 | 2 | -2/+1 | |
| | | ||||||
| * | rp: Add USB raw bulk example | kalkyl | 2023-11-07 | 2 | -0/+151 | |
| | | ||||||
| * | Add docs | kalkyl | 2023-11-07 | 1 | -2/+46 | |
| | | ||||||
| * | Update pio-uart example | kalkyl | 2023-11-07 | 1 | -0/+1 | |
| | | ||||||
| * | Add comments | kalkyl | 2023-11-07 | 1 | -0/+6 | |
| | | ||||||
| * | rp: Add USB raw example + msos descriptor to examples and usb-logger | kalkyl | 2023-11-07 | 6 | -4/+156 | |
| | | ||||||
| * | Cleanup | kalkyl | 2023-11-03 | 1 | -2/+2 | |
| | | ||||||
| * | rp: Add PWM input example | kalkyl | 2023-11-03 | 1 | -0/+26 | |
| | | ||||||
| * | Merge pull request #2137 from kalkyl/pio-rotary-encoder | Dario Nieuwenhuis | 2023-11-02 | 1 | -0/+81 | |
| |\ | | | | | | | rp: Add PIO rotary encoder example | |||||
| | * | Cleanup | kalkyl | 2023-11-02 | 1 | -12/+2 | |
| | | | ||||||
| | * | rp: Add PIO rotary encoder example | kalkyl | 2023-11-02 | 1 | -0/+91 | |
| | | | ||||||
| * | | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+2 | |
| |/ | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 4 | -3/+4 | |
| | | ||||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #2127 from bugadani/release | Dario Nieuwenhuis | 2023-10-31 | 1 | -1/+1 | |
| |\ | | | | | | | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | |||||
| | * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | rp: Add PIO stepper motor driver example | kalkyl | 2023-10-30 | 1 | -0/+169 | |
| |/ | ||||||
| * | Merge pull request #2075 from CBJamo/rosc_example | Dario Nieuwenhuis | 2023-10-16 | 1 | -0/+32 | |
| |\ | | | | | | | Add example to show useage of rp2040 rosc | |||||
| | * | Add example to show useage of rp2040 rosc | Caleb Jamison | 2023-10-16 | 1 | -0/+32 | |
| | | | ||||||
| * | | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 23 | -54/+54 | |
| | | | | | convenience methods | |||||
| * | Merge pull request #2055 from kalkyl/usb-midi | Dario Nieuwenhuis | 2023-10-14 | 1 | -0/+110 | |
| |\ | | | | | | | embassy-usb: Add MIDI class | |||||
| | * | embassy-usb: Add MIDI class | kalkyl | 2023-10-14 | 1 | -0/+110 | |
| | | | ||||||
| * | | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 | |
| |/ | ||||||
