diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-08 12:25:57 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-02-08 12:27:41 +0900 |
commit | edd2189ab2c0c9131b3ebb27d77e2ad9d6e251d6 (patch) | |
tree | 87bf68994d90cd0ce6110765dc0a216a2490c0a0 /.gitignore | |
parent | dbdd23b384c08435ce1f35b0d8da9c21bd1448ef (diff) |
Add Schedule support
This patch adds SoC/BSP schedule support.
PeriPeri member can know the Renesas plan from it.
It is based on timesheet JavaScript which from below
with small customize.
https://github.com/sbstjn/timesheet.js.git
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .config scripts/__pycache__/ +scripts/schedule.py index.html html wiki/Chat_log.wiki |