aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | RP: Add scratchN registers to watchdog. Add Clone and Debug to DateTimeHenrik Berg2023-07-122-0/+97
| * | | RP: Add RTC example to rp2040.Henrik Berg2023-07-121-0/+33
* | | | Merge pull request #1643 from bugadani/clear_timerDario Nieuwenhuis2023-07-121-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Allow clearing finished task from timer queueDániel Buga2023-07-121-0/+3
|/ / /
* | | Merge pull request #1641 from royb3/poll_udp_socketDario Nieuwenhuis2023-07-121-23/+47
|\ \ \
| * | | fmtRoy Buitenhuis2023-07-121-9/+9
| * | | Add polling fn's for send_to and recv_from in UdpSocket.Roy Buitenhuis2023-07-121-4/+23
| * | | Add poll functions on UdpSocket.Roy Buitenhuis2023-07-121-21/+26
|/ / /
* | | Merge pull request #1639 from embassy-rs/rp-gpio-set-low-fixDario Nieuwenhuis2023-07-113-6/+70
|\ \ \ | |/ / |/| |
| * | rp/gpio: fix is_set_high/is_set_low, expand tests.Dario Nieuwenhuis2023-07-113-6/+70
|/ /
| * cleanupgoueslati2023-07-137-15/+15
| * final structsgoueslati2023-07-133-5/+66
| * make it work, disgustinglygoueslati2023-07-138-41/+133
| * change MacAddress to a union instead of an enumgoueslati2023-07-127-97/+169
| * parsing MAC structsgoueslati2023-07-1212-283/+1107
| * wip: added MAC indicationsgoueslati2023-07-114-0/+221
| * wip: added MAC responsesgoueslati2023-07-115-1/+217
| * wip: added MAC commandsgoueslati2023-07-118-76/+703
| * wipgoueslati2023-07-108-5/+255
|/
* Merge pull request #1632 from xoviat/wpanDario Nieuwenhuis2023-07-098-71/+119
|\
| * rustfmtxoviat2023-07-091-3/+1
| * mac: move table initialization after sys readyxoviat2023-07-093-9/+30