zephyr/scripts
Helmut Lord aac15846fa west_commands: build: add extra file arguments
Adds an argument to include additional .conf or .overlay files

Example use:

```
west build -b nrf52840dk/nrf52840 -p --extra-conf foo.conf
```

```
west build -b nrf52840dk/nrf52840 -p --extra-dtc-overlay foo.overlay
```

Or:

```
west build -b nrf52840dk/nrf52840 -p --extra-conf foo.conf
--extra-conf bar.conf
```

```
west build -b nrf52840dk/nrf52840 -p --extra-dtc-overlay foo.overlay
--extra-dtc-overlay bar.overlay
```

Signed-off-by: Helmut Lord <kellyhlord@gmail.com>
2024-09-30 16:55:26 -05:00
..
build
checkpatch
ci ci: elasticsearch: Upload script index map examples 2024-09-26 17:44:01 -04:00
coccinelle
coredump
dts scripts: dts: devicetree: edtlib: Use insertion sort for compat2nodes 2024-09-25 13:46:32 -05:00
footprint scripts: footprint: Add converter to twister_footprint.json 2024-09-19 03:28:52 -04:00
generate_usb_vif
gitlint
kconfig
logging/dictionary scripts: logging: dictionary: Add uart support 2024-09-25 12:00:13 +01:00
native_simulator
net
profiling
pylib scripts: twister: Fix trailing CR/LF at BinaryHandler logs 2024-09-27 14:30:26 +01:00
pylint/checkers
release
schemas twister: hwmap: add script parameter support 2024-09-16 10:03:53 +02:00
support
tests scripts: twister: Fix trailing CR/LF at BinaryHandler logs 2024-09-27 14:30:26 +01:00
tracing
utils mgmt: mcumgr: transport: bluetooth: add all gatt permission levels 2024-09-19 15:13:19 +02:00
west_commands west_commands: build: add extra file arguments 2024-09-30 16:55:26 -05:00
.gitignore
checkpatch.pl
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py
github_helpers.py
list_boards.py
list_hardware.py
list_shields.py
make_bugs_pickle.py
requirements-base.txt
requirements-build-test.txt
requirements-compliance.txt scripts: compliance: add sphinx-lint linter 2024-09-13 11:43:04 -05:00
requirements-extras.txt scripts: footprint: Add converter to twister_footprint.json 2024-09-19 03:28:52 -04:00
requirements-run-test.txt scripts: Remove wrong bz package 2024-09-23 09:59:56 +02:00
requirements.txt
series-push-hook.sh
set_assignees.py
snippets.py
spelling.txt
tags.sh
twister
valgrind.supp
west-commands.yml
zephyr_module.py