git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8995 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-03-01 07:58:19 +00:00
parent 0e04a6eb6f
commit 76726565ab
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void _unhandled_exception(void) {
#if !defined(__DOXYGEN__)
extern uint32_t __main_stack_end__;
void Reset_Handler(void) __attribute__((weak, alias("_unhandled_exception")));
void Reset_Handler(void);
void NMI_Handler(void) __attribute__((weak, alias("_unhandled_exception")));
void HardFault_Handler(void) __attribute__((weak, alias("_unhandled_exception")));
void MemManage_Handler(void) __attribute__((weak, alias("_unhandled_exception")));

View File

@ -95,6 +95,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- VAR: Fixed GCC 5.2 crashes while compiling ChibiOS (bug #718)(backported
to 3.0.6 and 16.1.4).
- HAL: Fixed wrong definition in STM32L4 ext_lld_isr.h (bug #717)
(backported to 16.1.4).
- HAL: Fixed wrong definitions in STM32F746 mcuconf.h files (bug #716)