| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -124/+0 |
| | | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -2/+2 |
| | | |||||
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+3 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -5/+5 |
| | | |||||
| * | Trait for UsbSupply | huntc | 2022-07-09 | 1 | -7/+3 |
| | | | | | Eliminated a signal by using a simpler trait method that returns whether VBus power is available. Also includes a UsbSupply that can be signalled for use with the nRF softdevice. Includes the requirement for waiting for power to become available. | ||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+3 |
| | | |||||
| * | usb: remove address arg from endpoint allocation. | Dario Nieuwenhuis | 2022-05-09 | 1 | -1/+1 |
| | | |||||
| * | examples/nrf: add product strings to all usb examples. | Dario Nieuwenhuis | 2022-04-24 | 1 | -2/+3 |
| | | |||||
| * | usb: rename UsbDeviceBuilder -> Builder. | Dario Nieuwenhuis | 2022-04-16 | 1 | -2/+2 |
| | | |||||
| * | usb-hid: add Config struct, to avoid too many params. | Dario Nieuwenhuis | 2022-04-16 | 1 | -9/+9 |
| | | |||||
| * | usb-hid: Simplify API. | Dario Nieuwenhuis | 2022-04-16 | 1 | -4/+4 |
| | | | | | | | | | | | - Renamed structs to HidReaderWriter, HidReader, HidWriter. - Removed unused const generics on `State`. - Simplified generics on `HidReaderWriter`. The class type previously was `HidClass<D, Driver<'d, USBD>, ReportReader<'d, Driver<'d, USBD>, OUT_N>, IN_N>` It's now `HidClass<D, Driver<'d, USBD>, IN_N, OUT_N>`. Note that the driver type `Driver<'d, USBD>` is no longer repeated. - Constructors are now: `HidWriter::new()` for IN-only, `HidReaderWriter::new()` for IN+OUT. No complicated bounds. - HidReaderWriter has all the methods from HidReader, HidWriter. | ||||
| * | Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support | alexmoon | 2022-04-13 | 1 | -1/+2 |
| | | |||||
| * | Async-ify Driver::enable and UsbDeviceBuilder::build | alexmoon | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | usb/hid: add keyboard example. | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+129 |
