- 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
- c6c4eeb add timeout_us/until to mutex/sem blocking methods (#402) by Graham Sanderson · 4 years ago
- 54c78bf Fix the PICO_CONFIG default value for PICO_CMSIS_RENAME_EXCEPTIONS (#399) by Andrew Scheller · 4 years ago
- b05d863 Add basic CMSIS core headers (#384) by Graham Sanderson · 4 years ago
- 6182a2a make host pico_platform.h and binary_info.h CMakeLists.txt safe for inclusion in non SDK build (#388) by Graham Sanderson · 4 years ago
- 508828f allow setting exception handler to the same value, as this might happen if exceptions are set dynamically on both cores, but VTOR is the same... this should indeed cause an error if the values differ, but not otherwise (#385) by Graham Sanderson · 4 years ago
- 36dda1c Fix some hardware_library dependencies (#383) by Graham Sanderson · 4 years ago
- e57b99a Rework ordering of cmake, so that libraries in subdirectories can add to internal lists as PICO_SDK_POST_LIST_FILES, PICO_CONFIG_HEADER_FILES etc. (#382) by Graham Sanderson · 4 years ago
- 9396b9c Fix a bunch of doxygen typos (#391) by Andrew Scheller · 4 years ago
- ecf66bf Correct doxygen for mutex_try_enter (#392) by Andrew Scheller · 4 years ago
- 114dc5a Fixup IRQ_PRIORITY #define values (#393) by Andrew Scheller · 4 years ago
- 8d4f4e1 remove spurious sys/select.h include (#377) by Graham Sanderson · 4 years ago
- 6d87da4 Rework lock_core / timers (#378) by Graham Sanderson · 4 years ago
- ec0dc7a add __always_inline to trivial super low level inline functions (#379) by Graham Sanderson · 4 years ago
- 53f1915 Add hardware_exception for setting exception handlers at runtime (#380) by Graham Sanderson · 4 years ago
- 7fc75d8 Definitions for IC_TX_BUFFER_DEPTH inconsistent (fixes #335) (#381) by Luke Wren · 4 years ago
- 8f3c3ff i2c: improve communication with i2c devices in i2c_write_blocking by fivdi · 4 years ago