realboard-lpc4088 icon indicating copy to clipboard operation
realboard-lpc4088 copied to clipboard

The repository for RealBoard 4088.

RealBoard4088

Build Status

The RealBoard 4088 is a Graphic LCD board with RT-Thread RTOS running inside. The RealBoard 4088 Board is equipped with NXP's Cortex-M4 based LPC4088 microcontroller suitable for a wide range of applications that requires advanced storage, communication and high quality graphic displays.

Getting started

The examples of realboard 4088 support Keil MDK/GNU GCC/IAR compiler. You can use scons to build all of then and each example are compiled by travis-ci.org continuously.

Examples List

  • basic kernel, it's a basic example for RT-Thread kernel.
  • finsh shell, the finsh shell example.
  • msh shell, the msh shell example.
  • file system on SDCard, the file system on the sdcard.
  • file system on RAM, the file system on RAM.
  • file system on ROM, the readonly file system on ROM.
  • basic network, the network example.
  • GUI Hello, the GUI Hello World example.
  • GUI button, the GUI button example.
  • GUI demo, the GUI example demo.
  • GUI photo, GUI appliation to dispaly photo.
  • SQLite Demo, SQLite on ARM Cortex-M4.
  • JavaScript, JavaScript(ESpruino) on ARM Cortex-M4.
  • USB Device, the USB Mass Storage example.

Contributing

License

The code of examples of RealBoard 4088 is released under GPLv2 license.