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

master
gdisirio 2012-01-28 15:13:33 +00:00
parent 1b5af1dc4a
commit af7f1b1023
1 changed files with 0 additions and 3 deletions

View File

@ -213,7 +213,6 @@
(API and functionality review)
- NEW: Improved MAC driver model, it now follows the same template of other
drivers.
TODO: uIP demo to be adapted.
TODO: implement macStop() in AT91SAM7X implementation.
- NEW: New RCC helper driver for STM32F1xx and STM32L1xx, it simplifies
the use of the RCC resources and hides most differences found among the
@ -235,7 +234,6 @@
- NEW: Added a new debug option CH_DBG_SYSTEM_STATE_CHECK that ensures the
correct API call protocol. If an API is invoked out of the correct context
then the kernel panics with a debug message.
- NEW: Added Eclipse ChibiOS/RT debugger plugin 1.0.5 under ./tools/eclipse.
- NEW: The ARMCMx startup file (crt0.c) now is able to fill the stack areas
with a filler (default behavior). This is required in order to easily assess
the stack usage at runtime.
@ -347,7 +345,6 @@
started and released when it is stopped.
- NEW: Added an STM32 C++ demo for the GNU compiler.
- NEW: Added an STM32F103ZG demo for the STM3210E-EVAL evaluation board.
- OPT: STM32 PWM driver implementation simplified.
- CHANGE: Now pwmChangePeriod() does not implicitly disable the active
PWM channels.