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

This commit is contained in:
Giovanni Di Sirio 2017-11-16 18:19:59 +00:00
parent 3979aeb5d4
commit bff0267ac4
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
*****************************************************************************
*** Next ***
- NEW: Added a Managed Flash Storage module to the HAL.
- NEW: Modified the STM32 OTGv1 driver to work without pump thread, transfers
are now done in the ISR.
- NEW: Added I-class functions to the serial driver: sdGetI(), sdReadI(),