Commit graph

  • 453527f13e add PICO_AUDIO_I2S_* pins adafruit-fruit-jam Dan Halbert 2025-06-17 09:22:03 -0400
  • 8c21cf5e95 Make re strings be raw to avoid escape code warnings make-re-expressions-be-raw-strings Dan Halbert 2025-06-17 08:50:52 -0400
  • 573e1c303b add additional PICO_DEFAULT_* pins Dan Halbert 2025-06-17 08:39:26 -0400
  • 4ede86c5df update to Fruit Jam rev D, address #2510 review Dan Halbert 2025-06-16 21:37:53 -0400
  • b2b37c555c Merge branch 'develop' of https://github.com/raspberrypi/pico-sdk into adafruit-fruit-jam Dan Halbert 2025-06-16 21:34:35 -0400
  • a9851a1577
    remove unnecessary escaping (#2526) Mark Hermeling 2025-06-16 18:46:08 -0400
  • 12d503dc5c define __force_inline in host compiles (#2396) circuitpython-2.1.1 Graham Sanderson 2025-04-04 13:18:28 -0500
  • be549183e8
    Bazel build implementation, doesn't provide options for the compilation modes opt and debug (#2395) Brad Nolan 2025-06-13 10:45:44 +1200
  • e6d18920c7
    RP2040 and RP2350 have different maximum watchdog delays (#2500) Andrew Scheller 2025-06-12 23:43:53 +0100
  • eb94f53a04 fix powman_configure_wakeup_state (#2511) eightycc 2025-06-11 07:15:28 -0700
  • 3c9df1c731 fix powman_get_power_state (#2506) eightycc 2025-06-11 07:12:22 -0700
  • d492d2d4d6 Fix wrong value used for lposc_freq_khz_frac and xosc_freq_khz_frac Tommy G 2025-05-05 05:21:00 +1000
  • 9833d4f4fa Force inline critical_section_{enter,exit} (#2393) Scott Shawcroft 2025-04-05 21:43:06 -0700
  • c83e2dcee5 Fix use of PICO_RP2040 macro. (#2356) eightycc 2025-03-18 08:08:11 -0700
  • a1faacff07
    Remove reference to wafer_id (#2512) develop will-v-pi 2025-06-10 14:49:04 +0100
  • d7abd66dea
    Fix typo (#2508) Marek Küthe 2025-06-09 14:37:20 +0000
  • 6c021f8c5f new board :) 🍍🍉🍇🍋🟩🍐 master ladyada 2025-06-08 14:30:29 -0400
  • 27b049fc77
    Merge 8e60f9199b into ee68c78d0a Tyeth Gundry 2025-06-08 14:28:40 -0400
  • a9146b65ad
    fix(async_context_threadsafe_background_execute_sync): prevent use-after-return by removing worker before semaphore release (#2494) Goran Miskovic 2025-06-03 18:06:35 +0200
  • 1ae2f0e32c
    Don't include the picobin end block when sealing (#2492) will-v-pi 2025-05-30 22:17:46 +0100
  • 6841d4d15b
    Remove DEPENDS argument from add_custom_command(TARGET functions (#2489) will-v-pi 2025-05-30 14:35:25 +0100
  • 6860f0d882
    Call enable_interrupts when initialising IRQs (#2491) will-v-pi 2025-05-30 14:33:04 +0100
  • 67f89e44aa
    Update Bazel pin, ignore build-* directories (#2461) armandomontanez 2025-05-29 06:25:46 -0700
  • 0722de395c
    add new M33 processor exception handlers (#2482) Graham Sanderson 2025-05-29 08:18:05 -0500
  • 6613aa45a5
    Add support for creating self-decrypting binaries (#2315) will-v-pi 2025-05-29 14:12:29 +0100
  • 9fdfe110dc
    Remove accidental comment words in stdio.h (#2480) Andrew Scheller 2025-05-23 13:15:44 +0100
  • c9c38252ec
    remove assembler warning if StackSize or HeapSize are explicitly set to zero (#2465) Graham Sanderson 2025-05-21 06:57:09 -0500
  • 3515dad632
    Fix multicore_lockout features so that the victim core cannot become stuck in an infinite loop if the lockout attempt times out (#2467) Jack Whitham 2025-05-20 21:43:06 +0100
  • 47f288b5d6
    Add support for wiznet_w5100s_evb_pico2 (#2458) Sergio R. Caprile 2025-05-20 17:41:49 -0300
  • cbd765644b
    Minor fixups to compile with TF-M (#2403) will-v-pi 2025-05-20 21:41:30 +0100
  • 8066bee734
    give user more control over embedded_start_block.S contents (#2470) Graham Sanderson 2025-05-20 15:32:27 -0500
  • 66540fe88e
    Fix pioasm build failure caused by GCC 15 changes (#2448) (#2468) 27Onion Nebell 2025-05-21 04:30:17 +0800
  • 14d75c0b78
    Add printout of picotool location (#2475) will-v-pi 2025-05-20 21:29:41 +0100
  • 550aa09624
    fix typo in PICO_RUNTIME_SKIP_INIT_POST_CLOCK_RESETS (was missing INIT) (#2457) Graham Sanderson 2025-05-11 20:34:17 -0500
  • 792f55628e
    Use cyw43_delay_ms() in cyw43_spi_reset() instead of sleep_ms() (#2431) Michael Brase 2025-05-08 09:26:08 -0600
  • 799225d550
    Add PICO_CRT0_NEAR_CALLS to indicate that crt0 can call runtimine_init/main/exit etc via near calls (#2452) Graham Sanderson 2025-05-07 08:56:40 -0500
  • 7cdb8eca57
    Add PICO_CRT0_NO_RESET_SECTION (#2453) Graham Sanderson 2025-05-07 08:56:19 -0500
  • 0779dfe3eb
    Small PICO_CONFIG tweak (#2456) Andrew Scheller 2025-05-06 15:14:20 +0100
  • 25789c433f
    Fix wrong value used for lposc_freq_khz_frac and xosc_freq_khz_frac Tommy G 2025-05-05 05:21:00 +1000
  • ec25563b82
    Fix binary_info compilation in C++ due to out-of-order designated initialisers (#2438) Andrew Brock 2025-05-05 03:57:04 +1000
  • 4bbd53371e
    Fix sha build issues with mbedtls 3.x (#2447) Peter Harper 2025-05-02 14:42:53 +0100
  • 0de8847b99
    Crashes after calling btstack_cyw43_deinit (#2446) Peter Harper 2025-05-01 16:35:29 +0100
  • 31fadf42eb
    Revert "Add --recursive flag to git submodule cmd (#2416)" (#2445) Peter Harper 2025-05-01 16:31:35 +0100
  • 6e315799f5
    Add script to extract CMake function descriptions (#2422) will-v-pi 2025-04-29 17:09:06 +0100
  • 333944ac67
    Update hellbender_2350A_devboard.h for release version of the board. (#2441) Caleb Jamison 2025-04-29 12:05:12 -0400
  • 082d9f75cd
    More board-header checks (followup to #2397) (#2442) Andrew Scheller 2025-04-26 18:15:26 +0100
  • ae332b3522
    Ensure each test has a unique name (followup to #2208) (#2443) Andrew Scheller 2025-04-26 18:13:36 +0100
  • 174cafc31a
    Add CYW43_WL_GPIO_SMPS_PIN for pico_w and pico2_w (#2410) Peter Harper 2025-04-23 20:02:06 +0100
  • eee72cdca7
    Fix submodule path typos (#2424) Andrew Scheller 2025-04-23 19:58:11 +0100
  • 8421b451f7
    Revert "Make doxygen buildable again (#2423)" (#2437) Andrew Scheller 2025-04-23 19:57:31 +0100
  • 829c067ee7
    add word alignment for rtwopi (#2429) Graham Sanderson 2025-04-20 17:25:29 -0700
  • 65a8907828
    Make doxygen buildable again (#2423) Andrew Scheller 2025-04-15 16:28:07 +0100
  • fed7188e52
    Rework use of pico_cmake_set in board headers to make it slightly less magic/confusing (#2397) Graham Sanderson 2025-04-14 08:50:25 -0700
  • 5592322465
    Add --recursive flag to git submodule cmd (#2416) Peter Harper 2025-04-12 05:35:09 +0100
  • 1ff632128f
    Fix #2413 - Misleading comment about bootloader in rp2350/memmap_copy_to_ram.ld (#2415) David Dyck 2025-04-11 06:36:29 -1000
  • 6fea77f584
    Change BT flash storage default for rp2350 A2 (#2412) Peter Harper 2025-04-11 17:22:20 +0100
  • 1721f9db47
    Add some docs for pico_set_lwip_httpd_content (#2411) Peter Harper 2025-04-11 17:20:49 +0100
  • f674850f0e
    Fix DST bug in aon_timer_get_time for rp2040 (#2409) Peter Harper 2025-04-11 17:14:26 +0100
  • d47c0c89ce
    Update mbedtls, lwip and cyw43-driver (#2405) Peter Harper 2025-04-11 17:14:02 +0100
  • 93ea261677
    Force inline critical_section_{enter,exit} (#2393) Scott Shawcroft 2025-04-05 21:43:06 -0700
  • 6b0bb0aad9
    Force inline critical_section_{enter,exit} force_inline_critical_section Scott Shawcroft 2025-04-02 10:33:36 -0700
  • 950a68f80e
    define __force_inline in host compiles (#2396) Graham Sanderson 2025-04-04 13:18:28 -0500
  • 5912699dd0
    Lots of small doxygen fixes (#2390) Andrew Scheller 2025-04-04 17:39:39 +0100
  • 701c1933af
    Set default GATT path to CMAKE_CURRENT_LIST_DIR if not specified (#2385) will-v-pi 2025-04-04 17:36:32 +0100
  • c88bd53a68
    Ensure that all RP2350 board-headers explicitly define PICO_RP2350A (#2370) Andrew Scheller 2025-04-04 17:35:42 +0100
  • 5edf1a0a3c
    Fix WindowsCI (again) (#2388) Andrew Scheller 2025-04-04 17:34:30 +0100
  • ad0bca9c85
    Fix bug in extract_configs.py (#2389) Andrew Scheller 2025-04-04 17:33:18 +0100
  • f62bc4f5ea
    Properly respect setting PICO_DEFAULT_BINARY_TYPE (#2381) Graham Sanderson 2025-04-03 09:58:41 -0500
  • f154f58cf9
    unclaim alarm on correct timer in ta_disable_irq_handler (#2382) Graham Sanderson 2025-04-03 09:57:59 -0500
  • ac3c458e81
    move irq_has_handler() so it can be used without shared handlers (#2383) Graham Sanderson 2025-04-03 09:57:25 -0500
  • 96b363a155
    Force inline critical_section_{enter,exit} force_inline_critical_section_2.1.1 Scott Shawcroft 2025-04-02 10:33:36 -0700
  • 472c781a31
    Fix sign conversion error introduced by #2233 (#2392) will-v-pi 2025-04-02 16:29:29 +0100
  • bb5b5f96e2
    Move unique_id (configurably) earlier in the static init process (#2379) Patrick Plenefisch 2025-03-29 13:02:03 -0400
  • a5ba689cb5
    Initial commit pulled in a bunch of stuff - see description will-v-pi 2025-03-26 21:44:21 +0000
  • 39fafaa434
    Add SPARE_IRQs to the SVD (#2271) Graham Sanderson 2025-03-25 13:14:28 -0500
  • fa94f6448a
    Look for PICO_CONFIG: entries in .S files too (#2368) Andrew Scheller 2025-03-24 22:28:59 +0000
  • e43b7534ba
    Add new stdio_usb_call_chars_available_callback() function (#2300) Michael Brase 2025-03-22 18:47:40 -0500
  • f81851a2cb
    Throw a warning when using the example signing/encryption keys (#2352) will-v-pi 2025-03-22 23:22:37 +0000
  • bbb94e51f9
    Add rom_pick_ab_update_partition function (#2182) will-v-pi 2025-03-22 22:59:05 +0000
  • 332eb5345b
    Add new feature defines to pico_stdio_usb (#2296) Michael Brase 2025-03-22 12:49:58 -0500
  • f67b678eb7 fix pin typos and errors Dan Halbert 2025-03-20 09:40:07 -0400
  • 005759d791
    Fix #2253 cybt_printf by wrapping with NDEBUG (#2323) David Dyck 2025-03-19 11:16:43 -1000
  • fe460bda3e add Adafruit Fruit Jam specific pins Dan Halbert 2025-03-19 14:58:43 -0400
  • 67a51205bb Adafruit Fruit Jam board Dan Halbert 2025-03-19 11:56:12 -0400
  • 645b33c31f
    Update hellbender_0001.h (#2359) Andrew Scheller 2025-03-19 16:03:53 +0000
  • 3241bdc2f5
    Fix PICO_PREVIOUS_PLATFORM error (#2357) will-v-pi 2025-03-18 19:18:37 +0000
  • ba936d3049
    pico_lwip_arch is actually what depends on pico_rand (#2303) Graham Sanderson 2025-03-18 14:06:40 -0500
  • 7d0f44b8b7
    Fix tools/build_all_headers.py to cope with chip-specific headers (#2292) Andrew Scheller 2025-03-18 18:43:03 +0000
  • a995b975ec
    Missed doc change in #850 (#2302) Graham Sanderson 2025-03-18 13:41:43 -0500
  • 26e7dc5c48
    Add Bazel label flag for overriding tusb_config.h (#2264) Michael Brase 2025-03-18 13:41:14 -0500
  • 6d8588d62c
    Adjust generated name to match pio_mov_status_type (#2324) Christopher Chamberlain 2025-03-18 13:39:38 -0500
  • 6a56480879
    Remove FIXME delete comment (#2341) David Dyck 2025-03-18 08:39:10 -1000
  • 3751bc5f98
    Check for the misuse of '#define PICO_RP2350B' in board headers (#2290) Andrew Scheller 2025-03-18 18:31:21 +0000
  • cc1ac399ed
    Remove assignment of cyw43 last_size/header/backplane_window variables (#2306) Damien George 2025-03-19 05:28:15 +1100
  • a45e1e46f5
    Add board file for Eelectronicparts Pico Mini in 2,4,8,16MB variants (#2346) gsboylan 2025-03-18 14:27:07 -0400
  • 4f31ef1761
    Add SparkFun XRP Controller header (#2347) Dryw Wade 2025-03-18 12:22:27 -0600
  • ab12d556cd
    Fix use of PICO_RP2040 macro. (#2356) eightycc 2025-03-18 08:08:11 -0700
  • 8e60f9199b Update board definition for Metro RP2350 (drop no-psram reference) metro-rp2350 tyeth 2025-03-12 15:07:12 +0000
  • 78292f47a2 Rename Adafruit Metro 2350 to cover optional PSRAM tyeth 2025-03-11 13:04:21 +0000
  • b1676c18a3
    fix return type of enable/disable interrupt methods... add host versions for completeness (#2310) Graham Sanderson 2025-03-09 14:39:21 -0500