Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
tusb_bump
Select Git revision
Selected
tusb_bump
Branches
19
master
default
protected
1274-blocking-uart-transmission-appears-to-exit-early
best_effort_wfe
bi-pins-order-assert
develop
fix-uart-lcr-write
gpio_irq_improvements
iar/develop
int_frac
lurch-patch-1
lurch-patch-2
lwip_deps
misc_headers_issues
more_board_header_checks
new_pico_rand_api
pico_rand
recursive_mutex_cxx
remove_memset_of_stuct
tinyusb-1.5.0
Tags
12
2.0.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
32 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
28
27
24
23
22
20
19
16
15
14
12
9
8
25
Jul
24
23
22
20
9
8
7
27
Jun
21
20
13
12
10
4
21
May
19
18
7
22
Mar
15
Feb
19
Jan
16
12
8
5
21
Dec
15
14
5
Sep
29
Aug
17
14
15
Jun
13
10
9
8
7
6
3
2
29
May
26
25
24
22
7
27
Mar
21
20
19
9
4
1
27
Feb
26
25
23
22
17
16
15
13
12
11
10
9
8
7
6
5
3
2
31
Jan
30
29
27
26
25
24
20
19
18
17
9
8
Dec
6
3
30
Nov
24
22
2
27
Oct
21
17
16
9
5
26
Sep
12
6
1
18
Aug
17
10
8
2
27
Jul
12
30
Jun
29
24
20
17
13
8
7
6
18
May
17
16
15
11
10
9
4
3
29
Apr
4
22
Mar
4
14
Feb
22
Jan
19
8
13
Dec
8
6
12
Nov
1
31
Oct
30
28
27
26
25
23
20
14
12
11
8
7
4
8
Sep
11
Aug
6
22
Jul
19
15
14
6
29
Jun
28
7
4
3
2
1
31
May
27
25
24
23
18
17
13
12
11
10
5
4
2
1
21
Apr
18
15
13
12
9
8
7
6
1
30
Mar
29
24
22
21
18
17
15
13
10
8
5
4
separate actual shared bootrom header into boot_bootrom_headers, as pico_bootrom which is focused on calling the bootrom now has non trivial dependencies like pico_flash (#1881)
fix bug in sm_config_set_in_pin_count (#1880)
Revert "bootrom build includes pico_bootrom but not bootrom.h which is the only thing which requires pico_flash... slightly hacky fix to not include pico_flash if not available"
bootrom build includes pico_bootrom but not bootrom.h which is the only thing which requires pico_flash... slightly hacky fix to not include pico_flash if not available
Specify minimum cmake version for generic_board.cmake
lurch-patch-1
lurch-patch-1
Don't run coprodis on Risc-V or RP2040 binaries (#1875)
fix linker script bug using ALL of RAM (#1872)
Update extract configs (#1845)
Small pico_pre_load_platform.cmake tweak (#1867)
Fix stdio_usb with reset interface disabled on Windows (#1857)
Fix #1861 - MAX_EXCEPTION_NUM is the highest number, so check should be > not >= (#1866)
Workaround gcc/newlib issue on Ubuntu 24 (#1863)
Fix assert in gpio_set_irq_enabled (#1864)
Bazel: disable link_extra_lib when building bootloader (#1854)
Reorder pins in bi_pins_with_names to work with mask (#1858)
Add build-essential to README command line install (#1859)
bazel build: Fix compilation bugs for Pico-W support (#1797)
Disable interrupts while doing flash_op, explicit_buy, and chain_image (#1835)
#1851 fix signature of hardware_alarm_get_irq_num (#1852)
Add board definition for Adafruit Feather 2350 (#1784)
typo in documentation of __time_critical_func (#1792)
Update aon_timer.h (#1809)
More board header checks (#1814)
Small doxygen fixes (#1828)
Fix picobin inclusion from assembler with NO_PICO_PLATFORM (#1832)
Ensure makefsdata.py generates valid variable names (#1841)
Deprecate copro_dis.py - keep for now as it is used by bootrom build
Revert "Delete tools/copro_dis.py (#1833)"
Fix Cmsis irq regression (#1821)
Fix Windows CI build (#1846)
Fix missing Binary Info for boot_stage2 (#1844)
#1805 fix merge issue in pico_atomic which ended up with using IRQ disble instead of spin lock (#1838)
Update tools/check_board_header.py
more_board_head…
more_board_header_checks
Tweaks to the board-header files so that they pass check_board_header.py
Modify check_board_header.py to work with both RP2040- and RP2350-based boards
Fix best_effort_wfe_or_timeout further by not having the IRQ ever move the alarm target backwards; needs a new test case to make sure though
best_effort_wfe
best_effort_wfe
Delete tools/copro_dis.py (#1833)
#1829 .HEX files missing since SDK2.0.0
#1829 .HEX files missing since SDK2.0.0
Include Platform Paths files for the host (#1826)
Loading