git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@447 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c95c06216f
commit
102341ad5d
|
@ -16,8 +16,9 @@
|
||||||
# Start of default section
|
# Start of default section
|
||||||
#
|
#
|
||||||
|
|
||||||
TRGT = arm-none-eabi-
|
#TRGT = arm-none-eabi-
|
||||||
#TRGT = arm-eabi-
|
#TRGT = arm-eabi-
|
||||||
|
TRGT = arm-elf-
|
||||||
CC = $(TRGT)gcc
|
CC = $(TRGT)gcc
|
||||||
CP = $(TRGT)objcopy
|
CP = $(TRGT)objcopy
|
||||||
AS = $(TRGT)gcc -x assembler-with-cpp
|
AS = $(TRGT)gcc -x assembler-with-cpp
|
||||||
|
|
|
@ -15,7 +15,8 @@ COM2 (USART2).
|
||||||
** Build Procedure **
|
** Build Procedure **
|
||||||
|
|
||||||
The demo was tested by using the free Codesourcery GCC-based toolchain (a
|
The demo was tested by using the free Codesourcery GCC-based toolchain (a
|
||||||
modified 4.2.1 GCC) and an experimental WinARM build including GCC 4.3.0.
|
modified 4.2.3 GCC), YAGARTO 4.3.2 and an experimental WinARM build including
|
||||||
|
GCC 4.3.0.
|
||||||
Just modify the TRGT line in the makefile in order to use different GCC ports.
|
Just modify the TRGT line in the makefile in order to use different GCC ports.
|
||||||
|
|
||||||
** Notes **
|
** Notes **
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = ChibiOS/RT
|
PROJECT_NAME = ChibiOS/RT
|
||||||
PROJECT_NUMBER = "0.7.1 beta"
|
PROJECT_NUMBER = "0.7.2 beta"
|
||||||
OUTPUT_DIRECTORY = .
|
OUTPUT_DIRECTORY = .
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="text-align: center; vertical-align: top; width: 150px;">Current
|
<td style="text-align: center; vertical-align: top; width: 150px;">Current
|
||||||
Version 0.7.1<br>
|
Version 0.7.2<br>
|
||||||
-<br>
|
-<br>
|
||||||
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
|
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
|
||||||
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
|
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
|
||||||
|
|
|
@ -74,6 +74,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
*** 0.7.2 ***
|
||||||
|
- Modified the STM32 demo makefile to use the latest YAGARTO toolchain as
|
||||||
|
default (arm-elf-gcc).
|
||||||
|
|
||||||
*** 0.7.1 ***
|
*** 0.7.1 ***
|
||||||
- NEW: New chThdInit() and chThdCreateStatic() APIs now replace the old
|
- NEW: New chThdInit() and chThdCreateStatic() APIs now replace the old
|
||||||
chThdCreate() and chThdCreateFast() that are thus marked as deprecated.
|
chThdCreate() and chThdCreateFast() that are thus marked as deprecated.
|
||||||
|
|
Loading…
Reference in New Issue