| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 2 | -1/+10 |
| | | |||||
| * | nxp: generate all chip peripherals and impls from metadata | i509VCB | 2025-11-16 | 17 | -840/+546 |
| | | |||||
| * | nxp/lpc55: pwm simple | Roi Bachynskyi | 2025-10-23 | 7 | -4/+351 |
| | | |||||
| * | nxp/lpc55: move usart ALT pin definitions to impl_xx_pin macros | i509VCB | 2025-10-18 | 2 | -52/+88 |
| | | |||||
| * | nxp/lpc55: eliminate match_iocon | i509VCB | 2025-10-13 | 3 | -65/+40 |
| | | | | | It is easier to have SealedPin provide a way to get to the Pio icon registers | ||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -15/+15 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+3 |
| | | |||||
| * | lpc55: dma and async usart | Roi Bachynskyi | 2025-09-25 | 7 | -20/+776 |
| | | |||||
| * | Update manifests to satisfy new checks. | Dario Nieuwenhuis | 2025-09-22 | 1 | -0/+1 |
| | | |||||
| * | lpc55: added lpc55-core0 feature | Roi Bachynskyi | 2025-09-12 | 4 | -10/+10 |
| | | | | | Co-authored-by: Irina Chiorean <[email protected]> | ||||
| * | lpc55: update Cargo.toml and CHANGELOG | Roi Bachynskyi | 2025-09-12 | 2 | -6/+5 |
| | | | | | Co-authored-by: Irina Chiorean <[email protected]> | ||||
| * | lpc55: rtc driver rewritten | Irina Chiorean | 2025-09-12 | 1 | -35/+41 |
| | | |||||
| * | lpc55: blocking usart rewritten | Roi Bachynskyi | 2025-09-12 | 2 | -553/+332 |
| | | |||||
| * | lpc55: pint rewritten | Roi Bachynskyi | 2025-09-12 | 1 | -64/+33 |
| | | |||||
| * | lpc55: gpio rewritten | Roi Bachynskyi | 2025-09-12 | 3 | -324/+44 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -4/+4 |
| | | |||||
| * | fix: skip publish on a few more | Ulf Lilleengen | 2025-08-25 | 1 | -0/+2 |
| | | |||||
| * | fix: add more missing changelogs | Ulf Lilleengen | 2025-08-25 | 1 | -0/+11 |
| | | |||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+7 |
| | | |||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | feat: lpc55 blocking usart added | Roi Bachynskyi | 2025-08-12 | 5 | -1/+922 |
| | | |||||
| * | feat: add RTC time driver | Irina Chiorean | 2025-08-04 | 3 | -0/+176 |
| | | |||||
| * | fix: do full minor version bump for time queue utils | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4444 from i509VCB/nxp-docs | Dario Nieuwenhuis | 2025-07-23 | 1 | -0/+10 |
| |\ | | | | | | | nxp: make docs generate | ||||
| | * | nxp: make docs generate | i509VCB | 2025-07-22 | 1 | -0/+10 |
| | | | |||||
| * | | nxp: Add mimxrt1062 support | i509VCB | 2025-07-22 | 5 | -12/+348 |
| | | | | | | | | | The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB. | ||||
| * | | nxp: Add MIMXRT1011 GPIO and time driver | i509VCB | 2025-07-22 | 8 | -9/+1541 |
| | | | | | | | | | PIT is used for the time driver | ||||
| * | | feat: fmt.rs was added | Roi Bachynskyi | 2025-07-21 | 5 | -1/+289 |
| | | | |||||
| * | | Revert "feat: added log-to-defmt feature" | Roi Bachynskyi | 2025-07-21 | 2 | -7/+2 |
| | | | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a. | ||||
| * | | feat: added log-to-defmt feature | Roy | 2025-07-18 | 2 | -2/+7 |
| |/ | | | | Signed-off-by: Roy <[email protected]> | ||||
| * | chore: update to `embassy-hal-internal` v0.3.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | |||||
| * | nxp: feature gate lpc55 gpio and pint to lpc55 | i509VCB | 2025-07-08 | 6 | -429/+451 |
| | | |||||
| * | nxp: add feature for lpc55 | i509VCB | 2025-07-08 | 1 | -2/+8 |
| | | | | | | | this is needed since I will be working on adding support for the MCX families to embassy-nxp Co-authored-by: IriniaCh524 <[email protected]> | ||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | `embassy-nxp`: make `defmt` optional | Ralph Ursprung | 2025-05-15 | 1 | -2/+5 |
| | | | | | | | | | | | | | also enable it on all dependencies (where available). this is needed because in a next commit we'll add code to `embassy-hal-internal` which uses the feature in a macro, as it expects `defmt` to be optional in all embassy HALs. this was the only HAL where that wasn't the case. note that this is a breaking change for consumers! if you wish to use `defmt` in `embassy-nxp` you now need to enable the feature. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 3 | -31/+24 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Fix search-and-replacability | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -7/+9 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | feat: embassy-lpc55 hal with gpio and pint driver | George Cosma | 2024-10-07 | 5 | -0/+1236 |
