git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
06c9f03edc
commit
325dd3a1cd
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/adc_lld.c
|
* @file STM32F30x/adc_lld.c
|
||||||
* @brief STM32F3xx ADC subsystem low level driver source.
|
* @brief STM32F30x ADC subsystem low level driver source.
|
||||||
*
|
*
|
||||||
* @addtogroup ADC
|
* @addtogroup ADC
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/adc_lld.h
|
* @file STM32F30x/adc_lld.h
|
||||||
* @brief STM32F3xx ADC subsystem low level driver header.
|
* @brief STM32F30x ADC subsystem low level driver header.
|
||||||
*
|
*
|
||||||
* @addtogroup ADC
|
* @addtogroup ADC
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/ext_lld_isr.c
|
* @file STM32F30x/ext_lld_isr.c
|
||||||
* @brief STM32F3xx EXT subsystem low level driver ISR code.
|
* @brief STM32F30x EXT subsystem low level driver ISR code.
|
||||||
*
|
*
|
||||||
* @addtogroup EXT
|
* @addtogroup EXT
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/ext_lld_isr.h
|
* @file STM32F30x/ext_lld_isr.h
|
||||||
* @brief STM32F3xx EXT subsystem low level driver ISR header.
|
* @brief STM32F30x EXT subsystem low level driver ISR header.
|
||||||
*
|
*
|
||||||
* @addtogroup EXT
|
* @addtogroup EXT
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/hal_lld.c
|
* @file STM32F30x/hal_lld.c
|
||||||
* @brief STM32F3xx HAL subsystem low level driver source.
|
* @brief STM32F30x HAL subsystem low level driver source.
|
||||||
*
|
*
|
||||||
* @addtogroup HAL
|
* @addtogroup HAL
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/hal_lld.h
|
* @file STM32F30x/hal_lld.h
|
||||||
* @brief STM32F3xx HAL subsystem low level driver header.
|
* @brief STM32F30x HAL subsystem low level driver header.
|
||||||
* @pre This module requires the following macros to be defined in the
|
* @pre This module requires the following macros to be defined in the
|
||||||
* @p board.h file:
|
* @p board.h file:
|
||||||
* - STM32_LSECLK.
|
* - STM32_LSECLK.
|
||||||
|
@ -684,7 +684,7 @@
|
||||||
* Configuration-related checks.
|
* Configuration-related checks.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32F30x_MCUCONF)
|
#if !defined(STM32F30x_MCUCONF)
|
||||||
#error "Using a wrong mcuconf.h file, STM32F3xx_MCUCONF not defined"
|
#error "Using a wrong mcuconf.h file, STM32F30x_MCUCONF not defined"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# List of all the STM32F3xx platform files.
|
# List of all the STM32F30x platform files.
|
||||||
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F30x/stm32_dma.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
|
${CHIBIOS}/os/hal/platforms/STM32F30x/hal_lld.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32F3xx/adc_lld.c \
|
${CHIBIOS}/os/hal/platforms/STM32F30x/adc_lld.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32F3xx/ext_lld_isr.c \
|
${CHIBIOS}/os/hal/platforms/STM32F30x/ext_lld_isr.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
|
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
||||||
|
@ -15,7 +15,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c
|
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F3xx \
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F30x \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32 \
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
||||||
${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/stm32_dma.c
|
* @file STM32F30x/stm32_dma.c
|
||||||
* @brief DMA helper driver code.
|
* @brief DMA helper driver code.
|
||||||
*
|
*
|
||||||
* @addtogroup STM32F3xx_DMA
|
* @addtogroup STM32F30x_DMA
|
||||||
* @details DMA sharing helper driver. In the STM32 the DMA streams are a
|
* @details DMA sharing helper driver. In the STM32 the DMA streams are a
|
||||||
* shared resource, this driver allows to allocate and free DMA
|
* shared resource, this driver allows to allocate and free DMA
|
||||||
* streams at runtime in order to allow all the other device
|
* streams at runtime in order to allow all the other device
|
||||||
|
|
|
@ -19,13 +19,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/stm32_dma.h
|
* @file STM32F30x/stm32_dma.h
|
||||||
* @brief DMA helper driver header.
|
* @brief DMA helper driver header.
|
||||||
* @note This file requires definitions from the ST header file stm32f30x.h.
|
* @note This file requires definitions from the ST header file stm32f30x.h.
|
||||||
* @note This driver uses the new naming convention used for the STM32F2xx
|
* @note This driver uses the new naming convention used for the STM32F2xx
|
||||||
* so the "DMA channels" are referred as "DMA streams".
|
* so the "DMA channels" are referred as "DMA streams".
|
||||||
*
|
*
|
||||||
* @addtogroup STM32F3xx_DMA
|
* @addtogroup STM32F30x_DMA
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/stm32_isr.h
|
* @file STM32F30x/stm32_isr.h
|
||||||
* @brief ISR remapper driver header.
|
* @brief ISR remapper driver header.
|
||||||
*
|
*
|
||||||
* @addtogroup STM32F3xx_ISR
|
* @addtogroup STM32F30x_ISR
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32F3xx/stm32_rcc.h
|
* @file STM32F30x/stm32_rcc.h
|
||||||
* @brief RCC helper driver header.
|
* @brief RCC helper driver header.
|
||||||
* @note This file requires definitions from the ST header file
|
* @note This file requires definitions from the ST header file
|
||||||
* @p stm32f30x.h.
|
* @p stm32f30x.h.
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-ADC.null.932840044" name="STM32F3xx-ADC"/>
|
<project id="STM32F30x-ADC.null.932840044" name="STM32F30x-ADC"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-ADC</name>
|
<name>STM32F30x-ADC</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - ADC driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - ADC driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx ADC driver.
|
The application demonstrates the use of the STM32F30x ADC driver.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-ADC_DUAL.null.1834199567" name="STM32F3xx-ADC_DUAL"/>
|
<project id="STM32F30x-ADC_DUAL.null.1834199567" name="STM32F30x-ADC_DUAL"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-ADC_DUAL</name>
|
<name>STM32F30x-ADC_DUAL</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - ADC driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - ADC driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx ADC driver.
|
The application demonstrates the use of the STM32F30x ADC driver.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-CAN.null.1805144093" name="STM32F3xx-CAN"/>
|
<project id="STM32F30x-CAN.null.1805144093" name="STM32F30x-CAN"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-CAN</name>
|
<name>STM32F30x-CAN</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - CAN driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - CAN driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx CAN driver.
|
The application demonstrates the use of the STM32F30x CAN driver.
|
||||||
|
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-EXT.null.200370092" name="STM32F3xx-EXT"/>
|
<project id="STM32F30x-EXT.null.200370092" name="STM32F30x-EXT"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-EXT</name>
|
<name>STM32F30x-EXT</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - EXT driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - EXT driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx EXT driver.
|
The application demonstrates the use of the STM32F30x EXT driver.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-IRQ_STORM.null.1149829447" name="STM32F3xx-IRQ_STORM"/>
|
<project id="STM32F30x-IRQ_STORM.null.1149829447" name="STM32F30x-IRQ_STORM"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-IRQ_STORM</name>
|
<name>STM32F30x-IRQ_STORM</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - IRQ_STORM stress test demo for STM32F3xx. **
|
** ChibiOS/RT HAL - IRQ_STORM stress test demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx GPT, PAL and Serial
|
The application demonstrates the use of the STM32F30x GPT, PAL and Serial
|
||||||
drivers in order to implement a system stress demo.
|
drivers in order to implement a system stress demo.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-PWM-ICU.null.1973311065" name="STM32F3xx-PWM-ICU"/>
|
<project id="STM32F30x-PWM-ICU.null.1973311065" name="STM32F30x-PWM-ICU"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-PWM-ICU</name>
|
<name>STM32F30x-PWM-ICU</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F3xx. **
|
** ChibiOS/RT HAL - PWM-ICU drivers demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx PWM-ICU drivers.
|
The application demonstrates the use of the STM32F30x PWM-ICU drivers.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-SPI.null.1537816093" name="STM32F3xx-SPI"/>
|
<project id="STM32F30x-SPI.null.1537816093" name="STM32F30x-SPI"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-SPI</name>
|
<name>STM32F30x-SPI</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - SPI driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - SPI driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx SPI driver.
|
The application demonstrates the use of the STM32F30x SPI driver.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-UART.null.1592866931" name="STM32F3xx-UART"/>
|
<project id="STM32F30x-UART.null.1592866931" name="STM32F30x-UART"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-UART</name>
|
<name>STM32F30x-UART</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - UART driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - UART driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx UART driver.
|
The application demonstrates the use of the STM32F30x UART driver.
|
||||||
|
|
||||||
** Board Setup **
|
** Board Setup **
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
||||||
<project id="STM32F3xx-USB_CDC.null.1378892026" name="STM32F3xx-USB_CDC"/>
|
<project id="STM32F30x-USB_CDC.null.1378892026" name="STM32F30x-USB_CDC"/>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule moduleId="scannerConfiguration">
|
<storageModule moduleId="scannerConfiguration">
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>STM32F3xx-USB_CDC</name>
|
<name>STM32F30x-USB_CDC</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
|
|
@ -66,7 +66,7 @@ PROJECT = ch
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
|
||||||
include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
|
include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
|
||||||
include $(CHIBIOS)/os/hal/hal.mk
|
include $(CHIBIOS)/os/hal/hal.mk
|
||||||
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
|
||||||
include $(CHIBIOS)/os/kernel/kernel.mk
|
include $(CHIBIOS)/os/kernel/kernel.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
** ChibiOS/RT HAL - USB-CDC driver demo for STM32F3xx. **
|
** ChibiOS/RT HAL - USB-CDC driver demo for STM32F30x. **
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
** TARGET **
|
** TARGET **
|
||||||
|
@ -8,7 +8,7 @@ The demo runs on an ST STM32F3-Discovery board.
|
||||||
|
|
||||||
** The Demo **
|
** The Demo **
|
||||||
|
|
||||||
The application demonstrates the use of the STM32F3xx USB driver.
|
The application demonstrates the use of the STM32F30x USB driver.
|
||||||
|
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue