- 3c94bc8 Change _watchdog_enable to trigger immediate reboot when no delay set (#561) by Robert Pafford · 3 years, 7 months ago
- f808b5f Add DREQ methods for PWM/SPI/UART/I2C (#603) by Graham Sanderson · 3 years, 7 months ago
- 2f2e629 Use auto-generated hardware/structs/ headers (based off SVD) SVD errors fixed. by Graham Sanderson · 3 years, 7 months ago
- a793222 add template PR - very polite (#596) by Graham Sanderson · 3 years, 7 months ago
- ec40361 tweak info message for TinyUSB support (#590) by Graham Sanderson · 3 years, 7 months ago
- db47fba respect OUTPUT_NAME target property when generating supplemental files (#592) by Graham Sanderson · 3 years, 7 months ago
- a0d4bdf fix pico_set_printf_implementation(TARGET compiler) (#593) by Graham Sanderson · 3 years, 7 months ago
- d50e743 make type punning of floating point/int in float_math and double_math use union to avoid warnings (#600) by Graham Sanderson · 3 years, 7 months ago
- 30673fb move inline assembly constant out into C code so it doesn't get out of range in a large function (#602) by Graham Sanderson · 3 years, 7 months ago
- e76d5a9 add dma_timer related methods (#604) by Graham Sanderson · 3 years, 7 months ago
- 9f1c373 add irq_get_priority method - improve efficiency of irq_init_priorities (#609) by Graham Sanderson · 3 years, 7 months ago
- 4c9ba3e USB: Fix description of Length 0 in dpram_regs. Fixes #541 (#608) by Liam Fraser · 3 years, 7 months ago
- ace97f3 More accurate register access-types and reset-values (#601) by Andrew Scheller · 3 years, 7 months ago
- 0fa58ed Adding/propage macros/signature typedefs for ROM functions. Make rom_func_lookup non-flash safe for flash functions (#586) by Graham Sanderson · 3 years, 7 months ago
- 0a32023 fix arg parsing segfault (#595) by Graham Sanderson · 3 years, 7 months ago
- 13be546 pico_stdio improvements (#598) by Graham Sanderson · 3 years, 7 months ago
- 12017a0 SPINLOCK regs are RW. (#599) by Andrew Scheller · 3 years, 7 months ago
- 9319ab1 Add xip window alias macros (#566) (#585) by Graham Sanderson · 3 years, 7 months ago
- 62854f5 shrink max-page-size for linker to more sensible 4096 by default (#587) by Graham Sanderson · 3 years, 7 months ago
- 13ed99d split out usb_reset_interface header into its own library for consumption by picotool or others (#589) by Graham Sanderson · 3 years, 7 months ago
- 0fdf543 Missing extern C in datetime.h #581 (#584) by Graham Sanderson · 3 years, 7 months ago
- 3c53029 Fix some typos (#517) by Matias Silva · 3 years, 7 months ago
- ce0db40 adafruit_feather_rp2040: Fix default I2C instance (#526) by Manuel Wick · 3 years, 7 months ago
- a119b5b Fix semihosting_putc (#530) by Brian Starkey · 3 years, 7 months ago
- eb42ecf Added definitions for some upcoming Pimoroni LED driver boards (#535) by ZodiusInfuser · 3 years, 7 months ago
- cd4e53a Use W25Q080 second stage loader for Nano RP2040 Connect (#537) by Martino Facchin · 3 years, 7 months ago
- f63a14e Change PWM_CH1_DIV_INT_LSB to PWM_CH0_DIV_INT_LSB (#560) by Andrew Scheller · 3 years, 7 months ago
- 2214468 Add Adafruit Trinkey QT2040 board (#525) by Mike Causer · 3 years, 7 months ago
- e12713d pio_assembler: typo fix (#538) by Philip Howard · 3 years, 7 months ago
- e6b8c7b bugfix: "WO" registers should be listed in the SVD as write-only, not read-write (#544) by Andrew Scheller · 3 years, 7 months ago
- 1d0dcc8 pico_time: Fix alarm_pool_dump_key format string (#557) by Brian Starkey · 3 years, 7 months ago
- 46d8597 Add hardware_divider to pico_divider dependencies (#571) by Brian Starkey · 3 years, 7 months ago
- d7feac1 Fix syntax error in cmake when using custom stage2 (#580) by Mahyar Koshkouei · 3 years, 7 months ago
- ca232e9 Add Melopero Shake RP2040 Board header file (#565) by Leonardo La Rocca · 3 years, 7 months ago
- c08136b Move ret_dzero to the same section as it get used (#513) by dp111 · 3 years, 9 months ago
- 672d18a Fix default PICO_BOARD value (#536) by Andrew Scheller · 3 years, 9 months ago
- 2622e9b Enable UART RX timeout IRQ, as well as RX IRQ, so that individual characters can be received. by Luke Wren · 3 years, 9 months ago
- 9a58637 Add doxygen clarifying PWM behaviour when enabled/disabled, and advice for controlling the pin state when disabled (#521) by Luke Wren · 3 years, 9 months ago
- a6a436b use PUBLIC for pio headers on any target except INTERFACE library by graham sanderson · 3 years, 9 months ago
- 7e90980 Add explanatory note on 7-bit I2C addresses (#520) by Matias Silva · 3 years, 9 months ago
- ae6e574 Improve wording of comments in irq.h (#509) by Matias Silva · 3 years, 10 months ago
- ccc0ba5 elf2uf2: correctly parse ELF files where the program header is not directly following the file header by Gabriel Wang · 3 years, 10 months ago
- 5e05469 bug in sleep_until on host mode for macOS (#502) by Graham Sanderson · 3 years, 10 months ago
- dc4342f Update usb regs to fix https://github.com/raspberrypi/pico-feedback/issues/172 by Liam Fraser · 3 years, 10 months ago
- 35b4965 make sure PICO_DEFAULT_BOOT_STAGE2_FILE is defined in parent CMake file (#491) by Graham Sanderson · 3 years, 10 months ago
- e02c6b3 Allow one of float/double to have 'none' impl but not the other - previously caused a link error by graham sanderson · 3 years, 10 months ago
- f4ab723 compile failure with PICO_STDOUT_MUTEX=0 by graham sanderson · 3 years, 10 months ago
- 529d708 fix operatore precedence of */ vs +- in pioasm by graham sanderson · 3 years, 10 months ago
- cefe5c5 Better support for PICO_DISABLE_SHARED_IRQ_HANDLERS (#496) by Graham Sanderson · 3 years, 10 months ago
- edcb65c Enable I2C FIFO full hold in slave mode (stretch clock when RX full), fixes #456 (#494) by Luke Wren · 3 years, 10 months ago
- f16ccfa Small comment typos by Andrew Scheller · 3 years, 10 months ago
- 44feae4 set DIVISOR for each use of h/w divider by graham sanderson · 3 years, 10 months ago
- 61b7cbd Using ' inline __always_inline' also for GNUC 7. (#484) by Zapta · 3 years, 10 months ago
- 21bbaf3 remove -Winline (#481) by Graham Sanderson · 3 years, 10 months ago
- 4328b2c fix pioasm python output (#479) by Uri Shaked · 3 years, 11 months ago
- 1f1c616 Header info string updates for PIO DBG_PADx and XOSC STARTUP (#478) by Luke Wren · 3 years, 11 months ago
- 979045d removed CMSIS from SDK doxygen by graham sanderson · 3 years, 11 months ago
- d42e6a9 include pico.h so that uint is defined (#475) by Brian Cooke · 3 years, 11 months ago
- 654b666 start 1.3.0 development by graham sanderson · 3 years, 11 months ago
- bfcbefa Merge pull request #472 from raspberrypi/release.1.2.0 by Graham Sanderson · 3 years, 11 months ago 1.2.0
- fdf695b remove incorrect default from PICO_PANIC_FUNCTION PICO_CONFIG entry by graham sanderson · 3 years, 11 months ago
- 45a1e08 fix sem_acquire_block_until function name by graham sanderson · 3 years, 11 months ago
- c44e62d Added board definition (#471) by ZodiusInfuser · 3 years, 11 months ago
- bba0420 Add gpio_set_irqover to match inover/outover/oeover (fixes #265) (#470) by Luke Wren · 3 years, 11 months ago
- 8d7bdd2 change version to 1.2.0 proper by graham sanderson · 3 years, 11 months ago
- 4b0dea4 Move to upstream tinyusb (#467) by Graham Sanderson · 3 years, 11 months ago
- eeb6b50 fix qtpy rp2040 uart rx rev B (#466) by Ha Thach · 3 years, 11 months ago
- 5afa363 Small API additions and minor fixes (#406) by Graham Sanderson · 3 years, 11 months ago
- 91e9327 Add PICO_PANIC_FUNCTION define to allow replacement of the default panic function (#463) by Graham Sanderson · 3 years, 11 months ago
- b3e1d2d Add usb device dpram to svd file. Fixes #351 (#465) by Liam Fraser · 3 years, 11 months ago
- 561502c Move to Tinyusb 0.10.0 (still with RP patches) (#462) by Graham Sanderson · 3 years, 11 months ago
- 496ff66 Make PICO_CONFIG descriptions unique by graham sanderson · 3 years, 11 months ago
- 66c54d8 fix PICO_CONFIG entry by graham sanderson · 3 years, 11 months ago
- 27c1a89 review fixes by graham sanderson · 3 years, 11 months ago
- 895bad7 Add some spin lock related doxygen by graham sanderson · 3 years, 11 months ago
- 30041d8 Add hardware_gpio accessors for Schmitt, slew rate, drive strength (fixes #290) (#464) by Luke Wren · 4 years ago
- d026118 Allow lengthening xosc startup delay with a compile option (#457) by Dan Halbert · 4 years ago
- 42cbdcb added spi_get_baudrate() + some consistency changes (#395) by Rene · 4 years ago
- c573775 Change the quick-start instructions to include installation of the (#92) by ewpa · 4 years ago
- 1996a21 dma_channel_transfer_[from/to]_buffer_now: added const volatile to read_addr and volatile to write_addr (#449) by geurtv · 4 years ago
- e0872a3 Add missing board detection macros (#448) by Brendan · 4 years ago
- 5ad072a Add function to get the currently selected channel (#451) by Jonathan Reichelt Gjertsen · 4 years ago
- a531123 Prevent the literal string DEBUG from being appended to some messages in CMake < 3.15 (#433) by Jonathan Reichelt Gjertsen · 4 years ago
- 6994a38 -some typo fixes (#408) by Rene · 4 years ago
- 2eb76bb - interp_ fixes (#428) by Rene · 4 years ago
- b8dc054 queue: make data pointers const in queue_try_add and queue_add_blocking (#423) by Jonathan Reichelt Gjertsen · 4 years ago
- cc8b215 Define `void operator delete[](void *p, std::size_t n)` in new_delete.cpp (#430) by Jonathan Reichelt Gjertsen · 4 years ago
- 048fcde Prevent warnings about some unused parameters in pico_stdio_usb when building with -Wextra (#431) by Jonathan Reichelt Gjertsen · 4 years ago
- 80356a4 Define `__STRING` for other compilers than MSVC in the host platform.h file (#434) by Jonathan Reichelt Gjertsen · 4 years ago
- d79dd21 Implement `uart_write_blocking` and `uart_read_blocking` for host (#438) by Jonathan Reichelt Gjertsen · 4 years ago
- 94b8331 Update host multicore.h to match multicore.h in rp2_common (#439) by Jonathan Reichelt Gjertsen · 4 years ago
- 777ccb8 Fix function-name misspelling (#443) by Andrew Scheller · 4 years ago
- 17ee1a8 Add support for Arduino Nano RP2040 Connect (#425) by Martino Facchin · 4 years ago
- b2832b3 Fix wrong format string in alarm_pool_dump_key (#437) by Jonathan Reichelt Gjertsen · 4 years ago
- 060123d Optional feature to get the max level that has ever been held by a queue (#444) by Jonathan Reichelt Gjertsen · 4 years ago
- 596d08e Add missing cast to uint32_t in hw_divider_u32_quotient for host (#436) by Jonathan Reichelt Gjertsen · 4 years ago
- a32d614 pioasm: prevent double inclusion for C SDK generated headers (#417) by Rafael G. Martins · 4 years ago
- 5384b6b add comment about using clk_gpout0 enable bit (Fixes #413) by Joni Kähärä · 4 years ago
- 607b420 fix pico_promote_common_scope_vars (#397) by Graham Sanderson · 4 years ago
- 574fdee Fixup divider save_restore for floating point too; improve tests (#405) by Graham Sanderson · 4 years ago