Skip to content

Commit 1cd4d73

Browse files
committed
pico-sdk: Update a changelog file about changes in merging with 2.0.0
- Added a note about preventing the redefinition of `__weak.` - Added a note about disabling sanity check the GPIO IRQ status Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent d78b50d commit 1cd4d73

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

ChangeLog.zephyr.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,24 @@
33
Need to take care to not break these changes when updating pico-sdk.
44

55
## Patch List:
6-
- [#7] pico-sdk: hardware_timer: Don't add irq handler to interrupt vector
6+
- [#9] pico-sdk: Disabling sanity check the IRQ status
7+
- src/rp2_common/hardware_gpio/gpio.c
8+
- [#8] pico-sdk: pico_platform_compiler: Do not redefine `__weak`
9+
- src/rp2_common/pico_platform_compiler/include/pico/platform/compiler.h
10+
- [#7] pico-sdk: hardware_timer: Don't add irq handler to interrupt vector
711
- src/rp2_common/hardware_timer/timer.c
812
- [#6] pico-sdk: hardware_timer: Add argument to irq handler to handle userdata
9-
- src/rp2_common/hardware_timer/include/hardware/timer.h
13+
- src/rp2_common/hardware_timer/include/hardware/timer.h
1014
- src/rp2_common/hardware_timer/timer.c
1115
- [#5] pico-sdk: Rename is_irq_enabled() to pico_is_irq_enabled()
1216
- src/rp2_common/hardware_irq/include/hardware/irq.h
1317
- src/rp2_common/hardware_irq/irq.c
1418
- src/rp2_common/pico_multicore/multicore.c
15-
- [#4] pico-sdk: Additional modifications for MHZ/PICO_MHZ changes
16-
- src/rp2_common/hardware_pll/pll.c
1719
- [#3] pico-sdk: Rename adc_read() to pico_adc_read()
1820
- src/rp2_common/hardware_adc/include/hardware/adc.h
1921
- [#2] pico-sdk: Patch occurrences of KHZ/MHZ to PICO_KHZ/PICO_MHZ
2022
- src/rp2_common/hardware_clocks/clocks.c
2123
- src/rp2_common/hardware_clocks/include/hardware/clocks.h
22-
- src/rp2_common/hardware_pll/pll.c
24+
- src/rp2_common/hardware_pll/include/hardware/pll.h
2325
- src/rp2_common/hardware_xosc/xosc.c
26+
- src/rp2_common/pico_runtime_init/runtime_init_clocks.c

0 commit comments

Comments
 (0)