File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
newt_upgrade/allowed-ignored Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11apache-mynewt-core
2- apache-mynewt-mcumgr
32apache-mynewt-nimble
43arm-CMSIS_5
5- mbedtls
64mcuboot
75nordic-nrfx
6+ stm-stm32g4xx_hal_driver
Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- project.repositories :
21- - apache-mynewt-core
22-
2320repository.apache-mynewt-core :
2421 type : github
2522 vers : 0-dev
@@ -33,16 +30,12 @@ repository.tinyusb:
3330 repo : tinyusb
3431
3532project.repositories.allowed :
36- - apache-mynewt-core
37- - apache-mynewt-nimble
38- - apache-mynewt-mcumgr
33+ - apache-*
34+ - ~stm-.*g4
3935 - mcuboot
4036 - arm-CMSIS_5
4137 - nordic-nrfx
42- - mbedtls
43- - stm-cmsis_device_f3
44- - stm-stm32f3xx_hal_driver
4538
4639project.repositories.ignored :
47- - stm-cmsis_device_f3
48- - stm-stm32f3xx_hal_driver
40+ - apache-mynewt-mcumgr
41+ - stm-cmsis_device_g4
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ jobs:
127127 run : |
128128 echo "Test upgrade"
129129 newt upgrade
130- ls repos | diff -w expected.txt -
130+ ls -1 repos | diff -w expected.txt -
You can’t perform that action at this time.
0 commit comments