38 Commits

Author SHA1 Message Date
Tom Messick
4f64f3af80 Prevent extra bit transition at end of data
The initial bit transition would be set even if the queue stalled.
The state machine still takes 16 cycles per bit
The next bit starts on state 1 and 9 instead of 0 and 8 so the timing is the same as before
2021-06-02 16:04:50 +01:00
Andrew Scheller
612469d347 Fix condition for printing morse-code Z
Fixes #86
2021-04-12 19:00:07 -05:00
fivdi
849279a8ce bus_scan: use i2c_default rather than i2c0 2021-04-12 18:24:36 -05:00
Julien Bernard
1813f81b12 Respond to other OUT control requests with a ZLP 2021-04-12 18:23:56 -05: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
Henry Gabryjelski
8b016f0bcb
Fix #41 - Remove debug pin per @kilograham (#47) 2021-02-11 17:09:09 +00:00
Graham Sanderson
0d3b9d7cbc
Remove incorrect inverted dependency on Pioasm which broke Ninja build (#24) 2021-02-01 08:03:14 -06:00
Graham Sanderson
744bd9fd4a
Add system/unique_board_id (#25)
Co-authored-by: Luke Wren <wren6991@gmail.com>
2021-01-31 23:02:04 +00:00
Andrew Scheller
13f89f6282
Standardise references to Raspberry Pi Pico SDK (#21) 2021-01-30 11:16:32 -06:00
Andrew Scheller
3f8bff094d
Standardise start/end comment tags (to our internal format) (#20) 2021-01-28 10:05:03 -06:00
Andrew Scheller
2b0aa6bc79 Fix the case of the 'gdbPath' setting, and locate the SVD using $PICO_SDK_PATH 2021-01-26 13:32:04 +00:00
Luke Wren
977c39e7bc
Merge pull request #15 from raspberrypi/adc-dma-example
Add ADC DMA example
2021-01-24 22:01:06 +00:00
Luke Wren
40dc8e2b17 Add ADC DMA example 2021-01-24 21:49:43 +00:00
graham sanderson
46078742c7 Initial Release 2021-01-20 16:45:01 -06:00