aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | stm32/uart: fix rb uart racexoviat2025-10-291-9/+4
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #4682
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4794 from doxxx/gpio-nointri509VCB2025-10-302-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mspm0: group irq handlers must check for NO_INTR (#4785)
| * | | | | | | | | | | | | | | | | | | | | Fix rustfmt errorGordon Tyler2025-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Improve comment about IIDX values being offsetGordon Tyler2025-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: i509VCB <[email protected]>
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'embassy-rs:main' into gpio-nointrGordon Tyler2025-10-2821-139/+346
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Update changelogGordon Tyler2025-10-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | mspm0: group irq handlers must check for NO_INTR (#4785)Gordon Tyler2025-10-271-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of spurious interrupts, the interrupt group's STAT register may be set to NO_INTR, which must be checked before attempting to calculate the interrupt index from the STAT value.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #4811 from embassy-rs/fix-traceDario Nieuwenhuis2025-10-302-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executor: fix build with 'trace' on.
| * | | | | | | | | | | | | | | | | | | | | | | executor: fix build with 'trace' on.Dario Nieuwenhuis2025-10-302-1/+3
|/ / / / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | * | | | | | | | | | | | | reduce diff with misc. reversionsxoviat2025-10-302-110/+131
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | | | | | rustfmt and updatexoviat2025-10-303-8/+26
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | | | | | Merge branch 'main' into feature/stm32-i2c-v1-slave-modexoviat2025-10-30943-8802/+35467
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #4804 from embassy-rs/esp-hosted-updateDario Nieuwenhuis2025-10-309-656/+14027
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: update protos, switch to micropb.
| * | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: add changelog.Dario Nieuwenhuis2025-10-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: check in generated micropb code.Dario Nieuwenhuis2025-10-304-47/+13771
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a compile-time dependency on `protoc`. ideally micropb would have a cli tool so we could script this. see https://github.com/YuhanLiin/micropb/issues/30
| * | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: update proto definitions to latest esp-hosted-fg.Dario Nieuwenhuis2025-10-293-17/+225
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: switch from noproto to micropb.Dario Nieuwenhuis2025-10-295-697/+94
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-294-51/+89
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4806 from xoviat/frontpageUlf Lilleengen2025-10-302-9/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: use frontpage example
| * | | | | | | | | | | | | | | | | | | | | | fix editionxoviat2025-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | doc: use frontpage examplexoviat2025-10-291-8/+25
| |/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ref #4776
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4801 from embassy-rs/nrf54-fixesUlf Lilleengen2025-10-302-39/+124
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nrf54 improvements and fixes
| * | | | | | | | | | | | | | | | | | | | | fix: ppi bridge channel definitionsUlf Lilleengen2025-10-291-12/+87
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix: allow compiling without gpiote for nrf54Ulf Lilleengen2025-10-292-27/+30
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix: add missing ppi and grtc peripheralUlf Lilleengen2025-10-291-2/+9
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4803 from embassy-rs/gpiote-no-logsDario Nieuwenhuis2025-10-291-13/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nrf/gpiote: remove logs
| * | | | | | | | | | | | | | | | | | | | | | nrf/gpiote: remove logsDario Nieuwenhuis2025-10-291-13/+0
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4802 from robjwells/readme-linksUlf Lilleengen2025-10-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | readme: very minor link fixes
| * | | | | | | | | | | | | | | | | | | | | readme: very minor link fixesRob Wells2025-10-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two links in the readme pointed to files on the master branch, which has since been renamed to main. This change alters the link to point to the files on the main branch, avoiding the "branch renamed" banner on GitHub.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4800 from diondokter/sleep-in-anomaly-fixUlf Lilleengen2025-10-292-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [nRF] Add delay in uart anomaly fix
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into sleep-in-anomaly-fixUlf Lilleengen2025-10-292-18/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #4775 from diondokter/nrf-buffered-uart-fixUlf Lilleengen2025-10-292-18/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [nRF] Make empty definition consistent on BufferedUarte
| * | | | | | | | | | | | | | | | | | | | | | | Make empty definition consistentDion Dokter2025-10-292-18/+32
|/ / / / / / / / / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / / / / / / / / [nRF] Add delay in uart anomaly fixDion Dokter2025-10-292-0/+9
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4792 from usedhondacivic/cyw43-pio-clock-dividerUlf Lilleengen2025-10-292-17/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cyw43-pio: core clock speed based pio program selection
| * | | | | | | | | | | | | | | | | | | | | | Fix buildusedhondacivic2025-10-262-4/+5
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Update CHANGELOGusedhondacivic2025-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | cyw43-pio: core clock speed based pio program selectionusedhondacivic2025-10-261-17/+92
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4798 from xoviat/timer-configUlf Lilleengen2025-10-292-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer: add ability to set master mode to low level timers
| * | | | | | | | | | | | | | | | | | | | | | timer/low_level: add ability to set master modexoviat2025-10-282-1/+7
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4797 from JetroAS/fix/nrf5340-uicr-nsUlf Lilleengen2025-10-282-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nrf5340: Do not write to UICR from non-secure world
| * | | | | | | | | | | | | | | | | | | | | nrf5340: Do not write to UICR from non-secure worldDmitry Tarnyagin2025-10-282-1/+2
|/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref nRF5340 PS v1.6: > UICR is only accessible by secure code. Any write from non-secure code will be faulted.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4793 from embassy-rs/nrf54-new-pacUlf Lilleengen2025-10-2849-726/+2831
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat: improve nrf54 support using new nrf-pac
| * | | | | | | | | | | | | | | | | | | | chore: simplify spim example to be testable on devkitUlf Lilleengen2025-10-281-56/+14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix: convert to expected valueUlf Lilleengen2025-10-281-2/+10
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix: use current freq at spim instance creation time for serial0Ulf Lilleengen2025-10-281-1/+14
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | fix: only set detectmode in secure modeUlf Lilleengen2025-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | chore: make it clear which gpiotec for a channelUlf Lilleengen2025-10-283-29/+29
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-2849-726/+2852
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]>
* | | | | | | | | | | | | | | | | | | | | Merge pull request #4796 from xoviat/timer-valsUlf Lilleengen2025-10-282-10/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer: add output compare values