Commit graph

36 commits

Author SHA1 Message Date
graham sanderson
49a701a955 Merge master into develop to pick up direct merged PR 2024-11-19 15:12:08 -06:00
Wilfried Chauveau
92795a0b05
Fix failed population of PICO_EXTRAS_PATH when fetched from git (#43)
When running cmake with
```
cmake -B build -DPICO_SDK_FETCH_FROM_GIT=y -DPICO_EXTRAS_FETCH_FROM_GIT=y
```

configuration fails because `PICO_EXTRAS_PATH` incorrectly points to
`build` rather than `build/_deps/pico_extras-src`.
2024-11-19 15:10:19 -06:00
Juan Carranza
8c21db91ae
Ignore build folder (#45) 2024-11-19 15:08:31 -06:00
Aftersol
ee22bb28e3
fixed typo for build instructions (#49)
mkdir build should work when copied and pasted.
2024-11-19 15:07:06 -06:00
Peter Harper
3b2267d539
Merge pull request #48 from peterharperuk/sleep_rp2350
Update pico_sleep examples
2024-11-11 10:29:12 +00:00
Peter Harper
54e7410307 Changes from code review 2024-11-07 19:20:06 +00:00
Peter Harper
f74bd50af7 Update pico_sleep examples
Adds examples that sleep via an alarm or via an AON timer
Adds dormant examples that wake on an AON timer or GPIO
Fixed to work for RP2040 and RP2350
2024-08-09 17:34:35 +01:00
graham sanderson
9930bb057b RP2350 and SDK 2.0.0 2024-08-08 07:01:58 -05:00
Carl Drougge
b1294e8289
Fix the VGA-schematic image (#20) (#41)
Several of the connections were wrong. The switched sync signals were
especially bad, as that means you get no picture at all.
2023-05-03 15:34:51 -05:00
Andrew Scheller
231cc03ac2
Fix link to VGA-schematic image (#26)
Seems like the GiHub Markdown renderer doesn't like spaces in filenames?
2023-02-10 09:24:16 -06:00
graham sanderson
9a106f8c95 minor scanvideo demo cleanup 2023-02-09 17:18:42 -06:00
graham sanderson
eb6658e820 pick up new version of pico_sdk_import.cmake - only really relevant to optimize git download of pico-sdk 2022-05-17 16:14:25 -05:00
graham sanderson
f0ce80c9d2 fix case of PICO_SCANVIDEO_48MHZ and fix test_pattern for lower bit depths 2022-05-17 16:03:20 -05:00
graham sanderson
e551a2d760 randomly speed up mandelbrot demo :-) 2021-10-26 18:49:09 -05:00
graham sanderson
fc0101ee19 add vga schematic 2021-10-22 16:26:43 -05:00
graham sanderson
f73101cb8b remove net demo which duplicates tinyusb/net_lwip_webserver 2021-06-02 13:34:13 -05:00
graham sanderson
0d6cd685d0 add 1024x768 mode 2021-05-13 09:28:11 -05:00
graham sanderson
457c725c21 minor demo1 fixes 2021-05-05 12:02:35 -05:00
graham sanderson
7b53edc861 add font license 2021-04-01 10:51:32 -05:00
graham sanderson
0334a10858 minor fix to sprite_demo.c clocking; add some screenshots 2021-04-01 10:43:31 -05:00
Andrew Scheller
faca06dd1a
Use latest version of upstream pico_sdk_import.cmake (#12)
* Use latest version of upstream pico_sdk_import.cmake

* Use latest upstream pico_sdk_import.cmake
2021-03-08 11:57:25 -06:00
Maximilian Batz
e376ea8c13
Update README.md (#13)
removed double paragraph
2021-03-08 11:56:49 -06:00
graham sanderson
7078b4023a sprite_demo: fix clocks 2021-02-26 21:20:53 -06:00
graham sanderson
c1390f40e7 popcorn: add converter 2021-02-26 21:16:04 -06:00
graham sanderson
2505c87284 add more popcorn instructions 2021-02-18 17:58:36 -06:00
graham sanderson
faaf6c2d7c add movie link for popcorn 2021-02-18 17:52:16 -06:00
graham sanderson
9548702e1f Add readme link for scanvideo 2021-02-15 19:35:39 -06:00
graham sanderson
ef3bdfab11 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:50 -06:00
graham sanderson
97ef906b00 add scanvideo/test_pattern 2021-02-06 18:53:06 -06:00
graham sanderson
b4130d01c3 Add standalone/static_sdk helper for figuring out compile/link args for external build including SDK code 2021-02-01 08:37:07 -06:00
Jeff Wang
d157b5cad2 README.md: small grammatical fix 2021-01-31 15:10:47 -06:00
Jeff Wang
e85a4a30c2 README.md: remove nearly duplicate paragraph 2021-01-31 15:10:47 -06:00
Peter N Lewis
6288b02e9a Update hello_sleep.c
Comment should generally match the action.
2021-01-27 19:17:00 -06:00
graham sanderson
923fda3b0b A little cleanup of extraneous stuff from popcorn; still needs cleanup/commenting 2021-01-27 19:16:15 -06:00
graham sanderson
56ce0213d8 Add README.md content that msised the squash 2021-01-27 19:15:56 -06:00
graham sanderson
9195b8e21a Initial Release 2021-01-20 11:16:37 -06:00