theandrew168 / derzforth

Bare-metal Forth implementation for RISC-V
MIT License
42 stars 5 forks source link

Add support for Longan Nano Lite (20KB RAM, 64KB Flash) #7

Closed aw closed 3 years ago

aw commented 3 years ago

There's another board floating around which is the "Lite" longan nano. It has RAM limited to 20KB and Flash limited to 64KB.

The MCU is GD32VF103C8T6 instead of GD32VF103CBT6. I have both models and often find myself switching between them during testing. This should make it easier.

Let me know if I missed something.