Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| /* | |
| * Copyright (c) 2018 Reisyukaku | |
| * | |
| * This program is free software; you can redistribute it and/or modify it | |
| * under the terms and conditions of the GNU General Public License, | |
| * version 2, as published by the Free Software Foundation. | |
| * | |
| * This program is distributed in the hope it will be useful, but WITHOUT | |
| * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
| * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | |
| * more details. | |
| * | |
| * You should have received a copy of the GNU General Public License | |
| * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| */ | |
| #pragma once | |
| #include <string.h> | |
| #include "hwinit/btn.h" | |
| #include "hwinit/blz.h" | |
| #include "hwinit/clock.h" | |
| #include "hwinit/cluster.h" | |
| #include "hwinit/uart.h" | |
| #include "hwinit/i2c.h" | |
| #include "hwinit/sdram.h" | |
| #include "hwinit/di.h" | |
| #include "hwinit/mc.h" | |
| #include "hwinit/t210.h" | |
| #include "hwinit/pmc.h" | |
| #include "hwinit/pinmux.h" | |
| #include "hwinit/util.h" | |
| #include "hwinit/tsec.h" | |
| #include "hwinit/kfuse.h" | |
| #include "hwinit/max77620.h" | |
| #include "hwinit/max7762x.h" | |
| #include "hwinit/gpio.h" | |
| #include "hwinit/sdmmc.h" | |
| #include "hwinit/heap.h" | |
| #include "hwinit/list.h" | |
| #include "hwinit/nx_emmc.h" | |
| #include "hwinit/se.h" | |
| #include "hwinit/se_t210.h" | |
| #include "hwinit/mmc.h" | |
| #include "hwinit/gfx.h" | |
| #define DEFAULT_TEXT_COL ORANGE |