Fixed bug #604.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8023 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b536b10992
commit
abec054420
|
@ -256,7 +256,7 @@
|
||||||
#error "ADC3 not present in the selected device"
|
#error "ADC3 not present in the selected device"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if STM32_ADC_DUAL_MODE && STM32_ADC_USE_ADC2 && !STM32_HAS_ADC4
|
#if STM32_ADC_DUAL_MODE && STM32_ADC_USE_ADC3 && !STM32_HAS_ADC4
|
||||||
#error "ADC4 not present in the selected device"
|
#error "ADC4 not present in the selected device"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
- NIL: Added INTC priorities check to the e200z port.
|
- NIL: Added INTC priorities check to the e200z port.
|
||||||
- RT: Added INTC priorities check to the e200z port.
|
- RT: Added INTC priorities check to the e200z port.
|
||||||
- HAL: Added support for extra DMA channels in STM32F072 devices.
|
- HAL: Added support for extra DMA channels in STM32F072 devices.
|
||||||
|
- HAL: Fixed wrong check on ADC3 in STM32F3xx ADC driver (bug #604).
|
||||||
- HAL: Fixed wrong macro names in STM32F3xx HAL driver (bug #603).
|
- HAL: Fixed wrong macro names in STM32F3xx HAL driver (bug #603).
|
||||||
- HAL: Fixed errors in STM32 OTGv1 driver (bug #601).
|
- HAL: Fixed errors in STM32 OTGv1 driver (bug #601).
|
||||||
- DEM: Fixed missing paths in e200z demos (bug #600).
|
- DEM: Fixed missing paths in e200z demos (bug #600).
|
||||||
|
|
Loading…
Reference in New Issue