ugfx/src/gos/gos_mk.c

23 lines
556 B
C
Raw Normal View History

/*
* 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:
*
2018-10-01 15:32:39 +00:00
* http://ugfx.io/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"
2017-08-29 07:20:52 +00:00
#include "gos_cmsis2.c"
2015-11-27 19:39:23 +00:00
#include "gos_nios.c"
2017-09-20 17:47:46 +00:00
#include "gos_zephyr.c"
#include "gos_x_threads.c"
#include "gos_x_heap.c"