aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
* Trait for UsbSupplyhuntc2022-07-095-90/+24
* Puts in the machinery to handle power detected/removedhuntc2022-07-071-33/+5
* Introduces EnabledUsbDevicehuntc2022-07-071-7/+31
* Merge #817bors[bot]2022-06-211-0/+106
|\
| * Added example and some defmtDion Dokter2022-06-211-0/+106
* | Merge pull request #822 from embassy-rs/remove-authorsDario Nieuwenhuis2022-06-181-1/+0
|\ \
| * | Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
* | | Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis2022-06-181-0/+3
|/ /
* / Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-1/+0
|/
* Run rustfmt.Dario Nieuwenhuis2022-06-1241-268/+138
* Merge #806bors[bot]2022-06-122-3/+3
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-122-3/+3
* | Rename channel to mpmchuntc2022-06-125-5/+5
|/
* Merge #781 #785bors[bot]2022-05-311-35/+40
|\
| * WIP embassy-net v2Dario Nieuwenhuis2022-05-251-35/+40
* | Implement BufRead for nrf BufferedUartechemicstry2022-05-261-15/+5
|/
* Make embassy-net nightly-only.Dario Nieuwenhuis2022-05-191-2/+2
* Update embedded-io to 0.3Dario Nieuwenhuis2022-05-191-1/+1
* Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-124-5/+19
|\
| *-. Merge #763 #766bors[bot]2022-05-124-5/+19
| |\ \
| | | * Make usb_serial examples work on windowsTimo Kröger2022-05-122-0/+14
| | |/ | |/|
| | * usb: remove address arg from endpoint allocation.Dario Nieuwenhuis2022-05-094-5/+5
| |/
* | Merge branch 'embassy-rs:master' into qdecHenrik Alsér2022-05-073-5/+8
|\|
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-073-5/+8
* | Change example pinsHenrik Alsér2022-05-071-3/+2
* | Add qdec moduleHenrik Alsér2022-05-071-0/+29
|/
* net: add functions to get current Eth and IP configDario Nieuwenhuis2022-05-021-1/+1
* executor: Add `Spawner::for_current_executor`.Dario Nieuwenhuis2022-04-261-0/+24
* examples/nrf: add self_spawn example.Dario Nieuwenhuis2022-04-251-0/+24
* executor: fix unsoundness in InterruptExecutor::start.Dario Nieuwenhuis2022-04-251-6/+4
* examples/nrf: add product strings to all usb examples.Dario Nieuwenhuis2022-04-244-6/+17
* Add embassy-usb-ncm. Implements USBB CDC NCM (Ethernet over USB)Dario Nieuwenhuis2022-04-242-1/+280
* Add embedded-storage trait impls for QSPIUlf Lilleengen2022-04-192-6/+4
* usb: rename UsbDeviceBuilder -> Builder.Dario Nieuwenhuis2022-04-164-8/+8
* usb-hid: add Config struct, to avoid too many params.Dario Nieuwenhuis2022-04-162-17/+16
* usb-hid: Simplify API.Dario Nieuwenhuis2022-04-162-11/+11
* Split UsbDevice::run into run and run_until_suspendalexmoon2022-04-131-28/+32
* Remove channel and make run future cancelablealexmoon2022-04-131-14/+49
* Remote wakeup bug fixesalexmoon2022-04-131-12/+12
* Add DeviceStateHandler, DeviceCommand channel, and remote wakeup supportalexmoon2022-04-134-10/+113
* Unify ReadError and WriteError into EndpointErroralexmoon2022-04-092-28/+10
* Merge #657bors[bot]2022-04-077-161/+520
|\
| * Async-ify Driver::enable and UsbDeviceBuilder::buildalexmoon2022-04-074-4/+4
| * embassy-usb-hid bug fixesalexmoon2022-04-061-2/+2
| * usb/serial: add multitask example.Dario Nieuwenhuis2022-04-061-0/+122
| * usb/hid: add keyboard example.Dario Nieuwenhuis2022-04-062-0/+148
| * usb/hid: update for endpoint state changes.Dario Nieuwenhuis2022-04-061-24/+16
| * Add basic device state handling for endpoints.alexmoon2022-04-061-7/+39
| * Simplify hid output report handlingalexmoon2022-04-061-2/+2
| * Remove output() and split() methods from HidClass when there is no out endpoi...alexmoon2022-04-061-1/+2