https://github.com/rt-thread/realboard-lpc4088
The repository for RealBoard 4088.
https://github.com/rt-thread/realboard-lpc4088
Last synced: 3 months ago
JSON representation
The repository for RealBoard 4088.
- Host: GitHub
- URL: https://github.com/rt-thread/realboard-lpc4088
- Owner: RT-Thread
- License: gpl-2.0
- Created: 2013-12-09T12:01:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T13:17:40.000Z (about 10 years ago)
- Last Synced: 2025-04-30T18:51:28.877Z (8 months ago)
- Language: C
- Size: 50.8 MB
- Stars: 28
- Watchers: 12
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealBoard4088 #
[](https://travis-ci.org/RT-Thread/RealBoard4088)
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](software/rtthread_examples/examples/0_base_kernel), it's a basic example for RT-Thread kernel.
* [finsh shell](software/rtthread_examples/examples/1_finsh), the finsh shell example.
* [msh shell](software/rtthread_examples/examples/1_msh), the msh shell example.
* [file system on SDCard](software/rtthread_examples/examples/2_filesystem_sdcard), the file system on the sdcard.
* [file system on RAM](software/rtthread_examples/examples/2_filesystem_ramfs), the file system on RAM.
* [file system on ROM](software/rtthread_examples/examples/2_filesystem_romfs), the readonly file system on ROM.
* [basic network](software/rtthread_examples/examples/3_networking), the network example.
* [GUI Hello](software/rtthread_examples/examples/4_gui_hello), the GUI Hello World example.
* [GUI button](software/rtthread_examples/examples/4_gui_button), the GUI button example.
* [GUI demo](software/rtthread_examples/examples/4_gui_examples), the GUI example demo.
* [GUI photo](software/rtthread_examples/examples/4_gui_photo_frame), GUI appliation to dispaly photo.
* [SQLite Demo](software/rtthread_examples/examples/5_sqlite_examples), SQLite on ARM Cortex-M4.
* [JavaScript](software/rtthread_examples/examples/5_js_espruino), JavaScript(ESpruino) on ARM Cortex-M4.
* [USB Device](software/rtthread_examples/examples/8_usb_device_mstorage), the USB Mass Storage example.
## Contributing ##
## License ##
The code of examples of RealBoard 4088 is released under GPLv2 license.