aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | wpan: fix comp errors and impl. some of runnerxoviat2023-07-174-17/+255
| | | | * | wpan: refactor control, driverxoviat2023-07-176-1158/+106
| | | | * | Merge branch 'master' into macxoviat2023-07-1713-685/+539
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #1662 from xoviat/mac-2xoviat2023-07-1711-684/+348
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wpan: make dataind fields privatexoviat2023-07-161-2/+2
| * | | | | wpan: fix datarequestxoviat2023-07-162-2/+2
| * | | | | wpan: add slice data viewxoviat2023-07-163-51/+52
| * | | | | wpan: add repr(c) to mac responsesxoviat2023-07-162-1/+25
| * | | | | wpan/mac: use lifetimes to control eventsxoviat2023-07-167-605/+240
| * | | | | wpan: use builtin conversion methodsxoviat2023-07-165-25/+15
| * | | | | wpan/mac: use slice view to avoid copyxoviat2023-07-166-63/+77
|/ / / / /
* | | | | Merge pull request #1659 from maximedeboeck/hid-testsDario Nieuwenhuis2023-07-162-0/+189
|\ \ \ \ \
| * | | | | Added usb-hid keyboard example for rp pico.maximedeboeck2023-07-162-0/+189
|/ / / / /
| | | * | wpan/mac: further cleanupxoviat2023-07-164-161/+257
| | | * | wpan: add files from cyw43xoviat2023-07-155-1/+1139
| | | * | wpan: prepare net impl.xoviat2023-07-156-3/+22
| |_|/ / |/| | |
* | | | Merge pull request #1653 from xoviat/ethDario Nieuwenhuis2023-07-159-34/+194
|\ \ \ \
| * | | | stm32/eth: add set_poll_intervalxoviat2023-07-156-7/+13
| * | | | stm32/eth: impl. poll intervalxoviat2023-07-156-6/+29
| * | | | stm32/eth: convert static methoxoviat2023-07-151-2/+2
| * | | | stm32/eth: add f4 examplexoviat2023-07-151-0/+111
| * | | | stm32/eth: refactor genericsmixoviat2023-07-154-27/+47
* | | | | Merge pull request #1656 from xoviat/mac-4xoviat2023-07-1515-23/+25
|\ \ \ \ \
| * | | | | wpan: factor mac logic into other modxoviat2023-07-1515-23/+25
* | | | | | Merge pull request #1655 from xoviat/mac-3xoviat2023-07-1525-25/+2504
|\| | | | |
| * | | | | rustfmtxoviat2023-07-153-3/+3
| * | | | | stm32/tests: fix cargoxoviat2023-07-151-0/+1
| * | | | | wpan: add mac testxoviat2023-07-154-8/+124
| * | | | | revert toolchain changesxoviat2023-07-151-3/+3
| * | | | | Merge branch 'master' into mac-3xoviat2023-07-1565-93/+923
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1652 from OueslatiGhaith/wpan_hciDario Nieuwenhuis2023-07-154-8/+403
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix ci issueGhaith Oueslati2023-07-151-2/+2
| * | | | | fix testGhaithOueslati2023-07-151-3/+0
| * | | | | stm32wb: add gatt server exampleGhaithOueslati2023-07-152-0/+401
| * | | | | wpan: update `stm32wb-hci` to version 0.1.3GhaithOueslati2023-07-152-6/+3
|/ / / / /
* | | | | Enable RTC on STM32WL chips (#1645)Phil Markgraf2023-07-155-4/+108
* | | | | Merge pull request #1649 from simmsb/masterDario Nieuwenhuis2023-07-141-1/+2
|\ \ \ \ \
| * | | | | Check intrstatus before signalling suspendedBen Simms2023-07-131-1/+2
* | | | | | Merge pull request #1650 from henrikberg/rp_examples_docDario Nieuwenhuis2023-07-1433-5/+125
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Round temp to make more sense.Henrik Berg2023-07-131-1/+4
| * | | | | Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-1333-5/+122
|/ / / / /
* | | | | Merge pull request #1644 from embassy-rs/remove-atompolyDario Nieuwenhuis2023-07-1212-19/+12
|\ \ \ \ \
| * | | | | Remove trivial to remove uses of atomic-polyfill.Dario Nieuwenhuis2023-07-1212-19/+12
|/ / / / /
* | | | | Merge pull request #1637 from ShakenCodes/mainDario Nieuwenhuis2023-07-121-16/+36
|\ \ \ \ \
| * | | | | Ensure I2C master_stop() called after errorshakencodes2023-07-101-16/+36
* | | | | | Merge pull request #1642 from henrikberg/rtc_rp_hbDario Nieuwenhuis2023-07-125-11/+118
|\ \ \ \ \ \
| * | | | | | RP: Watchdog scratch set/get with index: usize.Henrik Berg2023-07-121-91/+27
| * | | | | | RP: Don't reset RTC in Clock::init. Updated example.Henrik Berg2023-07-122-17/+11
| * | | | | | RP: Add save/restore to Rtc. Example use.Henrik Berg2023-07-122-21/+64
| * | | | | | RP: Rename Rtc to match STM32 impl. Remove setting RTC in new().Henrik Berg2023-07-122-15/+19