115 Commits

Author SHA1 Message Date
Andrew Scheller
2fb08a028f Let hello_double_tap run without an LED defined 2021-03-05 09:30:26 -06:00
Andrew Scheller
7915827d7a Fix examples to build cleanly if PICO_DEFAULT_LED_PIN isn't defined 2021-03-05 09:30:26 -06:00
Liam Fraser
a68688f191 Update cmake workflow to trigger on push + pull request. Only run in raspberry pi repo (not on forks) 2021-03-05 09:30:26 -06:00
Liam Fraser
b14e0f3ab0 Add github actions 2021-03-05 09:30:26 -06:00
Andrew Scheller
ecd79e9456 Small changes to the binary_info pin names 2021-03-05 09:30:26 -06:00
Andrew Scheller
13a84b8f63 Fix typo from #64 2021-03-05 09:30:26 -06:00
Andrew Scheller
188f5be9cf Update some of the SPI examples to use PICO_DEFAULT_SPI and binary_info 2021-03-05 09:30:26 -06:00
Andrew Scheller
df23bb6ded Fix example-names mentioned in warning messages 2021-03-05 09:30:26 -06:00
graham sanderson
68a18659da generated python is changed 2021-03-05 09:30:26 -06:00
Andrew Scheller
a1fe323927 Typo
mismatched closing-quote
2021-03-05 09:30:26 -06:00
graham.sanderson@raspberrypi.com
f8933bd5d2 fixup typos 2021-03-05 09:30:26 -06:00
graham sanderson
82b6dc0576 fixup examples based on default pin #define-s and also support them being undefined 2021-03-05 09:30:26 -06:00
graham sanderson
9c7e31b8e7 hello_world: fix build guards to allow host build, and improve missing tinyusb message 2021-03-05 09:30:26 -06:00
graham sanderson
396ca36dc1 make pio-blink use correct sys clock value 2021-03-05 09:30:26 -06:00
Ha Thach
86ca3fec6c change blink to use PICO_DEFAULT_LED_PIN to support other boards (#57)
* change blink to use PICO_DEFAULT_LED_PIN to support other boards

* also update pio/pwm and picoboard/blinky system/hello_double_tap
2021-03-05 09:30:26 -06:00
Luke Wren
e77a4a84d1 Add example of detaching peripheral clock and varying system clock 2021-03-05 09:30:26 -06:00
Luke Wren
fb68d2810e Also update readme for pico_bootsel_via_double_reset 2021-03-05 09:30:26 -06:00
Luke Wren
6cc888c255 hello_double_tap: use pico_bootsel_via_double_reset from SDK 2021-03-05 09:30:26 -06:00
Luke Wren
cad9225899 typo in comment 2021-03-05 09:30:26 -06:00
Luke Wren
98422e1afc Fix garbage at start when doing repeated capture with non-po2 sample size 2021-03-05 09:30:26 -06:00
Luke Wren
475a726c0d Fix logic analyser for non-power-of-2 sample widths, and clean and comment. 2021-03-05 09:30:26 -06:00
Luke Wren
6724968c8d Fix copyright date, add comment clarifying FIFO behaviour 2021-03-05 09:30:26 -06:00
Luke Wren
e81e0a022a Add pio_clocked_input example 2021-03-05 09:30:26 -06:00
James Hughes
d9caecb9f4 Add a multicore_runner example that uses queues 2021-03-05 09:30:26 -06:00
Henry Gabryjelski
c63ef7cba7 Fix #41 - Remove debug pin per @kilograham (#47) 2021-03-05 09:30:26 -06:00
Andrew Scheller
6c6881a2a1 Let hello_double_tap run without an LED defined 2021-03-04 20:54:52 -06:00
Andrew Scheller
4d7882bc59 Fix examples to build cleanly if PICO_DEFAULT_LED_PIN isn't defined 2021-03-04 20:54:52 -06:00
Liam Fraser
482d9657d3 Update cmake workflow to trigger on push + pull request. Only run in raspberry pi repo (not on forks) 2021-03-04 18:56:28 -06:00
Liam Fraser
47cee38988 Add github actions 2021-03-04 18:56:28 -06:00
Andrew Scheller
b369755d6f Small changes to the binary_info pin names 2021-03-04 18:46:43 -06:00
Andrew Scheller
47e4b7f161 Fix typo from #64 2021-03-04 18:46:43 -06:00
Andrew Scheller
83f0eed8c5 Update some of the SPI examples to use PICO_DEFAULT_SPI and binary_info 2021-03-04 18:46:43 -06:00
Andrew Scheller
a5363d18a6 Fix example-names mentioned in warning messages 2021-03-03 10:12:04 -06:00
Mohammed Aslam
9f1b4384ce Fixed typo (#30)
* Fixed typo

* Typo, "execellent" -> "excellent"
2021-03-03 09:54:36 -06:00
graham sanderson
112a592349 generated python is changed 2021-03-01 10:18:35 -06:00
Andrew Scheller
a151ab5f87 Typo
mismatched closing-quote
2021-03-01 10:00:32 -06:00
graham.sanderson@raspberrypi.com
3e5ab5f49a fixup typos 2021-03-01 09:43:10 -06:00
graham sanderson
3c82d8aa2b fixup examples based on default pin #define-s and also support them being undefined 2021-03-01 09:43:10 -06:00
graham sanderson
82c7a506de hello_world: fix build guards to allow host build, and improve missing tinyusb message 2021-03-01 09:27:53 -06:00
graham sanderson
614ee3f2d2 make pio-blink use correct sys clock value 2021-03-01 09:27:22 -06:00
Ha Thach
1be0e7fc28
change blink to use PICO_DEFAULT_LED_PIN to support other boards (#57)
* change blink to use PICO_DEFAULT_LED_PIN to support other boards

* also update pio/pwm and picoboard/blinky system/hello_double_tap
2021-02-22 15:08:12 +00:00
Luke Wren
6a53ff302b Add example of detaching peripheral clock and varying system clock 2021-02-19 13:32:11 -06:00
Luke Wren
49d1514123 Also update readme for pico_bootsel_via_double_reset 2021-02-19 13:31:00 -06:00
Luke Wren
67975d1380 hello_double_tap: use pico_bootsel_via_double_reset from SDK 2021-02-19 13:31:00 -06:00
Luke Wren
b9b5b4f121 typo in comment 2021-02-11 11:35:55 -06:00
Luke Wren
5441888fa1 Fix garbage at start when doing repeated capture with non-po2 sample size 2021-02-11 11:35:55 -06:00
Luke Wren
80189633b1 Fix logic analyser for non-power-of-2 sample widths, and clean and comment. 2021-02-11 11:35:55 -06:00
Luke Wren
b4b25e1f0d Fix copyright date, add comment clarifying FIFO behaviour 2021-02-11 11:33:07 -06:00
Luke Wren
dbe9a66898 Add pio_clocked_input example 2021-02-11 11:33:07 -06:00
James Hughes
a62287a18e Add a multicore_runner example that uses queues 2021-02-11 11:32:19 -06:00