summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 08:03:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 08:16:42 +0100
commit859d5262cf73b1eb7ac1625576419554fa6ee056 (patch)
tree4dc9b541f4d003d22442f1104b0f106d600d1494
parentitems: Catch all YAML errors (diff)
downloadrtems-central-859d5262cf73b1eb7ac1625576419554fa6ee056.tar.bz2
spec: Remove interfaces no longer used by the API
-rw-r--r--spec/score/if/tod-to-seconds.yml30
-rw-r--r--spec/score/if/tod-validate.yml30
2 files changed, 0 insertions, 60 deletions
diff --git a/spec/score/if/tod-to-seconds.yml b/spec/score/if/tod-to-seconds.yml
deleted file mode 100644
index 614edfbc..00000000
--- a/spec/score/if/tod-to-seconds.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-definition:
- default:
- attributes: null
- body: null
- params:
- - const ${/rtems/type/if/time-of-day:/name} *${.:/params[0]/name}
- return: ${../watchdog/if/interval:/name}
- variants: []
-description: null
-enabled-by: true
-index-entries: []
-interface-type: function
-links:
-- role: interface-placement
- uid: /rtems/clock/if/header
-name: _TOD_To_seconds
-notes: null
-params:
-- description: '%'
- dir: null
- name: the_tod
-return:
- return: null
- return-values: []
-type: interface
diff --git a/spec/score/if/tod-validate.yml b/spec/score/if/tod-validate.yml
deleted file mode 100644
index 672c54dd..00000000
--- a/spec/score/if/tod-validate.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-definition:
- default:
- attributes: null
- body: null
- params:
- - const ${/rtems/type/if/time-of-day:/name} *${.:/params[0]/name}
- return: ${/c/if/bool:/name}
- variants: []
-description: null
-enabled-by: true
-index-entries: []
-interface-type: function
-links:
-- role: interface-placement
- uid: /rtems/clock/if/header
-name: _TOD_Validate
-notes: null
-params:
-- description: '%'
- dir: null
- name: the_tod
-return:
- return: null
- return-values: []
-type: interface