aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_mk.c
blob: b1615b8bfa6f96378bb0122ec8faddd66fe424e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * This file is subject to the terms of the GFX License. If a copy of
 * the license was not distributed with this file, you can obtain one at:
 *
 *              http://ugfx.org/license.html
 */

#include "gos_arduino.c"
#include "gos_chibios.c"
#include "gos_ecos.c"
#include "gos_freertos.c"
#include "gos_linux.c"
#include "gos_osx.c"
#include "gos_raw32.c"
#include "gos_rawrtos.c"
#include "gos_win32.c"
#include "gos_cmsis.c"
#include "gos_cmsis2.c"
#include "gos_nios.c"
#include "gos_zephyr.c"
#include "gos_x_threads.c"
#include "gos_x_heap.c"