Lines Matching +full:runs +full:- +full:on

6 --------------
8 `NuttX <https://nuttx.apache.org/>`__ is a mature and secure real-time
9 operating system (RTOS) with an emphasis on technical standards
10 compliance and small size. It is scalable from 8-bit to 64-bit
13 Institute (ANSI) standards and with many Linux-like subsystems. The best
20 - **Small** - Fits and runs in microcontrollers as small as 32 kB Flash
22 - **Compliant** - Strives to be as compatible as possible with POSIX
24 - **Versatile** - Supports many architectures (ARM, ARM Thumb, AVR,
25 MIPS, OpenRISC, RISC-V 32-bit and 64-bit, RX65N, x86-64, Xtensa,
27 - **Modular** - Its modular design allows developers to select only
29 - **Popular** - NuttX is used by many companies around the world.
32 - **Predictable** - NuttX is a preemptible Realtime kernel, so you can
35 --------------
38 -----------------
42 LVGL is a good alternative because users could find more eye-candy demos
44 `Object-Oriented Component
45 Based <https://blog.lvgl.io/2018-12-13/extend-lvgl-objects>`__
46 high-level GUI library, that could fit very well for a RTOS with
53 - Develop GUI in Linux first and when it is done just compile it for
55 - Usually, GUI development for low level RTOS requires multiple
59 on your computer and when it is done, compile it on NuttX and that is
65 - GUI demos to demonstrate your board graphics capacities.
66 - Fast prototyping GUI for MVP (Minimum Viable Product) presentation.
67 - visualize sensor data directly and easily on the board without using
69 - Final products with a GUI without a touchscreen (i.e. 3D Printer
71 - Final products with a touchscreen (and all sorts of bells and
74 --------------
77 ---------------------------------------
80 mainline <https://github.com/apache/incubator-nuttx>`__ with support for
82 `STM32F429IDISCOVERY <https://www.st.com/en/evaluation-tools/32f429idiscovery.html>`__
85 First you need to install the pre-requisites on your system
89 Linux <https://acassis.wordpress.com/2018/01/10/how-to-build-nuttx-on-windows-10/>`__
91 .. code-block:: shell
93 …pt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5-dev lib…
98 .. code-block:: shell
106 .. code-block:: shell
108 $ git clone https://github.com/apache/incubator-nuttx nuttx
109 $ git clone https://github.com/apache/incubator-nuttx-apps apps
111 Configure NuttX to use the stm32f429i-disco board and the LVGL Demo
114 .. code-block:: shell
116 $ ./tools/configure.sh stm32f429i-disco:lvgl
120 flash on your board:
122 .. code-block:: shell
124 $ ls -l nuttx.bin
125 -rwxrwxr-x 1 alan alan 287144 Jun 27 09:26 nuttx.bin
130 .. code-block:: shell
132 …$ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c init -c "reset halt" -c "flash…
136 .. code-block:: shell
141 --------------
144 - **LV_USE_NUTTX_INDEPENDENT_IMAGE_HEAP** - You can enable or disable the
149 ----------------------------------
151 - This blog post: `LVGL on
152 …LPCXpresso54628 <https://acassis.wordpress.com/2018/07/19/running-nuttx-on-lpcxpresso54628-om13098…
153 - NuttX mailing list: `Apache NuttX Mailing