| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -11/+21 | |
| | | | | | | | | | Preparation for #1224. | |||||
| * | | Example fixes. | Dario Nieuwenhuis | 2023-03-01 | 1 | -23/+0 | |
| |/ | ||||||
| * | fix h7 examples | Dario Nieuwenhuis | 2023-02-10 | 1 | -0/+23 | |
| | | ||||||
| * | usb: use InterfaceNumber in msos. | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+2 | |
| | | ||||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 6 | -17/+13 | |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | |||||
| * | Lazily encode UTF16 values and add docs | alexmoon | 2023-02-07 | 1 | -17/+8 | |
| | | ||||||
| * | Convert MS OS descriptor builder to a writer API | alexmoon | 2023-02-07 | 1 | -0/+139 | |
| | | | | | | | This brings it inline with the other embassy-usb descriptor APIs and allows it to integrate well with the Builder to allow class constructors to add MS OS descriptors. Also adds a `usb_serial_winusb` example to demonstrate how to use the API. | |||||
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 9 | -24/+24 | |
| | | ||||||
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -8/+3 | |
| | | ||||||
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 51 | -0/+3355 | |
