![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <log.h>#include <common.h>#include <mmu.h>#include <mmc/sys-sdhci.h>#include <sys-dram.h>#include <sys-sdcard.h>#include <sys-i2c.h>#include <cli.h>#include <cli_shell.h>#include <cli_termesc.h>
Functions | |
| void | board_common_init (void) |
| int | init_DRAM (int type, void *buff) |
| msh_declare_command (bt) | |
| msh_define_help (bt, "backtrace test", "Usage: bt\n") | |
| int | cmd_bt (int argc, const char **argv) |
| msh_declare_command (ddr_test) | |
| msh_define_help (ddr_test, "ddr w/r test", "Usage: ddr_test\n") | |
| int | cmd_ddr_test (int argc, const char **argv) |
| int | main (void) |
Variables | |
| sunxi_serial_t | uart_dbg |
| sunxi_i2c_t | i2c_pmu |
| sunxi_sdhci_t | sdhci0 |
| uint32_t | dram_para [128] |
| const msh_command_entry | commands [] |
|
extern |
| int cmd_bt | ( | int | argc, |
| const char ** | argv | ||
| ) |
| int cmd_ddr_test | ( | int | argc, |
| const char ** | argv | ||
| ) |
|
extern |
| int main | ( | void | ) |
| msh_declare_command | ( | bt | ) |
| msh_declare_command | ( | ddr_test | ) |
| msh_define_help | ( | bt | , |
| "backtrace test" | , | ||
| "Usage: bt\n" | |||
| ) |
| msh_define_help | ( | ddr_test | , |
| "ddr w/r test" | , | ||
| "Usage: ddr_test\n" | |||
| ) |
| const msh_command_entry commands[] |
|
extern |
|
extern |
|
extern |
|
extern |