Peter Harper
b9d6a0d9e8
Add iperf to lwip
...
The iperf server is useful for testing performance. Currently it's not
in the list of apps added by the lwip interface library in pico-extras.
2022-04-01 11:44:54 +01:00
graham sanderson
77eae28366
Add PICO_SCANVIDEO_SCANLINE_RELEASE_FUNCTION for callback when scanlines are available (non host only)
2021-11-01 12:59:09 -05:00
graham sanderson
2309d56a3a
fix scanvido DMA irq priority
2021-10-22 16:16:05 -05:00
graham sanderson
8fc4f12ac8
fixup passthru (single buffer) for I2S audio, and remove explicit silence buffer in favor of sending zeros
2021-10-22 16:15:46 -05:00
Alistair Buxton
e60a7db164
Make the FetchContent name be lower case ( #25 )
...
This brings the code in-line with what is done in the Pico SDK and
seems to be required in order for pico_extras_SOURCE_PATH to be set.
Fixes #24
Co-authored-by: Graham Sanderson <graham.sanderson@raspberrypi.com>
2021-10-22 16:09:59 -05:00
Charlie Birks
4d00b0322b
Fix PICO_EXTRAS_FETCH_FROM_GIT ( #23 )
...
FetchContent converts the name to lowercase
2021-10-22 16:08:24 -05:00
Alex Stanoev
0375ef8fc7
Fix channel status bit location in pico_audio_spdif ( #22 )
2021-09-16 15:44:50 -05:00
graham sanderson
4408837c85
move setting of PICO_EXTEAS_PATH to correct place to work for standalone builds
2021-06-03 10:21:25 -05:00
graham sanderson
aeb85ce948
add 1280x1024
...
fixup to some new dma helper methods
2021-06-02 13:57:08 -05:00
graham sanderson
70ace30133
rework pico_extras inclusion to be consistent with SDK 1.2.0
2021-05-13 15:03:58 -05:00
graham sanderson
e58bacf904
add 1024x768 mode
2021-05-13 09:26:55 -05:00
hexpwn
ccd88d320f
Fix link to pico_scanvideo_dpi in README.md
...
Changed URL from `src/rp2_common/pico_scanvideo_dbi` to `src/rp2_common/pico_scanvideo_dpi`
2021-03-27 09:34:43 -05:00
graham sanderson
4a053c59cd
make pico_scanvideo better a little better at handling non RGB555
2021-03-10 13:05:29 -06:00
Mike Bell
aaa7f39918
Add option to byte swap on read
2021-03-08 11:59:29 -06:00
Andrew Scheller
7e93fd7255
Typo
...
Fixes #9
2021-03-08 11:58:09 -06:00
Andrew Scheller
774b07405e
Use latest upstream version of pico_sdk_import.cmake
2021-03-08 11:57:47 -06:00
graham sanderson
89b8071d2a
Protectt double inclusion of CMakeLists.txt
2021-02-23 18:01:54 -06:00
graham sanderson
ba3f3ba590
Don't disable scanvideo in debug on host builds
2021-02-23 14:12:08 -06:00
graham sanderson
ef27723889
Fix typos in scanvideo README.adoc
2021-02-16 08:24:14 -06:00
graham sanderson
703ccb17dc
Add README.adoc to pico_scanvideo... remove misleading '_word' for hword value in .pio
2021-02-15 19:33:04 -06:00
Mike Bell
4b03c0d922
Fix sd_scatter_read_complete
2021-02-13 17:33:44 -06:00
Mike Bell
f12fa008e1
1 pin init should use 1 pin mode!
2021-02-13 17:33:44 -06:00
Mike Bell
4092a438c4
Fixes to SD write
2021-02-13 17:33:44 -06:00
graham sanderson
89a69da242
default scanvideo to support 125mhz system clock for 640x480 - also means better compatibility as 25Mhz is better than 24Mhz when compared to 25.175Mhz
2021-02-13 13:54:37 -06:00
graham sanderson
cd49a86399
fix other mentioned typos
2021-01-31 15:09:28 -06:00
Dylan
8d4a926016
fixed typos
...
"but kep here for posterit" I'm unsure of on how to fix or if it needs fixing. Might be a joke.
2021-01-31 15:09:28 -06:00
Scott Shawcroft
99da8379ae
fix two pico_audio links
2021-01-31 14:47:30 -06:00
graham sanderson
42f861d37f
make default I2S audio pins Pico friendly
2021-01-31 14:46:18 -06:00
graham sanderson
a5b369d7bf
PWM audio should save interpreter state by default
2021-01-31 14:44:25 -06:00
graham sanderson
f5c7be9a86
Initial Release
2021-01-20 11:10:41 -06:00