On 8/20/2021 22:06, Chris Johns wrote:
On 21/8/21 2:38 am, Kinsey Moore wrote:
On 8/19/2021 18:03, Chris Johns wrote:
On 20/8/21 4:55 am, Kinsey Moore wrote:
On 8/19/2021 13:32, Gedare Bloom wrote:
On Thu, Aug 19, 2021 at 11:43 AM Kinsey Moore wrote:
I've seen these failures on my local sys
Hi Jan,
I haven't tested the code, but it seems to be that the ordinary case
when GPIO[N] is connected to Interrupt[N] will not work? The fixup makes
GPIO[N] pin be associated with interrupt[0] (which is not available)
and GPIO[1] with Interrupt[1] and so one which is the case with
U699/UT70
This is the code for the rtems-style tool which checks for style differences
and produces a report as well as reformats a given file or directory.
Signed-off-by: Ida Delphine
---
misc/rtems-style| 16 +
misc/tools/style.py | 153
2 files cha
The rtems-style command helps to check for style issues or reformat code given
a file
or directory. There are 5 flags:
* -c, --check : Checks for style issues
* -r, --reformat : Reformats the code
* -p, --path : Path to file or dir to be checked or reformatted
* -i, --ignore : Files to be ignored
Signed-off-by: Ida Delphine
---
rtemstoolkit/git.py | 5 +
1 file changed, 5 insertions(+)
diff --git a/rtemstoolkit/git.py b/rtemstoolkit/git.py
index f65300b..b544a9b 100644
--- a/rtemstoolkit/git.py
+++ b/rtemstoolkit/git.py
@@ -119,6 +119,10 @@ class repo:
args = [args]