]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4E_Atmel_Studio/src/asf.h
Add graphics to the SAM4E demo.
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4E_Atmel_Studio / src / asf.h
index 03d53df4b55632c0398b4447cf0f0b380824f77d..cbb258fa468aeac77cccb7194d55ab9da19b240c 100644 (file)
 #include <compiler.h>\r
 #include <status_codes.h>\r
 \r
+// From module: Display - AAT31XX Backlight Controller\r
+#include <aat31xx.h>\r
+\r
+// From module: Display - ILI93xx LCD Controller\r
+#include <ili9325_regs.h>\r
+#include <ili9341_regs.h>\r
+#include <ili93xx.h>\r
+\r
 // From module: Ethernet MAC (GMAC)\r
 #include <gmac.h>\r
 \r
@@ -87,6 +95,9 @@
 // From module: SAM4E startup code\r
 #include <exceptions.h>\r
 \r
+// From module: SMC - Static Memory Controller\r
+#include <smc.h>\r
+\r
 // From module: System Clock Control - SAM4E implementation\r
 #include <sysclk.h>\r
 \r