File tree
7 files changed
+103
-16
lines changed- .github/workflows
7 files changed
+103
-16
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
39 |
| - | |
| 41 | + | |
40 | 42 |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
| 32 | + | |
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
| |||
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
63 |
| - | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
| |||
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| 86 | + | |
| 87 | + | |
84 | 88 |
| |
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
90 | 94 |
| |
| 95 | + | |
91 | 96 |
| |
92 | 97 |
|
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 |
| |
49 | 60 |
| |
50 | 61 |
| |
| |||
80 | 91 |
| |
81 | 92 |
| |
82 | 93 |
| |
83 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
84 | 100 |
| |
85 | 101 |
| |
86 | 102 |
| |
| |||
89 | 105 |
| |
90 | 106 |
| |
91 | 107 |
| |
| 108 | + | |
| 109 | + | |
| 110 | + | |
92 | 111 |
| |
93 | 112 |
| |
94 | 113 |
| |
|
- TESTS/configs/greentea_full.json5+6-1
- connectivity/drivers/emac/TARGET_STM/mbed_lib.json+4
- connectivity/drivers/emac/TARGET_STM/stm32xx_emac.cpp+161-3
- connectivity/drivers/emac/TARGET_STM/stm32xx_emac.h+11
- connectivity/netsocket/tests/TESTS/netsocket/README.md+9-2
- drivers/tests/TESTS/mbed_drivers/reset_reason/CMakeLists.txt-5
- drivers/tests/TESTS/mbed_drivers/watchdog_reset/CMakeLists.txt-5
- drivers/usb/tests/TESTS/host_tests/usb_device_hid.py+1-12
- features/frameworks/utest/source/utest_harness.cpp+5-3
- hal/tests/TESTS/mbed_hal/reset_reason/CMakeLists.txt-5
- hal/tests/TESTS/mbed_hal/rtc_reset/CMakeLists.txt-5
- platform/mbed_lib.json+3
- platform/tests/TESTS/mbed_platform/crash_reporting/CMakeLists.txt+1-1
- platform/tests/TESTS/mbed_platform/crash_reporting/main.cpp-2
- rtos/tests/TESTS/mbed_rtos/heap_and_stack/main.cpp+12-4
- targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld+10-10
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/PinNames.h+5-3
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/TARGET_1050_EVK/xip/evkbimxrt1050_flexspi_nor_config.c+2-2
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/TARGET_1060_EVK/xip/evkbmimxrt1060_flexspi_nor_config.c+5-22
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/flash_api.c+4-4
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/flash_defines.h+1-1
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/fsl_flexspi_nor_boot.h+1-1
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_EVK/mimxrt_memory_info.h-16
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_TEENSY_4X/TARGET_TEENSY_40/mimxrt_memory_info.h-13
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/TARGET_TEENSY_4X/TARGET_TEENSY_41/mimxrt_memory_info.h-13
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/device/TOOLCHAIN_GCC_ARM/MIMXRT1052xxxxx.ld+120-62
- targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT105x/mbed_overrides.c+3
- targets/targets.json5+51-1
- targets/upload_method_cfg/MIMXRT1050_EVK.cmake+4
- targets/upload_method_cfg/MIMXRT1060_EVK.cmake+5-3
- tools/cmake/mbed_generate_configuration.cmake+34-45
- tools/cmake/mbed_set_linker_script.cmake+4-5
- tools/cmake/upload_methods/UploadMethodPYOCD.cmake+4-1
- tools/python/mbed_os_tools/test/host_tests_logger/ht_logger.py+1-1
- tools/python/mbed_tools/build/_internal/cmake_file.py+5-1
- tools/python/mbed_tools/build/_internal/config/assemble_build_config.py+28-5
- tools/python/mbed_tools/build/_internal/config/config.py+6
- tools/python/mbed_tools/build/_internal/templates/mbed_config.tmpl+12-9
- tools/python/mbed_tools/build/config.py+1-1
- tools/python/mbed_tools/cli/build.py-140
- tools/python/mbed_tools/cli/configure.py+7-10
- tools/python/mbed_tools/cli/main.py-2
- tools/python/mbed_tools/cli/sterm.py+10-2
- tools/python/mbed_tools/project/_internal/project_data.py+3-4
- tools/python/mbed_tools/project/mbed_program.py+8-7
- tools/python/python_tests/mbed_tools/cli/test_build.py-338
- tools/python/python_tests/mbed_tools/cli/test_configure.py+7-18
- tools/python/python_tests/mbed_tools/project/test_mbed_program.py+8-8
- tools/python/python_tests/mbed_tools/regression/test_configure.py+2-1
Lines changed: 63 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 |
| |
14 | 22 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
| |||
81 | 85 |
| |
82 | 86 |
| |
83 | 87 |
| |
84 |
| - | |
| 88 | + | |
85 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
86 | 143 |
| |
87 |
| - | |
| 144 | + | |
88 | 145 |
|
- .github/workflows/imgtool.yaml+1-1
- .github/workflows/zephyr_build.yaml+3-2
- boot/bootutil/include/bootutil/image.h+12-10
- boot/bootutil/src/boot_record.c+6
- boot/bootutil/src/bootutil_public.c+1-1
- boot/bootutil/src/loader.c+17-4
- boot/mbed/CMakeLists.txt+21-21
- boot/mbed/include/mcuboot_config/mcuboot_logging.h+3
- boot/mbed/mbed_lib.json+5
- boot/mbed/mcuboot_imgtool.cmake+7-1
- boot/zephyr/boards/ctcc_nrf52840.conf+20
- boot/zephyr/boards/ctcc_nrf9161.conf+15
- boot/zephyr/boards/frdm_mcxa156.conf+5
- boot/zephyr/boards/nrf54l15dk_nrf54l05_cpuapp.conf+3
- boot/zephyr/boards/nrf54l15dk_nrf54l10_cpuapp.conf+3
- boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf+3
- boot/zephyr/sample.yaml+32-1
- boot/zephyr/single_loader.c+18
- docs/design.md+1-1
- scripts/imgtool/main.py+1-1
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 |
| |
22 | 26 |
| |
23 | 27 |
| |
| |||
33 | 37 |
| |
34 | 38 |
| |
35 | 39 |
| |
36 |
| - | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
|
0 commit comments