aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed suggestions, added nRF51 to BLEErik Bånvik2024-03-054-57/+10
* Do not build radio for nrf5340-appErik Bånvik2024-03-051-1/+1
* Fixed nrf51 radio buildErik Bånvik2024-03-052-1/+3
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-0511-3/+95
* More formattingErik Bånvik2024-03-051-2/+2
* Some more unifying, documentationErik Bånvik2024-03-053-90/+61
* Fixed formattingErik Bånvik2024-03-031-7/+7
* Merge branch 'embassy-rs:main' into feat/radio-ieee802154Erik Bånvik2024-03-0341-537/+1988
|\
| * Merge pull request #2242 from lz1998/mainDario Nieuwenhuis2024-03-012-4/+3
| |\
| | * executor: remove portable-atomic for riscv.Zheng Li2024-03-022-4/+3
| * | Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_pushDario Nieuwenhuis2024-03-012-5/+63
| |\ \ | | |/ | |/|
| | * Writing to TX buffer also needs to fire an interrupt to kick off transmission...Corey Schuhen2024-03-022-5/+63
| * | Merge pull request #2626 from embassy-rs/mux-all-chipsDario Nieuwenhuis2024-03-0130-512/+406
| |\ \ | | |/ | |/|
| | * stm32: autogenerate mux config for all chips.Dario Nieuwenhuis2024-03-0130-512/+406
| |/
| * Merge pull request #2619 from caleb-garrett/crypDario Nieuwenhuis2024-03-017-4/+1513
| |\
| | * Remove CRYP from F429.Caleb Garrett2024-02-291-1/+1
| | * Remove CRYP from H7A3.Caleb Garrett2024-02-291-1/+1
| | * Fix H7 CRYP operation.Caleb Garrett2024-02-293-64/+103
| | * Merge branch 'embassy-rs:main' into crypCaleb Garrett2024-02-2924-246/+715
| | |\
| | * | Run gen_test.pyCaleb Garrett2024-02-251-1/+1
| | * | Merge branch 'main' into crypCaleb Garrett2024-02-2528-377/+246
| | |\ \
| | * | | rustfmtCaleb Garrett2024-02-251-3/+1
| | * | | Update metapac to address CI build issue.Caleb Garrett2024-02-251-2/+2
| | * | | Add CRYP test.Caleb Garrett2024-02-253-3/+80
| | * | | Address CI build issues.Caleb Garrett2024-02-253-12/+13
| | * | | Correct AAD ingest.Caleb Garrett2024-02-251-5/+20
| | * | | Correct tag generation.Caleb Garrett2024-02-252-7/+10
| | * | | Add CRYP example.Caleb Garrett2024-02-252-0/+70
| | * | | Support v1 and v2 cryp variants.Caleb Garrett2024-02-251-23/+133
| | * | | Add DES and TDES support. Support variable tag sizes.Caleb Garrett2024-02-251-34/+203
| | * | | Corrected additional associated data operation.Caleb Garrett2024-02-251-1/+1
| | * | | Corrected CCM partial block ops.Caleb Garrett2024-02-251-22/+24
| | * | | Corrected GCM tag generation.Caleb Garrett2024-02-251-9/+11
| | * | | CCM mode functional.Caleb Garrett2024-02-251-86/+300
| | * | | Refactored ciphers into traits.Caleb Garrett2024-02-251-220/+431
| | * | | GCM mode functional.Caleb Garrett2024-02-251-41/+193
| | * | | CTR mode functional.Caleb Garrett2024-02-251-2/+2
| | * | | CBC and ECB AES modes functional.Caleb Garrett2024-02-251-18/+21
| | * | | Support CBC, ECB, CTR modes.Caleb Garrett2024-02-251-68/+282
| | * | | Add cryp configuration.Caleb Garrett2024-02-252-0/+229
| * | | | Merge pull request #2645 from siebeclaes/stm32-can-frameDario Nieuwenhuis2024-03-011-2/+2
| |\ \ \ \
| | * | | | stm32: can: fd: Fix Frame is_extended() functionSiebe Claes2024-03-011-2/+2
| |/ / / /
| * | | | Merge pull request #2643 from ndrscodes/patch-2Ulf Lilleengen2024-03-011-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | docs: update broken reference in basic_application.adocAndreas Schmidt2024-03-011-1/+1
| |/ / /
| * | | Merge pull request #2641 from ndrscodes/patch-1Ulf Lilleengen2024-02-291-11/+2
| |\ \ \
| | * | | docs: update basic example references in basic_application.adocAndreas Schmidt2024-02-291-11/+2
| |/ / /
* | | | Export Error in BLE moduleErik Bånvik2024-03-031-0/+1
* | | | Remove Event, which was mostly used for debuggingErik Bånvik2024-02-293-338/+1
* | | | Clear all interruptsErik Bånvik2024-02-291-3/+2
* | | | Fixed missing nrf52840 in EventErik Bånvik2024-02-292-4/+27