| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed suggestions, added nRF51 to BLE | Erik Bånvik | 2024-03-05 | 4 | -57/+10 |
| * | Do not build radio for nrf5340-app | Erik Bånvik | 2024-03-05 | 1 | -1/+1 |
| * | Fixed nrf51 radio build | Erik Bånvik | 2024-03-05 | 2 | -1/+3 |
| * | Support nearly all nRF5 RADIOs | Erik Bånvik | 2024-03-05 | 11 | -3/+95 |
| * | More formatting | Erik Bånvik | 2024-03-05 | 1 | -2/+2 |
| * | Some more unifying, documentation | Erik Bånvik | 2024-03-05 | 3 | -90/+61 |
| * | Fixed formatting | Erik Bånvik | 2024-03-03 | 1 | -7/+7 |
| * | Merge branch 'embassy-rs:main' into feat/radio-ieee802154 | Erik Bånvik | 2024-03-03 | 41 | -537/+1988 |
| |\ | |||||
| | * | Merge pull request #2242 from lz1998/main | Dario Nieuwenhuis | 2024-03-01 | 2 | -4/+3 |
| | |\ | |||||
| | | * | executor: remove portable-atomic for riscv. | Zheng Li | 2024-03-02 | 2 | -4/+3 |
| | * | | Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push | Dario Nieuwenhuis | 2024-03-01 | 2 | -5/+63 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Writing to TX buffer also needs to fire an interrupt to kick off transmission... | Corey Schuhen | 2024-03-02 | 2 | -5/+63 |
| | * | | Merge pull request #2626 from embassy-rs/mux-all-chips | Dario Nieuwenhuis | 2024-03-01 | 30 | -512/+406 |
| | |\ \ | | |/ | |/| | |||||
| | | * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 30 | -512/+406 |
| | |/ | |||||
| | * | Merge pull request #2619 from caleb-garrett/cryp | Dario Nieuwenhuis | 2024-03-01 | 7 | -4/+1513 |
| | |\ | |||||
| | | * | Remove CRYP from F429. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 |
| | | * | Remove CRYP from H7A3. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 |
| | | * | Fix H7 CRYP operation. | Caleb Garrett | 2024-02-29 | 3 | -64/+103 |
| | | * | Merge branch 'embassy-rs:main' into cryp | Caleb Garrett | 2024-02-29 | 24 | -246/+715 |
| | | |\ | |||||
| | | * | | Run gen_test.py | Caleb Garrett | 2024-02-25 | 1 | -1/+1 |
| | | * | | Merge branch 'main' into cryp | Caleb Garrett | 2024-02-25 | 28 | -377/+246 |
| | | |\ \ | |||||
| | | * | | | rustfmt | Caleb Garrett | 2024-02-25 | 1 | -3/+1 |
| | | * | | | Update metapac to address CI build issue. | Caleb Garrett | 2024-02-25 | 1 | -2/+2 |
| | | * | | | Add CRYP test. | Caleb Garrett | 2024-02-25 | 3 | -3/+80 |
| | | * | | | Address CI build issues. | Caleb Garrett | 2024-02-25 | 3 | -12/+13 |
| | | * | | | Correct AAD ingest. | Caleb Garrett | 2024-02-25 | 1 | -5/+20 |
| | | * | | | Correct tag generation. | Caleb Garrett | 2024-02-25 | 2 | -7/+10 |
| | | * | | | Add CRYP example. | Caleb Garrett | 2024-02-25 | 2 | -0/+70 |
| | | * | | | Support v1 and v2 cryp variants. | Caleb Garrett | 2024-02-25 | 1 | -23/+133 |
| | | * | | | Add DES and TDES support. Support variable tag sizes. | Caleb Garrett | 2024-02-25 | 1 | -34/+203 |
| | | * | | | Corrected additional associated data operation. | Caleb Garrett | 2024-02-25 | 1 | -1/+1 |
| | | * | | | Corrected CCM partial block ops. | Caleb Garrett | 2024-02-25 | 1 | -22/+24 |
| | | * | | | Corrected GCM tag generation. | Caleb Garrett | 2024-02-25 | 1 | -9/+11 |
| | | * | | | CCM mode functional. | Caleb Garrett | 2024-02-25 | 1 | -86/+300 |
| | | * | | | Refactored ciphers into traits. | Caleb Garrett | 2024-02-25 | 1 | -220/+431 |
| | | * | | | GCM mode functional. | Caleb Garrett | 2024-02-25 | 1 | -41/+193 |
| | | * | | | CTR mode functional. | Caleb Garrett | 2024-02-25 | 1 | -2/+2 |
| | | * | | | CBC and ECB AES modes functional. | Caleb Garrett | 2024-02-25 | 1 | -18/+21 |
| | | * | | | Support CBC, ECB, CTR modes. | Caleb Garrett | 2024-02-25 | 1 | -68/+282 |
| | | * | | | Add cryp configuration. | Caleb Garrett | 2024-02-25 | 2 | -0/+229 |
| | * | | | | Merge pull request #2645 from siebeclaes/stm32-can-frame | Dario Nieuwenhuis | 2024-03-01 | 1 | -2/+2 |
| | |\ \ \ \ | |||||
| | | * | | | | stm32: can: fd: Fix Frame is_extended() function | Siebe Claes | 2024-03-01 | 1 | -2/+2 |
| | |/ / / / | |||||
| | * | | | | Merge pull request #2643 from ndrscodes/patch-2 | Ulf Lilleengen | 2024-03-01 | 1 | -1/+1 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | | * | | | docs: update broken reference in basic_application.adoc | Andreas Schmidt | 2024-03-01 | 1 | -1/+1 |
| | |/ / / | |||||
| | * | | | Merge pull request #2641 from ndrscodes/patch-1 | Ulf Lilleengen | 2024-02-29 | 1 | -11/+2 |
| | |\ \ \ | |||||
| | | * | | | docs: update basic example references in basic_application.adoc | Andreas Schmidt | 2024-02-29 | 1 | -11/+2 |
| | |/ / / | |||||
| * | | | | Export Error in BLE module | Erik Bånvik | 2024-03-03 | 1 | -0/+1 |
| * | | | | Remove Event, which was mostly used for debugging | Erik Bånvik | 2024-02-29 | 3 | -338/+1 |
| * | | | | Clear all interrupts | Erik Bånvik | 2024-02-29 | 1 | -3/+2 |
| * | | | | Fixed missing nrf52840 in Event | Erik Bånvik | 2024-02-29 | 2 | -4/+27 |
