diff --git a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/halconf.h b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/halconf.h index e1825996d..85bc1b1a8 100644 --- a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/halconf.h +++ b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2020 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/mcuconf.h b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/mcuconf.h index b5324a825..6cbbb12bd 100644 --- a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/mcuconf.h +++ b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/cfg/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2020 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/main.c b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/main.c index db6e40174..d3ad79f44 100644 --- a/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/main.c +++ b/demos/STM32/RT-STM32WB55CG-NUCLEO-USBDongle/main.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ #include "ch.h" #include "hal.h" diff --git a/demos/STM32/RT-STM32WB55RG-NUCLEO/.project b/demos/STM32/RT-STM32WB55RG-NUCLEO/.project index c4ade410e..ba6bf39fe 100644 --- a/demos/STM32/RT-STM32WB55RG-NUCLEO/.project +++ b/demos/STM32/RT-STM32WB55RG-NUCLEO/.project @@ -1,43 +1,91 @@ - - - RT-STM32WB55RG-NUCLEO - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - - - board - 2 - CHIBIOS/os/hal/boards/ST_NUCLEO_WB55 - - - os - 2 - CHIBIOS/os - - - test - 2 - CHIBIOS/test - - - + + + RT-STM32WB55RG-NUCLEO + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + -j1 + + + org.eclipse.cdt.make.core.buildCommand + make + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.eclipse.cdt.core.ccnature + + + + os + 2 + CHIBIOS/os + + + test + 2 + CHIBIOS/test + + + diff --git a/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/halconf.h b/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/halconf.h index b230d4081..85bc1b1a8 100644 --- a/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/halconf.h +++ b/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/halconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2018 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/mcuconf.h b/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/mcuconf.h index adbe40292..985561de5 100644 --- a/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/mcuconf.h +++ b/demos/STM32/RT-STM32WB55RG-NUCLEO/cfg/mcuconf.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2020 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/demos/STM32/RT-STM32WB55RG-NUCLEO/main.c b/demos/STM32/RT-STM32WB55RG-NUCLEO/main.c index 5a13eb953..7fce69997 100644 --- a/demos/STM32/RT-STM32WB55RG-NUCLEO/main.c +++ b/demos/STM32/RT-STM32WB55RG-NUCLEO/main.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ #include "ch.h" #include "hal.h" diff --git a/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.c b/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.c index 31dc82804..dd2666f7f 100644 --- a/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.c +++ b/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file hal_efl_lld.c diff --git a/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.h b/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.h index a41d08788..88cdb5b10 100644 --- a/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.h +++ b/os/hal/ports/STM32/STM32WBxx/hal_efl_lld.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file hal_efl_lld.h diff --git a/os/hal/ports/STM32/STM32WBxx/hal_lld.c b/os/hal/ports/STM32/STM32WBxx/hal_lld.c index a0a65c334..039e36000 100644 --- a/os/hal/ports/STM32/STM32WBxx/hal_lld.c +++ b/os/hal/ports/STM32/STM32WBxx/hal_lld.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/hal_lld.c diff --git a/os/hal/ports/STM32/STM32WBxx/hal_lld.h b/os/hal/ports/STM32/STM32WBxx/hal_lld.h index c6f722246..64d853708 100644 --- a/os/hal/ports/STM32/STM32WBxx/hal_lld.h +++ b/os/hal/ports/STM32/STM32WBxx/hal_lld.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2018 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/hal_lld.h diff --git a/os/hal/ports/STM32/STM32WBxx/stm32_dmamux.h b/os/hal/ports/STM32/STM32WBxx/stm32_dmamux.h index e9e2db39d..bec662816 100644 --- a/os/hal/ports/STM32/STM32WBxx/stm32_dmamux.h +++ b/os/hal/ports/STM32/STM32WBxx/stm32_dmamux.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/stm32_dmamux.h diff --git a/os/hal/ports/STM32/STM32WBxx/stm32_isr.c b/os/hal/ports/STM32/STM32WBxx/stm32_isr.c index 8946b4080..d442a61de 100644 --- a/os/hal/ports/STM32/STM32WBxx/stm32_isr.c +++ b/os/hal/ports/STM32/STM32WBxx/stm32_isr.c @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/stm32_isr.h diff --git a/os/hal/ports/STM32/STM32WBxx/stm32_isr.h b/os/hal/ports/STM32/STM32WBxx/stm32_isr.h index ca4f0b0ff..c9873a16e 100644 --- a/os/hal/ports/STM32/STM32WBxx/stm32_isr.h +++ b/os/hal/ports/STM32/STM32WBxx/stm32_isr.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2018 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/stm32_isr.h diff --git a/os/hal/ports/STM32/STM32WBxx/stm32_rcc.h b/os/hal/ports/STM32/STM32WBxx/stm32_rcc.h index c14b0e103..80193391d 100644 --- a/os/hal/ports/STM32/STM32WBxx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32WBxx/stm32_rcc.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/stm32_rcc.h diff --git a/os/hal/ports/STM32/STM32WBxx/stm32_registry.h b/os/hal/ports/STM32/STM32WBxx/stm32_registry.h index 0f0130323..6b580fb12 100644 --- a/os/hal/ports/STM32/STM32WBxx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32WBxx/stm32_registry.h @@ -1,5 +1,5 @@ /* - ChibiOS - Copyright (C) 2006..2019 Ilya Kharin + ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,9 @@ See the License for the specific language governing permissions and limitations under the License. */ +/* + Concepts and parts of this file have been contributed by Ilya Kharin. +*/ /** * @file STM32WBxx/stm32_registry.h