- 22 Apr, 2024 1 commit
-
-
Earle F. Philhower, III authored
-
- 19 Apr, 2024 9 commits
-
-
Earle F. Philhower, III authored
Fixes #2105 W5100 doesn't support isLinked, so no change needed there.
-
Earle F. Philhower, III authored
Fixes #1870
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Fixes #2033
-
Earle F. Philhower, III authored
Same pinout as the plain Pico, just different flash and # of GPIOs Fixes #2054
-
Earle F. Philhower, III authored
Fix #2094
-
Earle F. Philhower, III authored
* Add FatFS for onboard flash use/sharing of FAT * Move all to "fatfs" namespace The FatFS library defines commonly used names like WORD which could conflict with user code otherwise. * Restyle * FTL-based, wear-leveling FatFS with USB export Allow using FAT filesystem with onboard flash in a safer, wear-leveled way and to export the onboard flash to the host as a USB drive for easy data transfer. * Update documentation * Fix submodule reference * Don't spellehcek ChaN FatFS files * Disable FTL debugging * More codespell skips * Move to latest SPIFTL library * Allow using raw flash instead of FTL * Remove unneeded static FIL 4k allocation * Expose FAT FS format configuration options * Update documentation * Remove USB partial flash rewrites * Remove unneeded dups of FatFS sources Leave the LICENSE.md and README.md to point to upstream. * Clean up comments
-
Kevin Witteveen (MartiniMarter) authored
-
Earle F. Philhower, III authored
-
- 18 Apr, 2024 3 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 15 Apr, 2024 1 commit
-
-
Ha Thach authored
-
- 29 Mar, 2024 1 commit
-
-
Juraj Andrássy authored
-
- 22 Mar, 2024 1 commit
-
-
Jean-Luc Béchennec authored
-
- 20 Mar, 2024 1 commit
-
-
Dominic Pearman authored
-
- 19 Mar, 2024 1 commit
-
-
Aaron Tulino authored
-
- 16 Mar, 2024 1 commit
-
-
Juraj Andrássy authored
-
- 13 Mar, 2024 1 commit
-
-
Dominic Pearman authored
Hi, Just a typo and a couple of wording corrections.
-
- 10 Mar, 2024 1 commit
-
-
Earle F. Philhower, III authored
Fixes #2047
-
- 06 Mar, 2024 2 commits
-
-
Juraj Andrássy authored
-
Juraj Andrássy authored
-
- 05 Mar, 2024 1 commit
-
-
Earle F. Philhower, III authored
Fixes #2034
-
- 23 Feb, 2024 1 commit
-
-
Earle F. Philhower, III authored
Fixes #2019
-
- 16 Feb, 2024 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Fixes #2008
-
- 14 Feb, 2024 2 commits
-
-
Earle F. Philhower, III authored
MACs are 6-bytes long, not 8.
-
- 13 Feb, 2024 1 commit
-
-
Earle F. Philhower, III authored
Remove the HW random generator call while initting LWIP to avoid the SDK looping forver due to FreeRTOS exception/timer interrupts.
-
- 12 Feb, 2024 3 commits
-
-
Earle F. Philhower, III authored
-
ardnew authored
The `Picoprobe` example showing how to upload to Ubuntu is invalid because Ubuntu does not create or assign users to a `users` group (for many major releases, now). The reason the example worked is because the permissions were applied globally, rendering the `GROUP=users` assignment in the rule irrelevant. Hence, this assignment has been dropped. The `pico-debug` example has been updated similarly, but it uses a proper group-level rule, and Ubuntu does still use group `plugdev`. The reader thus has two good examples of creating `udev` rules.
-
Earle F. Philhower, III authored
WiFiMulti specifies a specific BSSID, in addition to the AP name and password. In the WiFi core the BSSID is stored as the raw 6-byte MAC address, but the ESPHostedFG firmware expects a formatted C-String (i.e. "ab:cd:ef:01:02:03" instead of {0xab, 0xcd, 0xef, 1, 2, 3}) Convert the raw bytes to the string format expected in the ESP FW.
-
- 11 Feb, 2024 1 commit
-
-
Earle F. Philhower, III authored
-
- 10 Feb, 2024 1 commit
-
-
Kevin Witteveen authored
-
- 09 Feb, 2024 2 commits
-
-
Earle F. Philhower, III authored
Use the #define board name to identify when building for the WIZnet W5100s-EVB-Pico and assign the proper pins and IRQs.
-
Earle F. Philhower, III authored
Fixes #1991
-
- 07 Feb, 2024 1 commit
-
-
Terry Phillips authored
Correct buffer size to match Wire.h
-
- 06 Feb, 2024 2 commits
-
-
LinusHeu authored
Remove outdated(?) info
-
Earle F. Philhower, III authored
No polling needed and massively reduces latency by using the GPIO interrupt to signal the Pico to read a received packet. Also drops CPU load when no packets are incoming.
-