SAMA5: The ostest configuration have been converted to run out of NOR flash. There is more to be done, however

This commit is contained in:
Gregory Nutt
2013-07-28 15:07:35 -06:00
parent 63eb68bc0a
commit afdd9a7416
9 changed files with 183 additions and 29 deletions
+10 -1
View File
@@ -217,6 +217,15 @@
#define BUTTON_USER1_BIT (1 << BUTTON_USER1)
/************************************************************************************
* Assembly Language Macros
************************************************************************************/
#ifdef __ASSEMBLY__
.macro config_sdram
.endm
#endif /* __ASSEMBLY__ */
/************************************************************************************
* Public Data
************************************************************************************/
@@ -309,5 +318,5 @@ xcpt_t up_irqbutton(int id, xcpt_t irqhandler);
}
#endif
#endif /* __ASSEMBLY__ */
#endif /* !__ASSEMBLY__ */
#endif /* __CONFIGS_SAMA5D3X_EK_INCLUDE_BOARD_H */