Fixed bug #595.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7983 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
c185060244
commit
f3c7490379
|
@ -19,7 +19,7 @@
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Red LED blinker thread, times are in milliseconds.
|
* LED blinker thread, times are in milliseconds.
|
||||||
*/
|
*/
|
||||||
static THD_WORKING_AREA(waThread1, 128);
|
static THD_WORKING_AREA(waThread1, 128);
|
||||||
static THD_FUNCTION(Thread1, arg) {
|
static THD_FUNCTION(Thread1, arg) {
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
*** 3.0.0p5 ***
|
*** 3.0.0p5 ***
|
||||||
- HAL: Added DAC support to all STM32 sub-platforms, added another demo for
|
- HAL: Added DAC support to all STM32 sub-platforms, added another demo for
|
||||||
the STM32F3xx.
|
the STM32F3xx.
|
||||||
|
- DEM: Fixed wrong comment in ARMCM4-STM32F401RE-NUCLEO demo (bug #595).
|
||||||
- HAL: Fixed STM32 SDC LLD driver initialization with Asserts disabled
|
- HAL: Fixed STM32 SDC LLD driver initialization with Asserts disabled
|
||||||
(bug #594).
|
(bug #594).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue