µGFX  2.9
version 2.9
gos_mk.c
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 #include "gos_arduino.c"
9 #include "gos_chibios.c"
10 #include "gos_ecos.c"
11 #include "gos_freertos.c"
12 #include "gos_linux.c"
13 #include "gos_osx.c"
14 #include "gos_raw32.c"
15 #include "gos_rawrtos.c"
16 #include "gos_win32.c"
17 #include "gos_cmsis.c"
18 #include "gos_cmsis2.c"
19 #include "gos_nios.c"
20 #include "gos_zephyr.c"
21 #include "gos_x_threads.c"
22 #include "gos_x_heap.c"