aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp
Commit message (Collapse)AuthorAgeFilesLines
* nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-1617-840/+546
|
* nxp/lpc55: pwm simpleRoi Bachynskyi2025-10-237-4/+351
|
* nxp/lpc55: move usart ALT pin definitions to impl_xx_pin macrosi509VCB2025-10-182-52/+88
|
* nxp/lpc55: eliminate match_ioconi509VCB2025-10-133-65/+40
| | | | It is easier to have SealedPin provide a way to get to the Pio icon registers
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-067-15/+15
|
* Edition 2024.Dario Nieuwenhuis2025-10-062-2/+3
|
* lpc55: dma and async usartRoi Bachynskyi2025-09-257-20/+776
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-221-0/+1
|
* lpc55: added lpc55-core0 featureRoi Bachynskyi2025-09-124-10/+10
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* lpc55: update Cargo.toml and CHANGELOGRoi Bachynskyi2025-09-122-6/+5
| | | | Co-authored-by: Irina Chiorean <[email protected]>
* lpc55: rtc driver rewrittenIrina Chiorean2025-09-121-35/+41
|
* lpc55: blocking usart rewrittenRoi Bachynskyi2025-09-122-553/+332
|
* lpc55: pint rewrittenRoi Bachynskyi2025-09-121-64/+33
|
* lpc55: gpio rewrittenRoi Bachynskyi2025-09-123-324/+44
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* fix: skip publish on a few moreUlf Lilleengen2025-08-251-0/+2
|
* fix: add more missing changelogsUlf Lilleengen2025-08-251-0/+11
|
* Read crate configs from metadata.Dario Nieuwenhuis2025-08-251-0/+7
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* feat: lpc55 blocking usart addedRoi Bachynskyi2025-08-125-1/+922
|
* feat: add RTC time driverIrina Chiorean2025-08-043-0/+176
|
* fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
|
* Merge pull request #4444 from i509VCB/nxp-docsDario Nieuwenhuis2025-07-231-0/+10
|\ | | | | | | nxp: make docs generate
| * nxp: make docs generatei509VCB2025-07-221-0/+10
| |
* | nxp: Add mimxrt1062 supporti509VCB2025-07-225-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 driveri509VCB2025-07-228-9/+1541
| | | | | | | | PIT is used for the time driver
* | feat: fmt.rs was addedRoi Bachynskyi2025-07-215-1/+289
| |
* | Revert "feat: added log-to-defmt feature"Roi Bachynskyi2025-07-212-7/+2
| | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
* | feat: added log-to-defmt featureRoy2025-07-182-2/+7
|/ | | | Signed-off-by: Roy <[email protected]>
* chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
|
* nxp: feature gate lpc55 gpio and pint to lpc55i509VCB2025-07-086-429/+451
|
* nxp: add feature for lpc55i509VCB2025-07-081-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.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* `embassy-nxp`: make `defmt` optionalRalph Ursprung2025-05-151-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 Nieuwenhuis2025-03-273-31/+24
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Fix search-and-replacabilityDániel Buga2025-01-051-1/+1
|
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-7/+9
|
* Bump sync version (#3562)Dániel Buga2024-11-221-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 driverGeorge Cosma2024-10-075-0/+1236