| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Merge pull request #76 from kbleeke/ioctl-response-logging | Dario Nieuwenhuis | 2023-05-03 | 2 | -3/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | cleanup ioctl response logging | Kai Bleeke | 2023-05-03 | 2 | -3/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Update README.md | Dario Nieuwenhuis | 2023-05-01 | 1 | -3/+2 | |
| | * | | | | | Merge pull request #74 from tana/ap-mode-example | Dario Nieuwenhuis | 2023-05-01 | 1 | -0/+144 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add AP mode example | Satoshi Tanaka | 2023-05-02 | 1 | -0/+144 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #72 from tana/ap-mode | Dario Nieuwenhuis | 2023-05-01 | 3 | -0/+94 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Implement WPA2 AP mode | Satoshi Tanaka | 2023-05-01 | 2 | -1/+46 | |
| | | * | | | | | Add AP mode (unencrypted) | Satoshi Tanaka | 2023-05-01 | 3 | -0/+49 | |
| | * | | | | | | Merge pull request #71 from kbleeke/wifi-scanning2 | Dario Nieuwenhuis | 2023-05-01 | 2 | -3/+83 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | add wifi scan example | kbleeke | 2023-05-01 | 2 | -3/+83 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Merge pull request #73 from daniel-larsen/master | Dario Nieuwenhuis | 2023-05-01 | 3 | -3/+5 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | updated example | Daniel Larsen | 2023-04-30 | 1 | -1/+1 | |
| | | * | | | | | Make defmt optional | Daniel Larsen | 2023-04-30 | 2 | -4/+5 | |
| | | * | | | | | Removed defmt | Daniel Larsen | 2023-04-30 | 2 | -4/+5 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #70 from kbleeke/wifi-scanning-ioctl | Dario Nieuwenhuis | 2023-04-30 | 6 | -10/+173 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | comment wifi scanning items | kbleeke | 2023-04-28 | 1 | -0/+8 | |
| | | * | | | | | wifi scan ioctl | kbleeke | 2023-04-28 | 6 | -10/+165 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #63 from kbleeke/generalize-events | Dario Nieuwenhuis | 2023-04-27 | 7 | -42/+198 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | comment some choices for current event handling | kbleeke | 2023-04-25 | 2 | -2/+8 | |
| | | * | | | | | cleanup EventMask | kbleeke | 2023-04-25 | 1 | -9/+9 | |
| | | * | | | | | rework event handling to allow sending data | kbleeke | 2023-04-25 | 7 | -42/+192 | |
| | * | | | | | | Merge pull request #69 from kalkyl/update-embassy | Dario Nieuwenhuis | 2023-04-27 | 5 | -18/+26 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Update embassy | kalkyl | 2023-04-27 | 5 | -18/+26 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 2 | -2/+2 | |
| | * | | | | | | ci: build with DEFMT_LOG=trace to catch all defmt issues. | Dario Nieuwenhuis | 2023-04-26 | 2 | -1/+2 | |
| | * | | | | | | Fix missing defmt impl. | Dario Nieuwenhuis | 2023-04-26 | 1 | -1/+19 | |
| | * | | | | | | Revert "Workaround regex breaking change." | Dario Nieuwenhuis | 2023-04-26 | 1 | -3/+0 | |
| | |/ / / / / | ||||||
| | * | | | | | Workaround regex breaking change. | Dario Nieuwenhuis | 2023-04-21 | 1 | -0/+3 | |
| | * | | | | | Merge pull request #66 from mattiasgronlund/remove_myspi | Dario Nieuwenhuis | 2023-04-15 | 1 | -93/+2 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Update main.rs | mattiasgronlund | 2023-04-14 | 1 | -5/+0 | |
| | | * | | | | | Remove MySpi | Mattias Grönlund | 2023-04-14 | 1 | -88/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #64 from kbleeke/master | Dario Nieuwenhuis | 2023-04-09 | 4 | -18/+18 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | update embedded-hal | kbleeke | 2023-04-07 | 1 | -1/+1 | |
| | | * | | | | | pin defmt to 0.3.2. 0.3.4 introduces an undesired wire format upgrade | kbleeke | 2023-04-07 | 1 | -1/+1 | |
| | | * | | | | | update nightly to embassy nightly | kbleeke | 2023-04-07 | 1 | -1/+1 | |
| | | * | | | | | update embassy | kbleeke | 2023-04-07 | 3 | -15/+15 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #62 from kbleeke/parse-events-in-place | Dario Nieuwenhuis | 2023-04-06 | 2 | -62/+154 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | parse data from device in-place | kbleeke | 2023-04-03 | 2 | -62/+154 | |
| | * | | | | | | Merge pull request #61 from kbleeke/noop-mutex-for-events | Dario Nieuwenhuis | 2023-04-03 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | event queue mutexs can be noop because we are already !Sync in other places | kbleeke | 2023-04-03 | 1 | -4/+4 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #58 from kbleeke/clear-data-unavailable | Dario Nieuwenhuis | 2023-03-30 | 1 | -0/+6 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | clear DATA_UNAVAILABLE irq | kbleeke | 2023-03-30 | 1 | -0/+6 | |
| | * | | | | | | Merge pull request #57 from kbleeke/faster-pio2 | Dario Nieuwenhuis | 2023-03-30 | 3 | -5/+6 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | set INTERRUPT_WITH_STATUS flag in attempt to prevent hangs | kbleeke | 2023-03-30 | 2 | -2/+3 | |
| | | * | | | | | | PIO at maximum speed | kbleeke | 2023-03-28 | 1 | -3/+3 | |
| | * | | | | | | | Merge pull request #56 from kbleeke/faster-pio | Dario Nieuwenhuis | 2023-03-28 | 1 | -5/+17 | |
| | |\| | | | | | | | |/ / / / / | |/| | | | | | ||||||
| | | * | | | | | make pio faster | kbleeke | 2023-03-28 | 1 | -5/+17 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #55 from kbleeke/master | Dario Nieuwenhuis | 2023-03-27 | 1 | -3/+4 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | update readme | kbleeke | 2023-03-27 | 1 | -3/+4 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #54 from kbleeke/pio-irq | Dario Nieuwenhuis | 2023-03-27 | 6 | -9/+31 | |
| | |\ \ \ \ \ | ||||||
