| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -37/+0 |
| | | |||||
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| | | |||||
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| | | |||||
| * | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 1 | -1/+1 |
| | | |||||
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -2/+2 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 |
| | | |||||
| * | Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ | ceekdee | 2022-10-10 | 1 | -1/+1 |
| | | | | | simplify the P2P examples; correct RSSI computation. | ||||
| * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2022-10-08 | 1 | -0/+1 |
| |\ | |||||
| | * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| | | | | | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| * | | Initial add for sx126x | ceekdee | 2022-09-27 | 1 | -1/+6 |
| |/ | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -4/+1 |
| | | |||||
| * | usbd-hid: 0.5.2 -> 0.6.0 | Alex Martens | 2022-09-04 | 1 | -1/+1 |
| | | |||||
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+2 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -0/+1 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+2 |
| | | |||||
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -1/+1 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+3 |
| | | |||||
| * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| | | | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors". | ||||
| * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 1 | -2/+2 |
| | | | | | | It's useless without async traits, so juggling the `nightly` feature around is not worth the pain. | ||||
| * | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 |
| | | |||||
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -1/+2 |
| | | |||||
| * | Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB) | Dario Nieuwenhuis | 2022-04-24 | 1 | -1/+3 |
| | | |||||
| * | Async USB HID class | alexmoon | 2022-04-06 | 1 | -2/+4 |
| | | |||||
| * | examples/nrf: don't build usb stuff in stable. | Dario Nieuwenhuis | 2022-04-06 | 1 | -3/+3 |
| | | |||||
| * | usb: add -usb-serial crate, fix warnings and stable build. | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+1 |
| | | |||||
| * | Working CDC-ACM device->host | Dario Nieuwenhuis | 2022-04-06 | 1 | -1/+1 |
| | | |||||
| * | wip: experimental async usb stack | Dario Nieuwenhuis | 2022-04-06 | 1 | -3/+2 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -1/+1 |
| | | |||||
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+3 |
| | | |||||
| * | Upgrade to embedded-storage 0.3.0 | Ulf Lilleengen | 2022-02-07 | 1 | -1/+1 |
| | | |||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 |
| | | |||||
| * | nrf: impl embedded-hal 1.0 and embedded-hal-async traits. | Dario Nieuwenhuis | 2022-01-13 | 1 | -1/+0 |
| | | |||||
| * | dont rely on nrf-usdb | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 |
| | | |||||
| * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 |
| | | |||||
| * | nrf-usbd | Jacob Rosenthal | 2021-12-12 | 1 | -0/+5 |
| | | |||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -2/+2 |
| | | |||||
| * | Remove extraneous defmt-trace feature. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -15/+4 |
| | | |||||
| * | nrf: add NVMC driver. | Dario Nieuwenhuis | 2021-10-22 | 1 | -0/+1 |
| | | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -4/+4 |
| | | |||||
| * | nrf: make gpiote and time-driver optional via cargo features. | Dario Nieuwenhuis | 2021-08-20 | 1 | -1/+1 |
| | | |||||
| * | nrf: update to cortex-m-rt 0.7 | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add an nRF RNG driver | Liam Murphy | 2021-06-29 | 1 | -0/+1 |
| | | | | | | | Resolves #187 Like the stm32 driver, this has both a non-blocking and blocking API, and implements `rand_core::RngCore` for the blocking API. | ||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 1 | -0/+31 |
