From 0142b5a696e541a874c5429c28c1a132a284ca79 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 21 Jan 2024 23:58:55 +0100 Subject: fixed open message; fixed error handling; added timer debug messages --- ecp/src/platform/fe310/features.mk | 3 --- ecp/src/platform/fe310/features_tmpl.mk | 3 +++ ecp/src/platform/posix/features.mk | 6 +++--- ecp/src/platform/posix/features_tmpl.mk | 8 ++++++++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 ecp/src/platform/fe310/features.mk create mode 100644 ecp/src/platform/fe310/features_tmpl.mk create mode 100644 ecp/src/platform/posix/features_tmpl.mk (limited to 'ecp/src/platform') diff --git a/ecp/src/platform/fe310/features.mk b/ecp/src/platform/fe310/features.mk deleted file mode 100644 index 39f95cf..0000000 --- a/ecp/src/platform/fe310/features.mk +++ /dev/null @@ -1,3 +0,0 @@ -with_vconn = yes -with_dir = yes -with_debug = yes diff --git a/ecp/src/platform/fe310/features_tmpl.mk b/ecp/src/platform/fe310/features_tmpl.mk new file mode 100644 index 0000000..39f95cf --- /dev/null +++ b/ecp/src/platform/fe310/features_tmpl.mk @@ -0,0 +1,3 @@ +with_vconn = yes +with_dir = yes +with_debug = yes diff --git a/ecp/src/platform/posix/features.mk b/ecp/src/platform/posix/features.mk index ea5e44c..4efdc90 100644 --- a/ecp/src/platform/posix/features.mk +++ b/ecp/src/platform/posix/features.mk @@ -1,8 +1,8 @@ with_pthread = yes with_htable = yes with_vconn = yes -with_frag = yes -with_rbuf = yes -with_msgq = yes with_dir = yes with_debug = yes +#with_frag = yes +#with_rbuf = yes +#with_msgq = yes diff --git a/ecp/src/platform/posix/features_tmpl.mk b/ecp/src/platform/posix/features_tmpl.mk new file mode 100644 index 0000000..4efdc90 --- /dev/null +++ b/ecp/src/platform/posix/features_tmpl.mk @@ -0,0 +1,8 @@ +with_pthread = yes +with_htable = yes +with_vconn = yes +with_dir = yes +with_debug = yes +#with_frag = yes +#with_rbuf = yes +#with_msgq = yes -- cgit v1.2.3