Re: [PATCH] shell: Add i2c and spi commands

2020-11-26 Thread Chris Johns
On 27/11/20 1:12 am, Christian MAUDERER wrote: > Anyone against this patch? Otherwise I would like to push it somewhen in the > near future. Looks good. Please push. Thanks Chris ___ devel mailing list devel@rtems.org

Re: [PATCH] shell: Add i2c and spi commands

2020-11-26 Thread Christian MAUDERER
Anyone against this patch? Otherwise I would like to push it somewhen in the near future. Best regards Christian Am 18.11.20 um 08:36 schrieb Christian Mauderer: This adds some commands that are usefull for debugging simple serial interfaces. Even if they are a complete re-implementation,

[PATCH] shell: Add i2c and spi commands

2020-11-17 Thread Christian Mauderer
This adds some commands that are usefull for debugging simple serial interfaces. Even if they are a complete re-implementation, the i2c* commands use a simmilar call like the Linux i2c tools. --- Note: This is a resubmission of the patch. Previously I submitted it together with the patches that