| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Reduce amount of samples for nrf5340 | Dominik Boehi | 2023-01-09 | 7 | -305/+0 | |
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 55 | -0/+0 | |
| * | 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 | 6 | -7/+51 | |
| |\ | ||||||
| | * | feat: compile bootloader examples for nRF91 | Ulf Lilleengen | 2023-01-04 | 6 | -7/+51 | |
| * | | rp2040: add {tx,rx}-only constructors to UART | Pedro Ferreira | 2023-01-04 | 1 | -0/+42 | |
| |/ | ||||||
| * | Merge #1139 | bors[bot] | 2023-01-04 | 7 | -5/+34 | |
| |\ | ||||||
| | * | Provides a means of obtaining the current WDT config | huntc | 2023-01-04 | 1 | -0/+18 | |
| | * | Cleaned up some doc and memory layout | huntc | 2023-01-04 | 5 | -4/+8 | |
| | * | Pass WDT config around | huntc | 2023-01-04 | 1 | -1/+8 | |
| * | | Cleanup | kalkyl | 2023-01-03 | 1 | -1/+1 | |
| * | | embassy-boot (rp): Add WatchdogFlash | kalkyl | 2023-01-03 | 3 | -3/+12 | |
| |/ | ||||||
| *-. | Merge #1093 #1127 | bors[bot] | 2023-01-02 | 1 | -0/+33 | |
| |\ \ | ||||||
| | * | | Add random example | miathedev | 2022-12-04 | 1 | -0/+33 | |
| * | | | rp: switch to released 0.2.1 pio crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -4/+1 | |
| * | | | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 7 | -11/+12 | |
| * | | | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 6 | -6/+6 | |
| | |/ |/| | ||||||
| * | | Remove lifetime, use pac fields | kalkyl | 2022-12-24 | 1 | -3/+3 | |
| * | | embassy-rp: Add Watchdog | kalkyl | 2022-12-24 | 1 | -0/+48 | |
| * | | Change log level to debug | kalkyl | 2022-12-23 | 1 | -1/+1 | |
| * | | embassy-rp: Add split() to BufferedUart | kalkyl | 2022-12-22 | 2 | -1/+58 | |
| * | | enabled interrupt feature | @imrank03 | 2022-12-21 | 1 | -2/+2 | |
| * | | added watchdog example | @imrank03 | 2022-12-21 | 1 | -0/+25 | |
| * | | added priority based example | @imrank03 | 2022-12-21 | 1 | -0/+139 | |
| * | | added interrupt example | @imrank03 | 2022-12-21 | 1 | -0/+27 | |
| * | | button controlled example | @imrank03 | 2022-12-21 | 1 | -0/+64 | |
| * | | cargo fmt | Aaron Tsui | 2022-12-20 | 1 | -2/+2 | |
| * | | add convert_to_celsius function in the adc module | Aaron Tsui | 2022-12-20 | 1 | -1/+6 | |
| * | | examples/std: update to new embassy-net trait. | Dario Nieuwenhuis | 2022-12-13 | 1 | -55/+58 | |
| * | | stm32: rename feature `net` to `embassy-net`. | Dario Nieuwenhuis | 2022-12-13 | 2 | -2/+2 | |
| * | | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 2 | -44/+42 | |
| * | | stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 1 | -25/+25 | |
| * | | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 6 | -371/+54 | |
| * | | Merge branch 'master' into multicore | Henrik Alsér | 2022-12-13 | 3 | -1/+187 | |
| |\ \ | ||||||
| | | \ | ||||||
| | | \ | ||||||
| | *-. \ | Merge #1043 #1103 | bors[bot] | 2022-12-13 | 3 | -1/+187 | |
| | |\ \ \ | ||||||
| | | * | | | Added RelocateProgram class for adjusting PIO-programs for different origins. | Simon Berg | 2022-12-09 | 2 | -16/+25 | |
| | | * | | | PIO support for RPi Pico | Simon Berg | 2022-12-09 | 3 | -1/+178 | |
| | | |/ / | ||||||
| * | | | | Refactor after review | kalkyl | 2022-12-13 | 1 | -3/+2 | |
| * | | | | Cleanup | kalkyl | 2022-12-10 | 1 | -4/+3 | |
| * | | | | Feature gate critical-section-impl | kalkyl | 2022-12-10 | 1 | -1/+1 | |
| * | | | | fmt | kalkyl | 2022-12-10 | 1 | -2/+2 | |
| * | | | | embassy-rp: Add multicore support | kalkyl | 2022-12-10 | 2 | -1/+64 | |
| |/ / / | ||||||
| * / / | nrf: add manually_create_executor example. | Dario Nieuwenhuis | 2022-12-09 | 1 | -0/+49 | |
| |/ / | ||||||
| * | | Merge #1049 | bors[bot] | 2022-12-09 | 3 | -0/+383 | |
| |\ \ | ||||||
| | * | | Move the responsibility to manage buffers to the I2S stream | Christian Perez Llamas | 2022-12-08 | 3 | -17/+241 | |
| | * | | Optimization to be able to work with only 2 buffers | Christian Perez Llamas | 2022-11-29 | 1 | -11/+9 | |
| | * | | Buffer management in line with other peripherals. Constructor and config rede... | Christian Perez Llamas | 2022-11-19 | 1 | -42/+61 | |
| | * | | Fix format | Christian Perez Llamas | 2022-11-19 | 1 | -2/+1 | |
| | * | | Add missing parts and Cleanup | Christian Perez Llamas | 2022-11-19 | 1 | -47/+26 | |
