aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4992 from felipebalbi/mcxa/crcFelipe Balbi2025-12-082-0/+155
|\
| * review commentsFelipe Balbi2025-12-082-20/+84
| * mcxa: crc: check all word typesFelipe Balbi2025-12-051-11/+63
| * mcxa/crc: document the use of align_toFelipe Balbi2025-12-051-5/+5
| * CRCFelipe Balbi2025-12-051-0/+39
* | Merge pull request #4995 from HaoboGu/feat/nrf54lm20Ulf Lilleengen2025-12-089-0/+244
|\ \
| * | chore: remove jlink script in nRF54LM20A example, use probe-rs insteadHaobo Gu2025-12-082-18/+2
| * | feat: add nRF54LM20A supportHaobo Gu2025-12-0810-0/+260
* | | Merge pull request #5005 from embassy-rs/nrf54-bootloaderUlf Lilleengen2025-12-086-11/+41
|\ \ \ | |/ / |/| |
| * | chore: use feature guards for nrf54 in examplesUlf Lilleengen2025-12-083-13/+28
| * | feat: add support for nrf54 to embassy-boot examplesUlf Lilleengen2025-12-086-7/+22
* | | adc: type-erase regs instancexoviat2025-12-061-1/+1
* | | wpan: add libraries for wbaxoviat2025-12-062-2/+60
| |/ |/|
* | Remove some misc bitsJames Munns2025-12-041-1555/+0
* | Tweak how target setting is handledJames Munns2025-12-041-0/+5
* | rustfmtJames Munns2025-12-045-6/+6
* | publish false on mcxa examplesJames Munns2025-12-041-1/+1
* | Add repository fieldsJames Munns2025-12-041-0/+1
* | Bump mcxa-pac to lower MSRV to 1.90James Munns2025-12-041-1/+1
* | Import embassy-mcxa repoJames Munns2025-12-0420-0/+2335
|\ \ | |/ |/|
| * Move examples to top level example folderJames Munns2025-12-0420-0/+2335
| * Move to subfolderJames Munns2025-12-0420-2335/+0
| * Rtc support v2 (#91)MathisDerooNXP2025-12-041-33/+6
| * I2c Async (#50)Felipe Balbi2025-12-031-0/+39
| * Refactor LPUART driver constructors (#51)JanKomarekNXP2025-12-013-10/+8
| * Remove Drive/Slew settings for Input pin (#57)James Munns2025-11-293-6/+9
| * Fix LPI2C2 example (#56)James Munns2025-11-281-1/+8
| * Add GPIO interrupt support and embedded-hal-async trait implementation (#38)MathisDerooNXP2025-11-263-1/+443
| * I2c Controller Blocking Driver (#27)Felipe Balbi2025-11-254-8/+590
| * Wire up Lpuart pins (#43)James Munns2025-11-258-117/+28
| * Remove the pac singleton function (#42)James Munns2025-11-247-17/+10
| * Update to patched PAC with corrected Div4 (#41)James Munns2025-11-241-1/+1
| * Introduce clkout peripheral (#36)James Munns2025-11-242-1/+70
| * Update to latest PAC (#39)Felipe Balbi2025-11-211-1/+1
| * Gpio support v2 (#26)MathisDerooNXP2025-11-212-4/+25
| * OSTimer updates (#24)Felipe Balbi2025-11-197-745/+3
| * Correct gpio driver (#9)Felipe Balbi2025-11-1813-116/+78
| * Merge remote-tracking branch 'odp/main' into james/impl-clocksFelipe Balbi2025-11-175-4/+11
| |\
| | * Allow writing binary to flash (#20)Felipe Balbi2025-11-174-3/+11
| | * Let HAL build in isolation (#21)Felipe Balbi2025-11-171-1/+0
| * | Correct clk/rst field logicJames Munns2025-11-172-3/+3
| * | Restore examplesJames Munns2025-11-171-4/+4
| * | Remove redundant importJames Munns2025-11-141-1/+1
| * | A little follow-up cleanupJames Munns2025-11-1412-32/+34
| * | Merge remote-tracking branch 'origin/main' into james/impl-clocksJames Munns2025-11-1418-107/+767
| |\|
| | * Move examples to a package of their own (#16)Felipe Balbi2025-11-1320-114/+826
| * | Continue working on examplesJames Munns2025-11-1412-171/+200
| * | More work on examplesJames Munns2025-11-147-94/+84
| |/
| * Remove example feats, get examples buildingJames Munns2025-11-125-15/+15
| * cargo +nightly fmtFelipe Balbi2025-11-0710-64/+27