Fixed bug 3607380.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-03-09 11:08:46 +00:00
parent 42dc58dcb2
commit 9992b23f94
10 changed files with 11 additions and 11 deletions

View File

@ -3,4 +3,4 @@ want to support a new board:
- Create a new directory under ./boards, give it the name of your board.
- Copy inside the new directory the files from a similar board.
- Customize board.c, board.h and board.mk in order to correctly initialize
your board.
your board.

View File

@ -69,7 +69,7 @@ LDSCRIPT= $(PORTLD)/STM32F103xB.ld
# setting.
CSRC = $(PORTSRC) \
$(KERNSRC) \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -79,7 +79,7 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -82,7 +82,7 @@ CSRC = $(PORTSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/syscalls.c \
$(CHIBIOS)/os/various/chprintf.c \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c
$(CHIBIOS)/os/various/syscalls.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -79,7 +79,7 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -81,7 +81,7 @@ CSRC = $(PORTSRC) \
$(TESTSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.

View File

@ -12,9 +12,8 @@
* AUTHOR : B16991
* HISTORY : Changes: typo fixed in PSR1 register:SCP -> CSP, MCR: PRESCALE->BITRATE (b16991)
* HISTORY : Changes: typo fixed in ME register MTC bit, SSCM fix, CMU changes(b16991)
* HISTORY : Changes to CTU Module: CR register (LC->FC), CLR changed to 24 bits (b16991)
* HISTORY : Modified to add reserved space in CTU (b16991)
* HISTORY : Changes to CTU Module: CR register (LC->FC), CLR changed to 24 bits (b16991)
* HISTORY : Modified to add reserved space in CTU (b16991)
* HISTORY : Modified to support ADC on Pictus cut 2 - do not distribute! (ttz778)
* HISTORY : Modified to support CRC on Pictus cut 2 - do not distribute! (r60321)
* HISTORY : Modified to support DSPI0 CS7&8 and new FlexPWM naming on Pictus cut 2 (r60321)

View File

@ -86,6 +86,7 @@
*****************************************************************************
*** 2.5.2 ***
- FIX: Fixed surprising non-CRLF lines in source (bug 3607380).
- FIX: Fixed misplaced brace in icu_lld.c (bug 3605832)(backported to 2.4.4).
- FIX: Fixed errors in MMC_SPI driver state machine (bug 3605794).
- FIX: Fixed deadlock in Serial_USB driver (bug 3605793).

View File

@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
main.c
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.