aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * cortex-m/executor: don't use the owned interrupts system.Dario Nieuwenhuis2023-02-281-11/+21
| | | | | | | | Preparation for #1224.
* | Example fixes.Dario Nieuwenhuis2023-03-011-23/+0
|/
* fix h7 examplesDario Nieuwenhuis2023-02-101-0/+23
|
* usb: use InterfaceNumber in msos.Dario Nieuwenhuis2023-02-081-1/+2
|
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-086-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 docsalexmoon2023-02-071-17/+8
|
* Convert MS OS descriptor builder to a writer APIalexmoon2023-02-071-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 Nieuwenhuis2023-02-019-24/+24
|
* net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-191-1/+1
|
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-191-8/+3
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-0951-0/+3355