| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 17 | -19/+36 |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into mac | xoviat | 2023-07-21 | 3 | -13/+117 |
| |\ | |||||
| | * | cargo fmt | Quentin Smith | 2023-07-18 | 2 | -35/+38 |
| | * | Remove merge error | Quentin Smith | 2023-07-18 | 1 | -37/+0 |
| | * | Merge remote-tracking branch 'origin/main' into nrf-pdm | Quentin Smith | 2023-07-17 | 330 | -1953/+12366 |
| | |\ | |||||
| | * \ | Merge remote-tracking branch 'origin/master' into nrf-pdm | Quentin Smith | 2022-08-23 | 62 | -151/+316 |
| | |\ \ | |||||
| | * | | | Optimize pdm_continuous example | Quentin Smith | 2022-08-21 | 1 | -2/+3 |
| | * | | | Demonstrate FFT in example | Quentin Smith | 2022-08-21 | 2 | -1/+24 |
| | * | | | PDM clock frequency control | Quentin Smith | 2022-08-21 | 1 | -5/+8 |
| | * | | | Discard the first N samples due to transients | Quentin Smith | 2022-08-21 | 1 | -3/+5 |
| | * | | | Add continuous PDM sampling with example | Quentin Smith | 2022-08-20 | 2 | -1/+52 |
| | * | | | Set gain at runtime | Quentin Smith | 2022-08-20 | 2 | -10/+20 |
| | * | | | Initial PDM driver | Quentin Smith | 2022-08-20 | 2 | -0/+35 |
| * | | | | wpan: further optimize mac event | xoviat | 2023-07-20 | 3 | -73/+25 |
| * | | | | rustfmt | xoviat | 2023-07-19 | 1 | -2/+5 |
| * | | | | - optimize event to parse opcode only once | xoviat | 2023-07-19 | 3 | -47/+49 |
| * | | | | wpan: implement initial event loop | xoviat | 2023-07-18 | 2 | -2/+14 |
| * | | | | wpan: fully implement initial draft concept | xoviat | 2023-07-18 | 1 | -1/+1 |
| * | | | | wpan: fix comp errors and impl. some of runner | xoviat | 2023-07-17 | 1 | -0/+180 |
| * | | | | Merge branch 'master' into mac | xoviat | 2023-07-17 | 4 | -60/+288 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | wpan: add slice data view | xoviat | 2023-07-16 | 1 | -8/+14 |
| | * | | | wpan/mac: use lifetimes to control events | xoviat | 2023-07-16 | 2 | -37/+64 |
| | * | | | wpan/mac: use slice view to avoid copy | xoviat | 2023-07-16 | 2 | -17/+23 |
| | * | | | Added usb-hid keyboard example for rp pico. | maximedeboeck | 2023-07-16 | 2 | -0/+189 |
| * | | | | wpan: prepare net impl. | xoviat | 2023-07-15 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | Merge pull request #1653 from xoviat/eth | Dario Nieuwenhuis | 2023-07-15 | 5 | -4/+115 |
| |\ \ \ | |||||
| | * | | | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 5 | -5/+5 |
| | * | | | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 5 | -5/+5 |
| | * | | | stm32/eth: add f4 example | xoviat | 2023-07-15 | 1 | -0/+111 |
| * | | | | wpan: factor mac logic into other mod | xoviat | 2023-07-15 | 2 | -6/+6 |
| * | | | | rustfmt | xoviat | 2023-07-15 | 3 | -3/+3 |
| * | | | | Merge branch 'master' into mac-3 | xoviat | 2023-07-15 | 38 | -10/+616 |
| |\ \ \ \ | |||||
| | * | | | | stm32wb: add gatt server example | GhaithOueslati | 2023-07-15 | 2 | -0/+401 |
| | * | | | | wpan: update `stm32wb-hci` to version 0.1.3 | GhaithOueslati | 2023-07-15 | 1 | -4/+1 |
| | |/ / / | |||||
| | * | | | Enable RTC on STM32WL chips (#1645) | Phil Markgraf | 2023-07-15 | 3 | -3/+47 |
| | * | | | Round temp to make more sense. | Henrik Berg | 2023-07-13 | 1 | -1/+4 |
| | * | | | Add descriptions to all RP2040 examples. Some need hardware that was not spec... | Henrik Berg | 2023-07-13 | 33 | -5/+122 |
| | * | | | RP: Don't reset RTC in Clock::init. Updated example. | Henrik Berg | 2023-07-12 | 1 | -17/+9 |
| | * | | | RP: Add save/restore to Rtc. Example use. | Henrik Berg | 2023-07-12 | 1 | -21/+34 |
| | * | | | RP: Rename Rtc to match STM32 impl. Remove setting RTC in new(). | Henrik Berg | 2023-07-12 | 1 | -4/+10 |
| | * | | | RP: Add RTC example to rp2040. | Henrik Berg | 2023-07-12 | 1 | -0/+33 |
| * | | | | cleanup | goueslati | 2023-07-13 | 3 | -6/+10 |
| * | | | | make it work, disgustingly | goueslati | 2023-07-13 | 2 | -8/+60 |
| * | | | | change MacAddress to a union instead of an enum | goueslati | 2023-07-12 | 2 | -45/+67 |
| * | | | | parsing MAC structs | goueslati | 2023-07-12 | 2 | -65/+50 |
| * | | | | wip: added MAC commands | goueslati | 2023-07-11 | 3 | -34/+207 |
| * | | | | wip | goueslati | 2023-07-10 | 3 | -3/+124 |
| |/ / / | |||||
| * | | | mac: move table initialization after sys ready | xoviat | 2023-07-09 | 1 | -1/+11 |
| * | | | Merge pull request #1623 from pennae/rp-adc | Dario Nieuwenhuis | 2023-07-07 | 1 | -8/+9 |
| |\ \ \ | |||||
| | * | | | rp/adc: rewrite the module | pennae | 2023-07-07 | 1 | -8/+9 |
