| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update examples | Grant Miller | 2024-09-06 | 6 | -38/+37 |
| | | |||||
| * | Enable critical-section/std on wasm | Samuel Maier | 2024-09-05 | 1 | -1/+0 |
| | | | | | | Without that feature one will find import errors on opening the webpage, that are hard to debug. The feature was indirectly enabled in the wasm example, however the reason wasn't documented and thus it was easy to miss. | ||||
| * | nrf52840: fix naming of LED states in examples (#3304) | Adrian Friedli | 2024-09-02 | 2 | -4/+4 |
| | | | | The LEDs on the nrf52840 DK are active low. | ||||
| * | rp: add example code to flash bluetooth fw (#3290) | Pedro Ferreira | 2024-08-26 | 1 | -0/+2 |
| | | |||||
| * | chore: Remove unused keyboard code from rp mouse example | James Bowes | 2024-08-26 | 1 | -7/+0 |
| | | | | | | | The usb mouse example included code copied from the keyboard example to set up a button, which is not used in the mouse example. Remove it, to make the example clearer. | ||||
| * | Use released bt-hci crate | Ulf Lilleengen | 2024-08-21 | 2 | -2/+0 |
| | | |||||
| * | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 43 | -172/+172 |
| | | |||||
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 2 | -6/+6 |
| | | | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses. | ||||
| * | Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasks | Dario Nieuwenhuis | 2024-08-13 | 1 | -0/+318 |
| |\ | | | | | | | add example to rp: orchestrate multiple tasks | ||||
| | * | review comments | rafael | 2024-07-28 | 1 | -7/+59 |
| | | | |||||
| | * | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -1/+1 |
| | | | |||||
| | * | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -2/+1 |
| | | | |||||
| | * | add example to rp: orchestrate multiple tasks | rafael | 2024-07-27 | 1 | -0/+267 |
| | | | |||||
| * | | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 51 | -4/+4893 |
| |\ \ | | | | | | | | | | Initial rp235x support | ||||
| | * | | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 2 | -2/+2 |
| | | | | |||||
| | * | | Switch to single pac | Caleb Jamison | 2024-08-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | cargo fmt | Caleb Jamison | 2024-08-08 | 43 | -84/+44 |
| | | | | |||||
| | * | | Initial rp235x support | Caleb Jamison | 2024-08-08 | 49 | -2/+4931 |
| | | | | | | | | | | | | | Examples have been run, but there is not yet a test suite. | ||||
| * | | | cyw43: make sure to yield if doing busy-polling for interrupts. | Dario Nieuwenhuis | 2024-08-09 | 1 | -0/+3 |
| |/ / | |||||
| * | | Merge pull request #3232 from embassy-rs/misc-fixes-44 | Dario Nieuwenhuis | 2024-08-07 | 26 | -126/+41 |
| |\ \ | | | | | | | | | | Misc fixes. | ||||
| | * | | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 26 | -126/+41 |
| | | | | |||||
| * | | | Rename package for embassy-stm32h755cm7-example | Niels Becker | 2024-08-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Rename package for embassy-stm32h755cm4-example | Niels Becker | 2024-08-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 7 | -14/+175 |
| |/ / | | | | | | | Co-Authored-By: Brandon Ros <[email protected]> | ||||
| * | | Merge pull request #3158 from diondokter/stm-dualcore | Ulf Lilleengen | 2024-08-05 | 21 | -13/+440 |
| |\ \ | | | | | | | | | | Stm dualcore better init | ||||
| | * | | Add H7 dual core to common and run fmt | Dion Dokter | 2024-08-05 | 4 | -10/+8 |
| | | | | |||||
| | * | | Fix tests | Dion Dokter | 2024-08-05 | 1 | -1/+4 |
| | | | | |||||
| | * | | Updated WL examples to use new API | Dion Dokter | 2024-08-05 | 9 | -16/+69 |
| | | | | |||||
| | * | | Update new examples to new releases | Dion Dokter | 2024-08-05 | 2 | -6/+6 |
| | | | | |||||
| | * | | Fix WL boot example | Dion Dokter | 2024-08-05 | 3 | -3/+24 |
| | | | | |||||
| | * | | Merge branch 'master' into stm-dualcore | Dion Dokter | 2024-08-05 | 68 | -144/+2595 |
| | |\ \ | |||||
| | * | | | Improve shared data placement, require less atomic support and use ↵ | Dion Dokter | 2024-08-05 | 4 | -2/+4 |
| | | | | | | | | | | | | | | | | | unsafecell for the clocks | ||||
| | * | | | fmt | Dion Dokter | 2024-07-09 | 2 | -8/+4 |
| | | | | | |||||
| | * | | | Make clocks repr C. | Dion Dokter | 2024-07-08 | 5 | -9/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/ | ||||
| | * | | | Add H755 examples | Dion Dokter | 2024-07-08 | 10 | -0/+338 |
| | | | | | |||||
| * | | | | Update rp examples to cyw43 0.2 and cyw43-pio 0.2 | 9names | 2024-08-05 | 1 | -2/+2 |
| | |/ / |/| | | |||||
| * | | | Prepare to release embassy-boot-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Prepare to release embassy-rp | Ulf Lilleengen | 2024-08-05 | 2 | -2/+2 |
| | | | | |||||
| * | | | Prepare to release embassy-boot-nrf | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Prepare to release embassy-boot | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 45 | -45/+45 |
| | | | | |||||
| * | | | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 20 | -20/+20 |
| | | | | |||||
| * | | | Prepare for embassy-nrf release | Ulf Lilleengen | 2024-08-05 | 10 | -10/+10 |
| | | | | |||||
| * | | | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 46 | -46/+46 |
| | | | | |||||
| * | | | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 15 | -15/+15 |
| | | | | |||||
| * | | | Fix bootloader-rp's bootloader memory region overflow | Rob Pilling | 2024-07-31 | 1 | -1/+1 |
| | |/ |/| | | | | | | | | | | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8 | ||||
| * | | Merge pull request #3159 from kalkyl/shared-bus | James Munns | 2024-07-18 | 1 | -0/+115 |
| |\ \ | | | | | | | | | | Add example for shared I2C and SPI buses | ||||
| | * | | Add link to example in book | kalkyl | 2024-07-08 | 1 | -2/+2 |
| | | | | |||||
| | * | | Add example for shared I2C and SPI buses | kalkyl | 2024-07-08 | 1 | -0/+115 |
| | | | | |||||
| * | | | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-ref | Dario Nieuwenhuis | 2024-07-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | (embassy-rp): Add split_ref fn to uart, allowing a mutable reference split into RX & TX handles | ||||
