![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <common.h>#include <jmp.h>#include <mmu.h>#include <smalloc.h>#include <sstdlib.h>#include <string.h>#include <log.h>#include <sys-dram.h>#include <sys-rtc.h>#include <sys-sdcard.h>#include <usb.h>
Macros | |
| #define | CONFIG_HEAP_BASE (0x40800000) |
| #define | CONFIG_HEAP_SIZE (16 * 1024 * 1024) |
Functions | |
| void | arm32_do_irq (struct arm_regs_t *regs) |
| int | main (void) |
Variables | |
| sunxi_serial_t | uart_dbg |
| dram_para_t | dram_para |
| #define CONFIG_HEAP_BASE (0x40800000) |
| #define CONFIG_HEAP_SIZE (16 * 1024 * 1024) |
| void arm32_do_irq | ( | struct arm_regs_t * | regs | ) |
| int main | ( | void | ) |
|
extern |
|
extern |