git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@490 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
a701fdfd14
commit
bdba36fefc
|
@ -1,5 +1,5 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Kernel: ChibiOS/RT 0.7.3
|
||||
Compiler: GCC 3.2.3 (MSPGCC)
|
||||
Options: -O2 -fomit-frame-pointer
|
||||
Settings: MCLK=DCOCLK 750Khz
|
||||
|
|
|
@ -87,6 +87,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
|||
options in order to make the chconf.h file simpler. The related subsystems
|
||||
are almost always required and are now always included.
|
||||
- Small optimization to the MSP430 serial driver.
|
||||
- Improvements to the test code, now a failed assert terminates the test case.
|
||||
- Added dependency informations handling to the MSP430 demo Makefile.
|
||||
- Removed the performance spreadsheet (it was *very* old) and added a
|
||||
directory containing the test reports ./docs/reports. Each report shows the
|
||||
|
|
Loading…
Reference in New Issue