git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9359 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-04-25 08:21:27 +00:00
parent 31c0368483
commit d04aa17a78
2 changed files with 7 additions and 0 deletions

View File

@ -338,6 +338,11 @@ int main(void) {
*/
shellInit();
/*
* Activates SDC driver 1 using default configuration.
*/
sdcStart(&SDCD1, NULL);
/*
* Activates the card insertion monitor.
*/

View File

@ -73,6 +73,8 @@
*****************************************************************************
*** 16.1.5 ***
- HAL: Fixed missing SDC initialization in RT-STM32F103-OLIMEX_STM32_P103 demo
(bug #735).
- HAL: Fixed PAL lines support not working for STM32 GPIOv1 (bug #730).
- RT: Fixed bug in chSchPreemption() function (bug #728).
- HAL: Fixed prescaler not initialized in STM32 ADCv1 (bug #725).