nios上跑TencentOS Tiny 和 AliOS Things
nios上跑TencentOS Tiny 和 AliOS Things
终于实现了nios上跑TencentOS Tiny 和 AliOS Things,在MAX10的开发板上。 方法就是生成一个uCOS的项目,用里面的port.s,基本不用更改就能用
新的改变
我…
1、 创建库:create database if not exists mydb; 创建库的时候带注释 create database if not exists dbname comment create my db named dbname; 创建带属性的库 create database if not exists dbname with dbproperties (aaaa,bbbb); create database if not e…