mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 14:52:40 +00:00
Renames supported platform configurations to conform to new platform configuration naming scheme. Example usage with PLATFORM_CONFIG: make PLATFORM_CONFIG=basic_cortex_m3 make PLATFORM_CONFIG=basic_atom make PLATFORM_CONFIG=basic_minuteia make PLATFORM_CONFIG=galileo xxx_ti_lm3s6965_defconfig -> xxx_basic_cortex_m3_defconfig xxx_generic_pc_atom_n28xx_defconfig -> xxx_basic_atom_defconfig xxx_generic_pc_minuteia_defconfig -> xxx_basic_minuteia_defconfig xxx_quark_defconfig -> xxx_galileo_defconfig Change-Id: I696eb8b9ad9a72d7a72efbe1341ce23500335764 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
24 lines
1.4 KiB
Plaintext
24 lines
1.4 KiB
Plaintext
nanokernel/apps/bluetooth/init <n> basic_atom
|
|
# nanokernel/apps/bluetooth/init <n> galileo
|
|
nanokernel/apps/bluetooth/init <n> basic_minuteia
|
|
nanokernel/apps/bluetooth/init <n> fsl_frdm_k64f
|
|
nanokernel/apps/bluetooth/init <n> basic_cortex_m3
|
|
nanokernel/apps/bluetooth/shell <n> basic_atom
|
|
nanokernel/apps/bluetooth/shell <n> basic_cortex_m3
|
|
nanokernel/apps/bluetooth/shell <n> fsl_frdm_k64f
|
|
nanokernel/test/test_bluetooth <nq> basic_atom!
|
|
# nanokernel/test/test_bluetooth <nq> galileo
|
|
nanokernel/test/test_bluetooth <nq> basic_minuteia!
|
|
nanokernel/test/test_bluetooth <nq> basic_cortex_m3!
|
|
nanokernel/test/test_bluetooth <nq> fsl_frdm_k64f
|
|
bluetooth/peripheral <u> basic_atom
|
|
bluetooth/peripheral <u> basic_cortex_m3
|
|
bluetooth/beacon <u> basic_atom
|
|
bluetooth/beacon <u> basic_cortex_m3
|
|
bluetooth/central <u> basic_atom
|
|
bluetooth/tester <u> basic_cortex_m3
|
|
# microkernel/test/test_bluetooth <uq> galileo
|
|
microkernel/test/test_bluetooth <uq> basic_minuteia!
|
|
microkernel/test/test_bluetooth <uq> basic_cortex_m3!
|
|
microkernel/test/test_bluetooth <uq> fsl_frdm_k64f
|