aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-37/+0
|
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-1/+1
|
* net: remove unused pool-x featuresDario Nieuwenhuis2022-12-261-1/+1
|
* usb/cdc-ncm: add embassy-net Device implementation.Dario Nieuwenhuis2022-12-131-1/+1
|
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
|
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-2/+2
|
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-1/+1
|
* Change rak4631 feature to sx126x, removing use in board-specific processing; ↵ceekdee2022-10-101-1/+1
| | | | simplify the P2P examples; correct RSSI computation.
* Merge branch 'embassy-rs:master' into masterChuck Davis2022-10-081-0/+1
|\
| * all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* | Initial add for sx126xceekdee2022-09-271-1/+6
|/
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-261-4/+1
|
* usbd-hid: 0.5.2 -> 0.6.0Alex Martens2022-09-041-1/+1
|
* net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis2022-08-301-1/+1
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+2
|
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-0/+1
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+2
|
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+3
|
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-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 Nieuwenhuis2022-05-191-2/+2
| | | | | It's useless without async traits, so juggling the `nightly` feature around is not worth the pain.
* Update embedded-io to 0.3Dario Nieuwenhuis2022-05-191-1/+1
|
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-1/+2
|
* Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB)Dario Nieuwenhuis2022-04-241-1/+3
|
* Async USB HID classalexmoon2022-04-061-2/+4
|
* examples/nrf: don't build usb stuff in stable.Dario Nieuwenhuis2022-04-061-3/+3
|
* usb: add -usb-serial crate, fix warnings and stable build.Dario Nieuwenhuis2022-04-061-0/+1
|
* Working CDC-ACM device->hostDario Nieuwenhuis2022-04-061-1/+1
|
* wip: experimental async usb stackDario Nieuwenhuis2022-04-061-3/+2
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-1/+1
|
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-1/+1
|
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-0/+3
|
* Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-071-1/+1
|
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
|
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-1/+0
|
* dont rely on nrf-usdbJacob Rosenthal2021-12-141-1/+0
|
* sorta works, too many interupts?Jacob Rosenthal2021-12-141-1/+0
|
* nrf-usbdJacob Rosenthal2021-12-121-0/+5
|
* Remove unused depsDario Nieuwenhuis2021-11-151-2/+2
|
* Remove extraneous defmt-trace feature.Bob McWhirter2021-11-151-1/+1
|
* Adjust all examples to defmt 0.3.Bob McWhirter2021-11-151-15/+4
|
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-221-0/+1
|
* Update lots of depsDario Nieuwenhuis2021-09-111-4/+4
|
* nrf: make gpiote and time-driver optional via cargo features.Dario Nieuwenhuis2021-08-201-1/+1
|
* nrf: update to cortex-m-rt 0.7Dario Nieuwenhuis2021-08-191-1/+1
|
* Add an nRF RNG driverLiam Murphy2021-06-291-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 subdirectoryDario Nieuwenhuis2021-06-021-0/+31