Lines Matching +full:runs +full:- +full:on
6 --------------------
11 …, requiring only 32k of code space and 4k of RAM, which means it can run on stm32f103c8 (blue-pill)
12 or even stm32g030c8, on the other hand, you can leave valuable space for more material or larger bu…
14 It is simpler, out of the box, runs with no porting and configuration at all, does not depend on OS…
15 system, has good support for popular IDEs for Windows platforms like Keil, IAR, RT-Thread-Studio, a…
16 supports linux-gcc development platforms.
20 or global tables manually. On the other hand, all C modules have sophisticated smart hints, even hi…
24 --------------
28 -----------------------
30 - PikaScript now supports the main features of LVGL8, and these APIs are fully compatible with Micr…
32 - Enjoy detailed code hints down to the parameter type for a better programming experience
33 - Use a more convenient IDE, such as vs-based simulation projects
37 -------------------------
45 .. code-block:: python
62 .. code-block:: python
78 .. code-block:: python
108 .. code-block:: python
132 --------------
136 -----------------
142 .. code-block:: python
151 Then PikaScript's pre-compiler can automatically bind the following C functions, simply by naming t…
154 .. code-block:: c
174 .. code-block:: shell
176 $ ./rust-msc-latest-win10.exe
178 pikascript-core==v1.10.0
186 The precompiler is written in Rust, runs on windows and linux, and is completely open source.
192 --------------
196 -----------------
198 The simulation repo on vs is available on https://github.com/pikasTech/lv_pikascript