aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
* 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-302-2/+2
* futures: move select* and join* to separate modules.Dario Nieuwenhuis2022-08-291-1/+1
* sync: flatten module structure.Dario Nieuwenhuis2022-08-226-6/+6
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-228-15/+16
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-226-23/+24
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-1843-67/+68
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-1740-79/+100
* 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-2943-157/+157
* 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