From 79bb1a9932af7bfcdab67e2a1da9d9edcba87f71 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 22 Aug 2016 22:28:32 +0200 Subject: old wip --- firmware/src/system_config/default/system_definitions.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'firmware/src/system_config/default/system_definitions.h') diff --git a/firmware/src/system_config/default/system_definitions.h b/firmware/src/system_config/default/system_definitions.h index 5bc5468..5a20414 100644 --- a/firmware/src/system_config/default/system_definitions.h +++ b/firmware/src/system_config/default/system_definitions.h @@ -55,9 +55,18 @@ SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY CLAIMS BY THIRD PARTIES #include "system/clk/sys_clk.h" #include "system/clk/sys_clk_static.h" #include "system/devcon/sys_devcon.h" +#include "system/int/sys_int.h" +#include "system/tmr/sys_tmr.h" +#include "driver/tmr/drv_tmr.h" #include "system/ports/sys_ports.h" +#include "driver/usb/usbhs/drv_usbhs.h" +#include "usb/usb_host.h" +#include "usb/usb_host_hub.h" +#include "usb/usb_host_hub_interface.h" +#include "usb/usb_host_hid.h" +#include "usb/usb_host_hid_keyboard.h" #include "app.h" @@ -93,6 +102,13 @@ extern "C" { typedef struct { SYS_MODULE_OBJ sysDevcon; + SYS_MODULE_OBJ sysTmr; + SYS_MODULE_OBJ drvTmr0; + SYS_MODULE_OBJ drvUSBObject; + + + SYS_MODULE_OBJ usbHostObject0; + } SYSTEM_OBJECTS; @@ -106,6 +122,7 @@ typedef struct extern SYSTEM_OBJECTS sysObj; + //DOM-IGNORE-BEGIN #ifdef __cplusplus } -- cgit v1.2.3