git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9360 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-04-25 08:21:38 +00:00
parent 88fd61d8a1
commit f404a49fc3
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -109,6 +109,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed missing SDC initialization in RT-STM32F103-OLIMEX_STM32_P103 demo
(bug #735)(backported to 16.1.4).
- HAL: Fixed PAL lines support not working for STM32 GPIOv1 (bug #730)
(backported to 16.1.4).
- RT: Fixed bug in chSchPreemption() function (bug #728)(backported to 2.6.10,