| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -118/+0 |
| | | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -3/+3 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | 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 | -9/+4 |
| | | | | | 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 |
| | | |||||
| *-. | Merge #763 #766 | bors[bot] | 2022-05-12 | 1 | -2/+9 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 763: Misc USB improvements r=Dirbaio a=Dirbaio The "simplify control in/out handlng" commit gives a -2kb code size improvement. 766: Make usb_serial examples work on windows r=Dirbaio a=timokroeger Windows shows `error 10` when using CDC ACM on non composite devices. Workaround is to use IADS: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help Co-authored-by: Dario Nieuwenhuis <[email protected]> Co-authored-by: Timo Kröger <[email protected]> | ||||
| | | * | Make usb_serial examples work on windows | Timo Kröger | 2022-05-12 | 1 | -0/+7 |
| | |/ |/| | | | | | | | | | Windows shows `error 10` when using CDC ACM on non composite devices. Workaround is to use IADS: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help | ||||
| | * | usb: remove address arg from endpoint allocation. | Dario Nieuwenhuis | 2022-05-09 | 1 | -2/+2 |
| |/ | |||||
| * | examples/nrf: add product strings to all usb examples. | Dario Nieuwenhuis | 2022-04-24 | 1 | -1/+6 |
| | | |||||
| * | usb: rename UsbDeviceBuilder -> Builder. | Dario Nieuwenhuis | 2022-04-16 | 1 | -2/+2 |
| | | |||||
| * | Add DeviceStateHandler, DeviceCommand channel, and remote wakeup support | alexmoon | 2022-04-13 | 1 | -1/+2 |
| | | |||||
| * | Unify ReadError and WriteError into EndpointError | alexmoon | 2022-04-09 | 1 | -14/+5 |
| | | |||||
| * | Async-ify Driver::enable and UsbDeviceBuilder::build | alexmoon | 2022-04-07 | 1 | -1/+1 |
| | | |||||
| * | usb/serial: add multitask example. | Dario Nieuwenhuis | 2022-04-06 | 1 | -0/+122 |
