Add ULP-RISCV print and bitbanged UART tx API

Add example to demonstrate the use of this API.
This commit is contained in:
Marius Vikhammer
2022-07-25 14:04:08 +08:00
parent 4f1046a292
commit 32efa1e92d
15 changed files with 468 additions and 0 deletions
@@ -0,0 +1,6 @@
# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ulp_riscv_example)