| 學號 | GitHub 帳號 | 姓名 | |
|---|---|---|---|
A071725 |
hank0438 |
陳廣翰 |
hank0438@gmail.com |
.
├── include
│ ├── gpio.h
│ ├── homer.h
│ ├── info.h
│ ├── lfb.h
│ ├── loadimg.h
│ ├── mailbox.h
│ ├── power.h
│ ├── time.h
│ └── uart.h
├── LICENSE
├── Makefile
├── provided
│ └── nctuos.img
├── raspbootcom.py
├── README.md
├── src
│ ├── exception.c
│ ├── info.c
│ ├── lfb.c
│ ├── link.ld
│ ├── loadimg.c
│ ├── mailbox.c
│ ├── main.c
│ ├── power.c
│ ├── start.S
│ ├── time.c
│ └── uart.c
└── test
├── command.txt
└── test.py