aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-nrf91/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-1/+1
|
* nrf: update pac with nRF54 CLOCK_POWER irq number fix.Dario Nieuwenhuis2025-12-161-1/+1
|
* chore: prepare nrf hals for releaseUlf Lilleengen2025-12-151-3/+3
|
* chore: update nrf-pacUlf Lilleengen2025-12-021-1/+1
|
* fix: patch back clock power irqUlf Lilleengen2025-11-271-1/+1
|
* fix: update pac version for nrf91-netUlf Lilleengen2025-11-261-1/+1
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-1/+1
| | | | | | | | | | | | | * 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]>
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* fix: remove unpublishedUlf Lilleengen2025-08-251-0/+1
|
* Add build command.Dario Nieuwenhuis2025-08-251-0/+5
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-2/+2
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: Release embassy-net-driver-channel version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* docs: add missing feature for doc genUlf Lilleengen2025-07-141-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-6/+6
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Fixes for new PACs.Dario Nieuwenhuis2025-01-061-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+1
|
* 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
* nrf: add nrf54l base: gpio and time driver.Dario Nieuwenhuis2024-11-171-1/+1
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-1/+2
|
* Use at-commands crate and support DNSUlf Lilleengen2024-09-041-0/+1
| | | | | | | | * Use at-commands for building and parsing AT commands which has better error handling. * Retrieve DNS servers * Retrieve gateway * Update example to configure embassy-net with retrieved parameters.
* update driver channel dependencyUlf Lilleengen2024-08-211-1/+1
|
* Add embassy-net-nrf91.Dario Nieuwenhuis2024-08-211-0/+37