mbed.h library with any bug fixes AV finds.
Dependents: micromouse4_encoder_testing PID_Test Lab1_Test WorkingPID ... more
targets/cmsis/TARGET_STM/TARGET_STM32F4XX/cmsis.h@1:ebce2ad32f95, 2015-11-02 (annotated)
- Committer:
- aravindsv
- Date:
- Mon Nov 02 03:07:12 2015 +0000
- Revision:
- 1:ebce2ad32f95
- Parent:
- 0:ba7650f404af
Changed the RCC timeout value to 500 ms, so total code startup time before program starts running is ~1s. Hopefully no side-effects from lower startup timeouts
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
aravindsv | 0:ba7650f404af | 1 | /* mbed Microcontroller Library - CMSIS |
aravindsv | 0:ba7650f404af | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
aravindsv | 0:ba7650f404af | 3 | * |
aravindsv | 0:ba7650f404af | 4 | * A generic CMSIS include header, pulling in STM32F407 specifics |
aravindsv | 0:ba7650f404af | 5 | */ |
aravindsv | 0:ba7650f404af | 6 | |
aravindsv | 0:ba7650f404af | 7 | #ifndef MBED_CMSIS_H |
aravindsv | 0:ba7650f404af | 8 | #define MBED_CMSIS_H |
aravindsv | 0:ba7650f404af | 9 | |
aravindsv | 0:ba7650f404af | 10 | #include "stm32f4xx.h" |
aravindsv | 0:ba7650f404af | 11 | #include "cmsis_nvic.h" |
aravindsv | 0:ba7650f404af | 12 | |
aravindsv | 0:ba7650f404af | 13 | #endif |
aravindsv | 0:ba7650f404af | 14 |