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 <common.h>
#include <jmp.h>
#include <mmu.h>
#include <smalloc.h>
#include <sstdlib.h>
#include <string.h>
#include <log.h>
#include <sys-sdcard.h>
#include <sys-dram.h>
#include <sys-rtc.h>
#include <usb.h>
Include dependency graph for main.c:

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
 
sdhci_t sdhci0
 
dram_para_t dram_para
 

Macro Definition Documentation

◆ CONFIG_HEAP_BASE

#define CONFIG_HEAP_BASE   (0x40800000)

◆ CONFIG_HEAP_SIZE

#define CONFIG_HEAP_SIZE   (16 * 1024 * 1024)

Function Documentation

◆ arm32_do_irq()

void arm32_do_irq ( struct arm_regs_t regs)

◆ main()

int main ( void  )

Variable Documentation

◆ dram_para

dram_para_t dram_para
extern

◆ sdhci0

sdhci_t sdhci0
extern

◆ uart_dbg

sunxi_serial_t uart_dbg
extern