Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: platforms/stm/disco_dartino/template/startup_stm32f746xx.s

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /** 1 /**
2 ****************************************************************************** 2 ******************************************************************************
3 * @file startup_stm32f746xx.s 3 * @file startup_stm32f746xx.s
4 * @author MCD Application Team 4 * @author MCD Application Team
5 * @Version V1.0.2 5 * @Version V1.0.2
6 * @Date 21-September-2015 6 * @Date 21-September-2015
7 * @brief STM32F746xx Devices vector table for GCC based toolchain. 7 * @brief STM32F746xx Devices vector table for GCC based toolchain.
8 * This module performs: 8 * This module performs:
9 * - Set the initial SP 9 * - Set the initial SP
10 * - Set the initial PC == Reset_Handler, 10 * - Set the initial PC == Reset_Handler,
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 .thumb_set I2C4_EV_IRQHandler,Default_Handler 582 .thumb_set I2C4_EV_IRQHandler,Default_Handler
583 583
584 .weak I2C4_ER_IRQHandler 584 .weak I2C4_ER_IRQHandler
585 .thumb_set I2C4_ER_IRQHandler,Default_Handler 585 .thumb_set I2C4_ER_IRQHandler,Default_Handler
586 586
587 .weak SPDIF_RX_IRQHandler 587 .weak SPDIF_RX_IRQHandler
588 .thumb_set SPDIF_RX_IRQHandler,Default_Handler 588 .thumb_set SPDIF_RX_IRQHandler,Default_Handler
589 589
590 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 590 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
591 591
OLDNEW
« no previous file with comments | « platforms/stm/disco_dartino/src/uart.cc ('k') | platforms/stm/disco_dartino/template/system_stm32f7xx.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698