Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ad24576501aa846de1384618a82b6741c8bc685f
/
cmake
1134393
scripts/dts: Make extract_dts_includes generating both files by itself
by Tomasz Bursztyka
· 7 years ago
993c350
cleanup: replace old jira numbers with GH issues
by Anas Nashif
· 7 years ago
98456b3
cmake: fix set_ifndef() usage patterns
by Marti Bolivar
· 7 years ago
777e0a1
cmake: Support UTF-8 characters in Kconfig values
by Sebastian Bøe
· 7 years ago
87031e3
cmake: Find out earlier whether ccache is to be used or not
by Sebastian Bøe
· 7 years ago
d2e8985
cmake: dts: Fix usage of BOARD vs BOARD_FAMILY
by Kumar Gala
· 7 years ago
5343f89
cmake: indicate single precision floating-point for Cortex-M33
by Ioannis Glaropoulos
· 7 years ago
b328ec5
cmake: dts.cmake: Use SOC_PATH to find soc/dts.fixup
by Kumar Gala
· 7 years ago
440cc18
cmake: Move SOC_* var defines to cmake/app/boilerplate.cmake
by Kumar Gala
· 7 years ago
a495b31
sample: net: RPL mesh sample over QEMU
by Pedro Martucci
· 7 years ago
e172fa3
build: support out-of-tree custom boards
by Anas Nashif
· 7 years ago
622ab2f
toolchain: organise toolchain/compiler files
by Anas Nashif
· 7 years ago
7ee8bb9
build: deprecate ZEPHYR_GCC_VARIANT
by Anas Nashif
· 7 years ago
72684ef
dts: mcuboot: Support for common overlays and mcuboot
by Carles Cufi
· 7 years ago
06b9841
dts: Move dts.cmake to cmake/
by Carles Cufi
· 7 years ago
1cce63a
cmake: dts: Allow multiple overlay files
by Carles Cufi
· 7 years ago
461511e
cmake: fix 'ninja flash' et al with multiple boards plugged in
by Marti Bolivar
· 7 years ago
55109ae
cmake: give an assert a useful message
by Patrick Boettcher
· 7 years ago
de31140
scripts: fix ram_reports and generate bin file if missing
by Anas Nashif
· 7 years ago
4a243ff
arch: arc: use default optimization flag
by Jimmy Huang
· 7 years ago
d187da4
cmake: Fix missing braces around interface
by Ding Tao
· 7 years ago
690bea3
cmake: Fix "make usage" regression from the ZEPHYR_BASE change
by Sebastian Bøe
· 7 years ago
2c8aa87
kconfig: Revert back to old behaviour pre-kconfiglib.py
by Sebastian Bøe
· 7 years ago
db31de5
Revert "cmake: kconfig: Run Kconfig on every reconfiguration"
by Sebastian Bøe
· 7 years ago
54bdccc
cmake: do not error on missing 'config'
by Anas Nashif
· 7 years ago
70a4081
cmake: add optional app_set_runner_args()
by Marti Bolivar
· 7 years ago
8b6d3ad
cmake: Improve error messages for detecting libgcc
by Sebastian Bøe
· 7 years ago
15ca6da
cmake: Re-introduce support for CROSS_COMPILE
by Sebastian Bøe
· 7 years ago
a896be1
cmake: toolchain: Misc. comment cleanups
by Sebastian Bøe
· 7 years ago
4b61bd1
kconfig: Prune kconfig files that don't match the ARCH or BOARD
by Sebastian Bøe
· 7 years ago
a8b361b
cmake: kconfig: Run Kconfig on every reconfiguration
by Sebastian Bøe
· 7 years ago
d92769b
scripts: kconfig: Replace Kconfig exectuables with Python
by Carles Cufi
· 7 years ago
07a64f1
cmake: Use find_program() to locate the toolchain
by Carles Cufi
· 7 years ago
7d764b3
cmake: Use path-corrected version of ZEPHYR_BASE
by Carles Cufi
· 7 years ago
daa3986
cmake: sdk: Improve error message when INSTALL_DIR is wrong
by Sebastian Bøe
· 7 years ago
c6f367d
cmake: Give descriptive error to user when cloned with core.autocrlf
by Sebastian Bøe
· 7 years ago
e29744c
cmake: Require 3.8.2 on all platforms, including MSYS2
by Carles Cufi
· 7 years ago
33592e8
cmake: remove IS_TEST handling
by Anas Nashif
· 7 years ago
f746cb3
version: fix version handling without extra_version set
by Anas Nashif
· 7 years ago
5d25497
cmake: zephyr_get_*: Add support for SKIP_PREFIX
by Sebastian Bøe
· 7 years ago
3c8331d3
cmake: Introduce Zephyr interface libraries
by Sebastian Bøe
· 7 years ago
d5fe808
cmake: net: qemu: Don't pass "-serial none" to qemu
by Sebastian Bøe
· 7 years ago
dfe5cb7
cmake: qemu: Don't use the '\$' hack with Ninja
by Sebastian Bøe
· 7 years ago
c14013c
cmake: generate_inc: Change how the target name is constructed
by Sebastian Bøe
· 7 years ago
5fb5adb
cmake: Fix target_ld_options()
by Sebastian Bøe
· 7 years ago
4b77b4a
cmake: usage: Added posix to list of arch's with boards
by Sebastian Bøe
· 7 years ago
4592ff2
native: build zephyr.exe for posix arch
by Anas Nashif
· 7 years ago
fd276ae
cmake: cleanup qemu runner configuration
by Anas Nashif
· 7 years ago
e32a656
posix: native: support native runner
by Anas Nashif
· 7 years ago
c15d3c9
cmake: support other emulation platforms/runners
by Anas Nashif
· 7 years ago
76f76441
arch: native: Run Zephyr natively in a POSIX OS
by Alberto Escolar Piedras
· 7 years ago
2bbe6af
cmake: add zephyr_link_libraries_ifdef
by Anas Nashif
· 7 years ago
2e9064b
cmake: replace @ in path with _
by Anas Nashif
· 7 years ago
fa53e89
cmake: boilerplate: Define properties earlier
by Sebastian Bøe
· 7 years ago
8447b5e
cmake: flash: support verbose output toggle
by Marti Bolivar
· 7 years ago
7a3462d
scripts: runner: use arguments, not environment vars
by Marti Bolivar
· 7 years ago
94290ee
cmake: extensions: support list arguments to set_ifndef()
by Marti Bolivar
· 7 years ago
e33ec24
scripts: refactor flash/debug scripts to remove "shell"
by Marti Bolivar
· 7 years ago
f8e0a0c
cmake: extensions: add assert_not()
by Marti Bolivar
· 7 years ago
11c020e
cmake: Support installing toolchains in "Program Files"
by Sebastian Bøe
· 7 years ago
c87d262
size_report: Use the CMake-discovered toolchain instead of ENV vars
by Sebastian Bøe
· 7 years ago
6a2a94b
cmake: qemu: Allow -kernel to be overridden
by Sebastian Bøe
· 7 years ago
e0e7a7d
cmake: Reorganize how qemu is found
by Sebastian Bøe
· 7 years ago
fb7f914
cmake: call the right QEMU binary on Jailhouse's make run target
by Gustavo Lima Chaves
· 7 years ago
b0c4316
cmake: Show usage when an invalid board is given
by Sebastian Bøe
· 7 years ago
6c8ebab
cmake: Added assert that will show usage
by Sebastian Bøe
· 7 years ago
6a61d5f
cmake: Fix the dependency between qemu and the elf file
by Sebastian Bøe
· 7 years ago
89516fb
cmake: Change the zephyr_get_* API to be LANG-aware
by Sebastian Bøe
· 7 years ago
abbdd88
cmake: Fix EXTRA_LDFLAGS feature
by Sebastian Bøe
· 7 years ago
13a6840
cmake: Re-organize syscall generation wrt. the build system
by Sebastian Bøe
· 7 years ago
2ead15d
cmake: Move syscall_macros.h generation into the build stage
by Sebastian Bøe
· 7 years ago
bc2404a
Revert "cmake: add zephyr_cc_option_nocheck"
by Sebastian Bøe
· 7 years ago
a01f2de
cmake: add zephyr_cc_option_nocheck
by Anas Nashif
· 7 years ago
83cf82b
cmake: qemu: Restore QEMU_PTY/QEMU_PIPE option handling.
by Paul Sokolovsky
· 7 years ago
f71c3fa
cmake: Extend cc-option support to C++
by Sebastian Bøe
· 7 years ago
935e95b
cmake: extensions: Add check_compiler_flag function
by Sebastian Bøe
· 7 years ago
5539047
cmake: qemu: Restore QEMU_INSTANCE option handling.
by Paul Sokolovsky
· 7 years ago
96e7df4
cmake: Give zephyr_library_* flags precedence over zephyr_* flags
by Sebastian Bøe
· 7 years ago
e51ce4d
cmake: Generate POST_BUILD items based on KConfig
by Sebastian Bøe
· 7 years ago
be25936
release: make cmake happy about version
by Anas Nashif
· 7 years ago
3882866
cmake: fixed version handling
by Anas Nashif
· 7 years ago
ce2bfcd
cmake: Remove the PREBUILT_HOST_TOOLS variable
by Sebastian Bøe
· 7 years ago
9f59045
cmake: Refactored EXTRA_FLAGS code into a dedicated script
by Sebastian Bøe
· 7 years ago
999b658
cmake: flash: Remove fake path to zephyr_flash_debug.py
by Kumar Gala
· 7 years ago
3eaeeb8
net: Only enable QEMU_NET_STACK with CONFIG_NET_SLIP_TAP
by Luiz Augusto von Dentz
· 7 years ago
8d0a80c
cmake: Fix SDK-less builds
by Sebastian Bøe
· 7 years ago
539d2af
flash: support flashing multiple configurations of a single board
by Anas Nashif
· 7 years ago
709cff1
cmake: Fail when zephyr_sources() is called on a directory
by Sebastian Bøe
· 7 years ago
f0346bf
flash: Change type of FLASH_SCRIPT_ENV_VARS
by Sebastian Bøe
· 7 years ago
8dd3bb8
flash: Pass env var OPENOCD_DEFAULT_PATH to flasher
by Sebastian Bøe
· 7 years ago
ede10b9
cmake: Set proper QEMU options for networking applications
by Jukka Rissanen
· 7 years ago
446503d
cmake: Support disjoint toolchain and SDK locations
by Anas Nashif
· 7 years ago
114f603
cmake: Support disjoint toolchain and SDK locations
by Leandro Pereira
· 7 years ago
eb8e7b7
cmake: Fixed openocd
by Sebastian Bøe
· 7 years ago
c7832bd
cmake: Use -serial bt-server when CONFIG_BT
by Sebastian Bøe
· 7 years ago
4449bef
cmake: Pass GDB env var to flasher script
by Sebastian Bøe
· 7 years ago
adb988a
cmake: fixed version handling
by Anas Nashif
· 7 years ago
12f8f76
Introduce cmake-based rewrite of KBuild
by Sebastian Bøe
· 7 years ago