git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@490 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2008-11-01 17:53:25 +00:00
parent a701fdfd14
commit bdba36fefc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
*************************************************************************** ***************************************************************************
Kernel: ChibiOS/RT 0.7.2 Kernel: ChibiOS/RT 0.7.3
Compiler: GCC 3.2.3 (MSPGCC) Compiler: GCC 3.2.3 (MSPGCC)
Options: -O2 -fomit-frame-pointer Options: -O2 -fomit-frame-pointer
Settings: MCLK=DCOCLK 750Khz Settings: MCLK=DCOCLK 750Khz

View File

@ -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 options in order to make the chconf.h file simpler. The related subsystems
are almost always required and are now always included. are almost always required and are now always included.
- Small optimization to the MSP430 serial driver. - 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. - Added dependency informations handling to the MSP430 demo Makefile.
- Removed the performance spreadsheet (it was *very* old) and added a - Removed the performance spreadsheet (it was *very* old) and added a
directory containing the test reports ./docs/reports. Each report shows the directory containing the test reports ./docs/reports. Each report shows the