Skip to content

Commit

Permalink
Remove misleading comments from .yml files
Browse files Browse the repository at this point in the history
These comments were added by some old version of newt and are never
updated after c&p so they are just misleading and unnecessary.
  • Loading branch information
andrzej-kaczmarek committed Oct 19, 2018
1 parent 85fdd0e commit d52b296
Show file tree
Hide file tree
Showing 104 changed files with 0 additions and 205 deletions.
2 changes: 0 additions & 2 deletions apps/blesplit/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/blesplit

syscfg.vals:
# Use INFO log level to reduce code size. DEBUG is too large for nRF51.
LOG_LEVEL: 1
Expand Down
2 changes: 0 additions & 2 deletions apps/bleuart/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/bleuart

syscfg.vals:
# Disable unused roles; bleuart is a peripheral-only app.
BLE_ROLE_OBSERVER: 0
Expand Down
2 changes: 0 additions & 2 deletions apps/boot/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/boot

syscfg.defs:
BOOT_LOADER:
description: 'Set to indicate that this app is a bootloader.'
Expand Down
2 changes: 0 additions & 2 deletions apps/iptest/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/iptest

syscfg.defs:
BUILD_WITH_OIC:
description: 'needed?'
Expand Down
2 changes: 0 additions & 2 deletions apps/sensors_test/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/sensors_test

syscfg.vals:
# Enable the shell task.
SHELL_TASK: 1
Expand Down
1 change: 0 additions & 1 deletion apps/slinky/syscfg.yml
Expand Up @@ -16,7 +16,6 @@
# under the License.
#

# Package: apps/slinky
syscfg.defs:
SLINKY_LOG_MODULE_GPIO:
description: The log module to use for slinky GPIO messages.
Expand Down
2 changes: 0 additions & 2 deletions apps/slinky_oic/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/slinky

syscfg.vals:
# Enable the shell task.
SHELL_TASK: 1
Expand Down
2 changes: 0 additions & 2 deletions apps/spitest/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/spitest

syscfg.defs:
SPITEST_SS_PIN:
description: 'SPI slave select pin number'
Expand Down
2 changes: 0 additions & 2 deletions apps/splitty/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/splitty

syscfg.vals:
# Enable the shell task.
SHELL_TASK: 1
Expand Down
2 changes: 0 additions & 2 deletions apps/testbench/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/testbench

syscfg.defs:
TESTBENCH_BLE:
description: Enables BLE support in the testbench app.
Expand Down
2 changes: 0 additions & 2 deletions apps/timtest/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: apps/timtest

syscfg.vals:
SHELL_TASK: 0
TIMER_1: 1
Expand Down
2 changes: 0 additions & 2 deletions boot/boot_serial/test/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: boot/boot_serial/test

syscfg.vals:
# This is here to work around the $notnull syscfg restriction.
BOOT_SERIAL_DETECT_PIN: 0
2 changes: 0 additions & 2 deletions boot/bootutil/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: boot/bootutil

syscfg.defs:
BOOTUTIL_SIGN_RSA:
description: 'Images are signed using RSA2048.'
Expand Down
1 change: 0 additions & 1 deletion compiler/arm-none-eabi-m3/syscfg.yml
Expand Up @@ -17,4 +17,3 @@
# under the License.
#

# Package: compiler/arm-none-eabi-m3
2 changes: 0 additions & 2 deletions compiler/arm-none-eabi-m4/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: compiler/arm-none-eabi-m4

syscfg.defs:
HARDFLOAT:
description: 'Use hardware FPU'
Expand Down
2 changes: 0 additions & 2 deletions compiler/arm-none-eabi-m7/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: compiler/arm-none-eabi-m7

syscfg.defs:
HARDFLOAT:
description: 'Use hardware FPU'
Expand Down
2 changes: 0 additions & 2 deletions crypto/mbedtls/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: crypto/mbedtls

syscfg.defs:
# Enabled curves
MBEDTLS_ECP_DP_SECP192R1:
Expand Down
2 changes: 0 additions & 2 deletions crypto/tinycrypt/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: crypto/tinycrypt

syscfg.defs:
TINYCRYPT_UECC_RNG_USE_TRNG:
description: >
Expand Down
2 changes: 0 additions & 2 deletions encoding/cborattr/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: mgmt/imgmgr

syscfg.defs:
CBORATTR_MAX_SIZE:
description: 'The maximum size of a CBOR attribute during decoding'
Expand Down
2 changes: 0 additions & 2 deletions fs/fs/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: fs/fs

syscfg.defs:
FS_CLI:
description: 'CLI commands to interact with files.'
Expand Down
2 changes: 0 additions & 2 deletions fs/nffs/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: fs/nffs

syscfg.defs:
NFFS_FLASH_AREA:
description: 'Flash area to use for NFFS.'
Expand Down
2 changes: 0 additions & 2 deletions hw/battery/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/battery

syscfg.defs:
BATTERY_SHELL:
description: 'Whether or not to enable the battery shell support'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/ada_feather_nrf52/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/ada_feather_nrf52

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/apollo2_evb/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/apollo2_evb

syscfg.defs:
BSP_APOLLO2:
description: 'Set to indicate that BSP has the APOLLO2 processor'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/arduino_primo_nrf52/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/arduino_primo_nrf52

syscfg.defs:
OPENOCD_DEBUG:
description: 'Use OpenOCD for JTAG access.'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/bbc_microbit/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/bbc_microbit

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/ble400/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/ble400

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/bmd200/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/bmd200

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/bmd300eval/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/bmd300eval

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/calliope_mini/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/bbc_microbit

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/ci40/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/ci40

syscfg.defs:
CLOCK_FREQ:
description: 'Clock frequency (hertz).'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/dwm1001-dev/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/dwm1001-dev

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/embarc_emsk/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/embarc_emsk

syscfg.defs:
UART_0:
description: 'Whether to enable UART0'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/fanstel-ev-bt840/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/fanstel-ev-bt840

syscfg.defs:
BSP_NRF52840:
description: 'Set to indicate that BSP has nRF52840'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/frdm-k64f/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/frdm-k64f

syscfg.defs:
BSP_MK64F12:
description: 'Set to indicate that BSP has NXP MK64F12'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/hifive1/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/hifive

syscfg.vals:
XTAL_32768: 1
SYS_CLOCK: HFXOSC_PLL_256_MHZ
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nina-b1/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/nina-b1

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nordic_pca10028-16k/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/nordic_pca10028-16k

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nordic_pca10028/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/nordic_pca10028

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nordic_pca10040/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/nordic_pca10040

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nordic_pca10056/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/nordic_pca10056

syscfg.defs:
BSP_NRF52840:
description: 'Set to indicate that BSP has NRF52840'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nordic_pca20020/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/nrf52-thingy

syscfg.defs:
BSP_NRF52:
description: 'Set to indicate that BSP has NRF52'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nrf51-arduino_101/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/nrf51-arduino_101

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/nrf51-blenano/syscfg.yml
Expand Up @@ -17,8 +17,6 @@
# under the License.
#

# Package: hw/bsp/nrf51-blenano

syscfg.defs:
BSP_NRF51:
description: 'Set to indicate that BSP has NRF51'
Expand Down
2 changes: 0 additions & 2 deletions hw/bsp/olimex_stm32-e407_devboard/syscfg.yml
Expand Up @@ -16,8 +16,6 @@
# under the License.
#

# Package: hw/bsp/olimex_stm32-e407_devboard

syscfg.defs:
ADC_1:
description: "ADC_1"
Expand Down

0 comments on commit d52b296

Please sign in to comment.