![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#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"
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 |
| #define DRAM_SIZE_BYTE dram_size * 1024 * 1024 |
| #define DRAM_TEST_SIZE 32 * 1024 * 1024 |
| int main | ( | void | ) |
|
extern |
|
extern |