sw: add printf

We'll use this to print debugging information out the serial port.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-05-22 15:47:04 +08:00
parent ba8314c823
commit d728421d0c
10 changed files with 1276 additions and 48 deletions

View File

@ -1,10 +1,11 @@
#include <stdio.h>
#include <fomu/csr.h>
#include <irq.h>
#include <usb.h>
#include <time.h>
#include <rgb.h>
#include <spi.h>
#include <fomu/csr.h>
#include <tester.h>
#include <usb-cdc.h>
struct ff_spi *spi;