Contents
- STM32F3-Discovery Board Peripheral firmware examples update History
- License
STM32F3-Discovery Board Peripheral firmware examples update History
V1.1.0 / 20-September-2012Main
Changes
- Update LEDs naming in the following examples to be in line with changes done in STM32F3-Discovery board RevB:
- In STM32F3-Discovery board RevB, the LEDs were renamed vs. RevA as below:
V1.0.1 / 07-September-2012Main
Changes
- Peripheral_Examples/PWR_STOP: Remove
the following variables declaration from main function :
RTC_TimeTypeDef
RTC_TimeStructure;
RTC_AlarmTypeDef RTC_AlarmStructure;
EXTI_InitTypeDef EXTI_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
V1.0.0 / 04-September-2012Main
Changes
- First official release of the STM32F3-Discovery Board Peripheral firmware examples
LicenseLicensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this package except in compliance with the License. You may obtain a copy of the License at:
Unless
required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
the License for the specific language governing permissions and
limitations under the License.
For
complete documentation on STM32
Microcontrollers visit www.st.com/STM32
|