Searched full:config (Results 1 – 25 of 48) sorted by relevance
12
15 [MISRA.md](../../MISRA.md) and [coverity_misra.config](coverity_misra.config)56 --coding-standard-config ../examples/coverity/coverity_misra.config \
149 git config core.autocrlf true160 git config blame.ignoreRevsFile .git-blame-ignore-revs168 spelling check. The config file for which can be found at [cspell.config.yaml](cspell.config.yaml)
18 …onfig` target defines the path to FreeRTOSConfig.h and optionally other freertos based config files26 " include) # The config file directory\n"35 " include) # The config file directory\n"
11 Additionally, [MISRA configuration file](examples/coverity/coverity_misra.config)
13 XT_CORE = $(patsubst %-params,%,$(notdir $(shell xt-xcc --show-config=core)))14 CONFIGDIR = $(shell xt-xcc --show-config=config)
35 * abstraction layer (HAL) to deal with config specifics. It may also be50 #include <xtensa/config/tie.h>52 #include <xtensa/config/system.h>91 by user TIE or the use of the MAC16 option in the user's Xtensa config.92 The frame size is minimized by omitting regs not applicable to user's config.
32 * included in FreeRTOSConfig.h to properly set up the config-dependent49 #include <xtensa/config/core.h>50 #include <xtensa/config/system.h> /* required for XSHAL_CLIB */
35 * abstraction layer (HAL) to deal with config specifics. It may also be54 #include <xtensa/config/system.h>
45 #include <xtensa/config/core.h>46 #include <xtensa/config/system.h> /* required for XSHAL_CLIB */
54 #include <xtensa/config/core.h>58 #include <xtensa/config/system.h>
37 #include <xtensa/config/core.h>
36 #include <xtensa/config/core.h>
31 #include <xtensa/config/core.h>
34 # CONFIG40 'cspell.config.yaml',67 '.config'
86 /* We have to use PICO_DIVIDER_DISABLE_INTERRUPTS as the source of truth rathern than our config,131 /* Check validity of number of cores specified in config */133 #error "Invalid number of cores specified in config!"137 #error "Invalid tick core specified in config!"
35 * included in FreeRTOSConfig.h to properly set up the config-dependent53 #include <xtensa/config/core.h>54 #include <xtensa/config/system.h> /* required for XSHAL_CLIB */
38 * abstraction layer (HAL) to deal with config specifics. It may also be58 #include <xtensa/config/system.h>
58 #include <xtensa/config/core.h>62 #include <xtensa/config/system.h>
75 #include <xtensa/config/core.h>76 #include <xtensa/config/system.h> /* required for XSHAL_CLIB */
56 /* This may be set to zero in the config file if the rtos_time73 /* Check validity of number of cores specified in config */75 #error "Invalid number of cores specified in config!"
48 git config --global user.name ${{ github.actor }}49 git config --global user.email ${{ github.actor }}@users.noreply.github.com
38 …lcov --config-file FreeRTOS/Test/CMock/lcovrc --summary FreeRTOS/Test/CMock/build/cmock_test.info …
36 … We need to inject the following header file into ALL SDK files (which we do via the config header)
39 Some additional `config` options are defined [here](include/rp2040_config.h) which control some low…
63 #include <xtensa/config/core.h>564 …ache_lock_bug() && "ESP32 Rev 3 + Dual Core + PSRAM requires INT WDT enabled in project config!" ); in esp_startup_start_app()