Skip to content
Snippets Groups Projects
Commit fc46ebec authored by rahix's avatar rahix
Browse files

feat(epicardium): Introduce os/core.h header for OS definitions

As a part of this, drop os/log.h.  Also add documentation for this.
parent d24a4362
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 18 deletions
.. _epicardium_internal_apis:
Epicardium Internal APIs
========================
Core OS APIs
------------
.. c:autodoc:: epicardium/os/core.h
......@@ -66,6 +66,7 @@ Last but not least, if you want to start hacking the lower-level firmware, the
epicardium/overview
epicardium/api
epicardium-guide
epicardium/internal
.. toctree::
:maxdepth: 1
......
#include "epicardium.h"
#include "api/dispatcher.h"
#include "os/log.h"
#include "os/core.h"
#include "card10.h"
......
......@@ -246,7 +246,7 @@ void __dispatch_isr(api_int_id_t id)
# Generate Dispatcher {{{
with open(args.server, "w") as f_dispatcher:
tmp = """\
#include "os/log.h"
#include "os/core.h"
#include "{header}"
void __api_dispatch_call(uint32_t id, void*epc__apistub_buffer)
......
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "os/config.h"
#include "fs/fs_util.h"
......
#include "ble_api.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "os/config.h"
#include "wsf_types.h"
......
......@@ -12,7 +12,7 @@
#include "profiles/gap_api.h"
#include "tipc/tipc_api.h"
#include "os/log.h"
#include "os/core.h"
/* card10:
* copied from lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/apps/tag/tag_main.c
* and lib/sdk/Libraries/BTLE/stack/ble-profiles/sources/apps/watch/watch_main.c
......
......@@ -39,7 +39,7 @@
#include "ble_api.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "os/config.h"
#define SCAN_REPORTS_NUM 16
......
......@@ -33,7 +33,7 @@
#include "app_cfg.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "FreeRTOS.h"
#include "timers.h"
#include "mxc_sys.h"
......
#include "ble_api.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "wsf_types.h"
#include "util/bstream.h"
......
#include "ble_api.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "modules/modules.h"
#include "wsf_buf.h"
......
......@@ -8,7 +8,7 @@
#include "app_api.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "os/work_queue.h"
#include "modules/modules.h"
#include "drivers/drivers.h"
......
......@@ -33,7 +33,7 @@
#include "hci_vs.h"
#include <epicardium.h>
#include "os/log.h"
#include "os/core.h"
#include "util/bstream.h"
#include "att_api.h"
......
......@@ -10,7 +10,7 @@
#include "svc_hid.h"
#include "hid/hid_api.h"
#include "os/log.h"
#include "os/core.h"
#include <stdio.h>
#include <string.h>
......
......@@ -2,7 +2,7 @@
#include "cccd.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "dm_api.h"
#include "att_api.h"
......
......@@ -12,7 +12,7 @@
#include "queue.h"
#include "epicardium.h"
#include "os/log.h"
#include "os/core.h"
#include "modules/modules.h"
#include "drivers/drivers.h"
#include "modules/stream.h"
......
#include "epicardium.h"
#include "modules/modules.h"
#include "os/log.h"
#include "os/core.h"
#include "drivers/drivers.h"
#include "card10.h"
......
......@@ -9,7 +9,7 @@
#include "epicardium.h"
#include "modules/modules.h"
#include "os/config.h"
#include "os/log.h"
#include "os/core.h"
#include "FreeRTOS.h"
#include "task.h"
......
#include "epicardium.h"
#include "modules/modules.h"
#include "os/log.h"
#include "os/core.h"
#include "portexpander.h"
#include "MAX77650-Arduino-Library.h"
......
......@@ -4,7 +4,7 @@
#include "mxc_sys.h"
#include "adc.h"
#include "mxc_errors.h"
#include "os/log.h"
#include "os/core.h"
#include "modules/modules.h"
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment