SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Macros | Functions | Variables
main.c File Reference
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <types.h>
#include <config.h>
#include <log.h>
#include <timer.h>
#include <common.h>
#include <jmp.h>
#include <mmu.h>
#include <smalloc.h>
#include <sstdlib.h>
#include <string.h>
#include <cli.h>
#include <cli_shell.h>
#include <cli_termesc.h>
#include "sys-dram.h"
#include "sys-rtc.h"
#include "sys-sdcard.h"
#include "sys-sid.h"
#include "sys-spi.h"
#include "memtester.c"
Include dependency graph for main.c:

Macros

#define DRAM_TEST_SIZE   32 * 1024 * 1024
 
#define DRAM_SIZE_BYTE   dram_size * 1024 * 1024
 

Functions

int main (void)
 

Variables

sunxi_serial_t uart_dbg
 
dram_para_t dram_para
 

Macro Definition Documentation

◆ DRAM_SIZE_BYTE

#define DRAM_SIZE_BYTE   dram_size * 1024 * 1024

◆ DRAM_TEST_SIZE

#define DRAM_TEST_SIZE   32 * 1024 * 1024

Function Documentation

◆ main()

int main ( void  )

Variable Documentation

◆ dram_para

dram_para_t dram_para
extern

◆ uart_dbg

sunxi_serial_t uart_dbg
extern