summaryrefslogtreecommitdiff
path: root/Makefile.toolchain
Commit message (Expand)AuthorAgeFilesLines
* toolchain: Build nucleo-h743zi and nucleo-f412zg with clangPatryk Duda2023-05-051-0/+2
* include/usb_descriptor.h: Replace wchar_t with uint16_tTom Hughes2023-03-241-1/+1
* Enable LTO for host testYi Chou2023-03-101-1/+1
* tree: Remove -Wdeclaration-after-statementTom Hughes2023-02-151-1/+1
* Remove some C++ toolchain workaroundsManoj Gupta2022-12-021-7/+0
* util: Add libec supportTom Hughes2022-11-151-0/+5
* Makefile.toolchain: Enable -ftrapv for fingerprint boardsTom Hughes2022-11-091-1/+3
* Makefile.toolchain: Define _GNU_SOURCE when using clangTom Hughes2022-11-021-0/+3
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* Makefile.toolchain: Do not use -Wimplicit-function-declaration for C++Caveh Jalali2022-10-141-1/+2
* core/cortex-m: Disable C++ exceptionsTom Hughes2022-10-101-0/+2
* Makefile: Add option to link with C++Tom Hughes2022-09-291-0/+11
* fpsensor: Build fpsensor source file with C++Tom Hughes2022-09-281-0/+20
* Makefile.toolchain: Use correct pkg-config with libftdiTom Hughes2022-09-271-6/+10
* usbc_ppc: Enable console logs for testsAaron Massey2022-09-261-0/+1
* util: Compile ectool (and other utils) with C++Tom Hughes2022-09-221-1/+1
* Makefile.toolchain: Use portage env variable for host buildsTom Hughes2022-09-211-0/+6
* Makefile.toolchain: Need to specify full path to compiler for ebuildTom Hughes2022-09-171-2/+13
* Makefile.toolchain: Pass sysroot flag for host buildsTom Hughes2022-09-141-0/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* Revert "fpsensor: Build fpsensor source file with C++"Jim Pollock2022-09-091-19/+0
* fpsensor: Build fpsensor source file with C++Tom Hughes2022-09-081-0/+19
* ec: Set HOSTGCOV correctly for each compilerJeremy Bettis2022-08-081-0/+4
* Makefile: Add option to compile with the C standard libraryTom Hughes2022-07-191-2/+19
* tree: Move stdlib implementation to builtin directoryTom Hughes2022-07-071-1/+1
* Makefile.toolchain: Add -no-pie to more placesManoj Gupta2022-06-281-3/+3
* Makefile.toolchain: Disable position independent codeManoj Gupta2022-06-281-3/+5
* Makefile: Set core-specific LLVM toolchainTom Hughes2022-06-151-1/+0
* Makefile: Use cxx-name variable instead of hardcoding compilerfactory-guybrush-14908.B-mainTom Hughes2022-06-081-1/+1
* Makefile: Disable unused function warning when building with clangTom Hughes2022-03-281-0/+4
* Makefile: --print-memory-usage is not supported by lldTom Hughes2022-03-281-1/+4
* ec: Write memory usage report to fileJeremy Bettis2022-03-161-0/+1
* Makefile.toolchain: Stop using old pass manager with fuzzingManoj Gupta2021-12-161-2/+1
* build: add option to disable -Werror flagMichał Barnaś2021-11-121-1/+5
* Add support for building dartmonkey firmware with clangTom Hughes2021-10-251-3/+16
* ec: Set GCOV tool for cross compileJeremy Bettis2021-09-271-0/+2
* ec: Don't run PKG_CONFIG if we already know answerJeremy Bettis2021-09-271-0/+2
* ec: Fail on uninitialized variablesJeremy Bettis2021-09-241-0/+6
* Revert "make: Compile host tests in 32-bit mode"Evan Green2021-08-021-3/+1
* make: Compile host tests in 32-bit modeEvan Green2021-08-021-1/+3
* Makefile: Update C++ compile commandTom Hughes2021-05-051-1/+2
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* make: Add comment about BUILD vs HOSTCraig Hesling2020-12-301-3/+6
* Use host's pkg-config for gen_touchpad_hashMattias Nissler2020-11-261-0/+1
* ec: fix `make coverage` code coverage reportingPaul Fagerburg2020-05-111-5/+6
* Makefile: set the value to the compiler flag CHIP_FAMILY in uppercaseCHLin2020-04-161-1/+1
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-1/+0
* Makefile: Ignore -Waddress-of-packed-member for GCCJacob Garber2019-09-271-7/+4
* ec_commands: Make importing ec_commands.h easier for foreign projectsYu-Ping Wu2019-08-211-3/+5
* ec: Pass -fno-experimental-new-pass-manager when building fuzzersManoj Gupta2019-07-031-1/+2