From edd2189ab2c0c9131b3ebb27d77e2ad9d6e251d6 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Mon, 8 Feb 2021 12:25:57 +0900 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c935b21..6f36832 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .config scripts/__pycache__/ +scripts/schedule.py index.html html wiki/Chat_log.wiki -- cgit v1.2.3