EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include "inc/hw_ints.h"
#include "inc/hw_memmap.h"
#include "driverlib/debug.h"
#include "driverlib/fpu.h"
#include "driverlib/gpio.h"
#include "driverlib/interrupt.h"
#include "driverlib/pin_map.h"
#include "driverlib/sysctl.h"
#include "driverlib/rom.h"
#include <sys/stat.h>
#include "libdisplay/ST7735.h"
#include "libstd/nexus.h"
Go to the source code of this file.
Functions | |
int | main (void) |
int main | ( | void | ) |
Accept input on UART 0, and parrot input back out to UART 0.
Definition at line 32 of file test-display.c.
References FPUEnable(), GPIO_PIN_2, GPIO_PORTF_BASE, GPIOPinTypeGPIOOutput(), INITR_REDTAB, IntMasterEnable(), postpone_death, ST7735_DrawFastHLine(), ST7735_InitR(), ST7735_OutString(), ST7735_OutString2(), ST7735_YELLOW, SYSCTL_OSC_MAIN, SYSCTL_PERIPH_GPIOF, SYSCTL_PERIPH_TIMER0, SYSCTL_SYSDIV_1, SYSCTL_USE_OSC, SYSCTL_XTAL_16MHZ, SysCtlClockSet(), and SysCtlPeripheralEnable().