pulp-platform / pulpissimo

This is the top-level project for the PULPissimo Platform. It instantiates a PULPissimo open-source system with a PULP SoC domain, but no cluster.
Other
389 stars 169 forks source link

pulp-runtime vs pulp-freertos #390

Open Wen-Sheng opened 1 year ago

Wen-Sheng commented 1 year ago

I just came into contact with this project, and would like to ask, why some pulp-runtime and pulp-freertos file names are the same, but the content is different (ex: uart.c, crt0.S, etc.)? Then I followed the FPGA flow to execute the simple example of pulp-freertos, but uart can't display helloworld?