Fixed bug #954.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12065 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
be1abb574d
commit
4030aab7ca
|
@ -61,7 +61,7 @@ endif
|
||||||
#
|
#
|
||||||
|
|
||||||
# Define project name here
|
# Define project name here
|
||||||
PROJECT = ch
|
PROJECT = ch.exe
|
||||||
|
|
||||||
# Imported source files and paths
|
# Imported source files and paths
|
||||||
CHIBIOS = ../../..
|
CHIBIOS = ../../..
|
||||||
|
@ -122,7 +122,7 @@ UINCDIR =
|
||||||
ULIBDIR =
|
ULIBDIR =
|
||||||
|
|
||||||
# List all user libraries here
|
# List all user libraries here
|
||||||
ULIBS =
|
ULIBS = -lws2_32
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of user defines
|
# End of user defines
|
||||||
|
|
|
@ -80,7 +80,7 @@ void _sim_check_for_interrupts(void) {
|
||||||
|
|
||||||
#if HAL_USE_SERIAL
|
#if HAL_USE_SERIAL
|
||||||
if (sd_lld_interrupt_pending()) {
|
if (sd_lld_interrupt_pending()) {
|
||||||
int_occured = true;
|
int_occurred = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -126,6 +126,8 @@
|
||||||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||||
|
- HAL: Fixed win32 simulator HAL broken because a typo (bug #954)(backported
|
||||||
|
to 18.2.2).
|
||||||
- HAL: Fixed race condition in STM32 ADCv3 driver (bug #953)(backported to
|
- HAL: Fixed race condition in STM32 ADCv3 driver (bug #953)(backported to
|
||||||
18.2.2 and 17.6.5).
|
18.2.2 and 17.6.5).
|
||||||
- HAL: Fixed wrong registry entries for STM32F030x4 (bug #952)(backported
|
- HAL: Fixed wrong registry entries for STM32F030x4 (bug #952)(backported
|
||||||
|
|
Loading…
Reference in New Issue