aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* stm32/sdmmc: Implement proper clock configurationchemicstry2023-02-232-1/+3
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-211-1/+1
* examples/stm32wb: do not reserve words at start of RAM.Dario Nieuwenhuis2023-02-201-1/+1
*-. Merge #1218 #1219bors[bot]2023-02-191-2/+37
|\ \
| | * stm32/sdmmc: Fix SDIOv1 writeschemicstry2023-02-181-2/+37
| |/
* | Merge #1217bors[bot]2023-02-192-2/+2
|\ \
| * | Fix a typo in "PioPeripheral"sekoia2023-02-152-2/+2
| |/
* / examples/stm32wb: fix linker script.Dario Nieuwenhuis2023-02-191-1/+1
|/
* fix h7 examplesDario Nieuwenhuis2023-02-102-1/+24
* exmaples/dns: don't use the socket.Dario Nieuwenhuis2023-02-101-6/+3
* Rewrite to use a single socketUlf Lilleengen2023-02-101-2/+1
* Add DNS socket to embassy-netUlf Lilleengen2023-02-102-1/+103
* usb: use InterfaceNumber in msos.Dario Nieuwenhuis2023-02-081-1/+2
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-0819-30/+13
* Lazily encode UTF16 values and add docsalexmoon2023-02-071-17/+8
* Convert MS OS descriptor builder to a writer APIalexmoon2023-02-072-1/+145
* nrf: docs.Dario Nieuwenhuis2023-02-0110-25/+25
*-. Merge #1173 #1174bors[bot]2023-01-243-3/+3
|\ \
| | * add missing copy of icmpv6 checksumUlf Lilleengen2023-01-241-1/+1
| |/ |/|
| * Changed crates' names for nrf examples since they were conflictingDavide Della Giustina2023-01-242-2/+2
|/
* net: allocate space for 2 sockets, needed for dhcp.Dario Nieuwenhuis2023-01-198-8/+8
* Add smoltcp dhcp socket configurationPaweł Jan Czochański2023-01-199-67/+29
* stm32/usb_otg: Add F4 usb_ethernet examplechemicstry2023-01-182-1/+174
* stm32: add stm32c0 examples.Dario Nieuwenhuis2023-01-176-0/+114
* Merge #1142bors[bot]2023-01-141-1/+1
|\
| * rp: Fix BufferedUart drop codeTimo Kröger2023-01-041-1/+1
* | Merge #1147bors[bot]2023-01-122-1/+6
|\ \
| * | Support codesigning in the firmware updaterhuntc2023-01-122-1/+6
* | | stm32 otg: add examples.chemicstry2023-01-1110-5/+542
|/ /
* | Reduce amount of samples for nrf5340Dominik Boehi2023-01-097-305/+0
* | Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-0955-0/+0
* | Change UART pins for nRF5340 DKDominik Boehi2023-01-082-2/+2
* | Add samples for nrf5340Dominik Boehi2023-01-0814-0/+542
* | Merge #1141bors[bot]2023-01-056-7/+51
|\ \
| * | feat: compile bootloader examples for nRF91Ulf Lilleengen2023-01-046-7/+51
* | | rp2040: add {tx,rx}-only constructors to UARTPedro Ferreira2023-01-041-0/+42
|/ /
* | Merge #1139bors[bot]2023-01-047-5/+34
|\ \
| * | Provides a means of obtaining the current WDT confighuntc2023-01-041-0/+18
| * | Cleaned up some doc and memory layouthuntc2023-01-045-4/+8
| * | Pass WDT config aroundhuntc2023-01-041-1/+8
| |/
* | Cleanupkalkyl2023-01-031-1/+1
* | embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-033-3/+12
|/
*-. Merge #1093 #1127bors[bot]2023-01-021-0/+33
|\ \
| * | Add random examplemiathedev2022-12-041-0/+33
* | | rp: switch to released 0.2.1 pio crate.Dario Nieuwenhuis2022-12-261-4/+1
* | | net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-267-11/+12
* | | net: remove unused pool-x featuresDario Nieuwenhuis2022-12-266-6/+6
| |/ |/|
* | Remove lifetime, use pac fieldskalkyl2022-12-241-3/+3
* | embassy-rp: Add Watchdogkalkyl2022-12-241-0/+48
* | Change log level to debugkalkyl2022-12-231-1/+1