| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #1140 | bors[bot] | 2023-01-14 | 1 | -0/+52 |
| |\ | |||||
| | * | Update mod.rs | Rasmus Melchior Jacobsen | 2023-01-14 | 1 | -1/+1 |
| | * | Only implement Write | Rasmus Melchior Jacobsen | 2023-01-14 | 1 | -28/+1 |
| | * | feat(stm32): Add embedded-io traits for UartRx and UartTx | Rasmus Melchior Jacobsen | 2023-01-06 | 1 | -0/+39 |
| | * | feat(stm32): Let uart implement embedded-io Read/Write | Rasmus Melchior Jacobsen | 2023-01-04 | 1 | -0/+40 |
| * | | Merge #1153 | bors[bot] | 2023-01-14 | 1 | -1/+49 |
| |\ \ | |||||
| | * | | Documentation on verifying firmware | huntc | 2023-01-14 | 1 | -1/+49 |
| |/ / | |||||
| * | | Merge #1142 | bors[bot] | 2023-01-14 | 3 | -189/+156 |
| |\ \ | |||||
| | * | | rp: Fix formatting string to please CI | Timo Kröger | 2023-01-05 | 1 | -1/+1 |
| | * | | rp: Improve BufferedUart interrupt handling | Timo Kröger | 2023-01-05 | 1 | -21/+58 |
| | * | | rp: Disable RX interrupts when ring buffer is full | Timo Kröger | 2023-01-04 | 1 | -52/+35 |
| | * | | rp: Fix BufferedUart drop code | Timo Kröger | 2023-01-04 | 3 | -26/+31 |
| | * | | rp: Common init function for BufferedUart | Timo Kröger | 2023-01-04 | 1 | -122/+64 |
| * | | | Merge #1147 | bors[bot] | 2023-01-12 | 5 | -18/+382 |
| |\ \ \ | |||||
| | * | | | Support codesigning in the firmware updater | huntc | 2023-01-12 | 5 | -18/+382 |
| * | | | | Merge #1145 | bors[bot] | 2023-01-11 | 22 | -281/+2131 |
| |\ \ \ \ | |||||
| | * | | | | stm32 otg: add examples. | chemicstry | 2023-01-11 | 10 | -5/+542 |
| | * | | | | stm32/rcc: fix u5 pll, add hsi48. | Dario Nieuwenhuis | 2023-01-11 | 1 | -8/+22 |
| | * | | | | stm32: add USB OTG support. | chemicstry | 2023-01-11 | 2 | -0/+1369 |
| | * | | | | Update stm32-data. | Dario Nieuwenhuis | 2023-01-11 | 6 | -230/+154 |
| | * | | | | Refactor embassy-usb address handling to allow reordering of status resoponse | chemicstry | 2023-01-11 | 5 | -38/+44 |
| |/ / / / | |||||
| * / / / | Update vscode settings for latest RA. | Dario Nieuwenhuis | 2023-01-11 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Merge #1149 | bors[bot] | 2023-01-10 | 67 | -7/+247 |
| |\ \ \ | |||||
| | * | | | Reduce amount of samples for nrf5340 | Dominik Boehi | 2023-01-09 | 8 | -306/+2 |
| | * | | | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 59 | -6/+8 |
| | * | | | Change UART pins for nRF5340 DK | Dominik Boehi | 2023-01-08 | 2 | -2/+2 |
| | * | | | Add samples for nrf5340 | Dominik Boehi | 2023-01-08 | 14 | -0/+542 |
| |/ / / | |||||
| * | | | Merge #1141 | bors[bot] | 2023-01-05 | 8 | -9/+56 |
| |\ \ \ | |||||
| | * | | | feat: compile bootloader examples for nRF91 | Ulf Lilleengen | 2023-01-04 | 8 | -9/+56 |
| | | |/ | |/| | |||||
| * | | | usb/driver: fix STATUS -> SETUP | Dario Nieuwenhuis | 2023-01-05 | 1 | -2/+2 |
| * | | | Merge pull request #1144 from embassy-rs/usb-control-docs | Dario Nieuwenhuis | 2023-01-05 | 1 | -0/+64 |
| |\ \ \ | |||||
| | * | | | usb/driver: document ControlPipe. | Dario Nieuwenhuis | 2023-01-05 | 1 | -0/+64 |
| |/ / / | |||||
| * | | | Merge #1143 | bors[bot] | 2023-01-04 | 2 | -4/+70 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | rp2040: add {tx,rx}-only constructors to UART | Pedro Ferreira | 2023-01-04 | 2 | -4/+70 |
| |/ / | |||||
| * | | Merge #1139 | bors[bot] | 2023-01-04 | 9 | -10/+59 |
| |\ \ | |||||
| | * | | Provides a means of obtaining the current WDT config | huntc | 2023-01-04 | 2 | -0/+42 |
| | * | | Cleaned up some doc and memory layout | huntc | 2023-01-04 | 5 | -4/+8 |
| | * | | Pass WDT config around | huntc | 2023-01-04 | 2 | -6/+9 |
| | |/ | |||||
| * | | Merge #1138 | bors[bot] | 2023-01-03 | 5 | -4/+64 |
| |\ \ | |/ |/| | |||||
| | * | Cleanup | kalkyl | 2023-01-03 | 2 | -2/+2 |
| | * | embassy-boot (rp): Add WatchdogFlash | kalkyl | 2023-01-03 | 5 | -4/+64 |
| |/ | |||||
| *-. | Merge #1093 #1127 | bors[bot] | 2023-01-02 | 2 | -5/+46 |
| |\ \ | |||||
| | | * | Hide doc comments from inner function include doc comments on outer function | Brendon Fallquist | 2022-12-24 | 1 | -5/+13 |
| | * | | Add random example | miathedev | 2022-12-04 | 1 | -0/+33 |
| * | | | Merge #1130 | bors[bot] | 2023-01-02 | 1 | -10/+4 |
| |\ \ \ | |||||
| | * | | | usb cdc-acm: Set flag for supported capabilities | Timo Kröger | 2022-12-26 | 1 | -1/+4 |
| | * | | | usb cdc-acm: Remove unused call management descriptor | Timo Kröger | 2022-12-26 | 1 | -9/+0 |
| | | |/ | |/| | |||||
| * | | | Merge #1136 | bors[bot] | 2022-12-30 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix a typo | Kentaro Okuda | 2022-12-30 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge #1135 | bors[bot] | 2022-12-29 | 1 | -1/+1 |
| |\ \ \ | |||||
