rtems-tools arparse inclusion discussion
Hello, I am trying to develop a CLI tool for rtems-tools and include argparse for the same. I have a few questions. 1. Is there any similar work done in rtems before for reference? 2. How to test because I will be working on one file at a time (Is this right approach?) 3. How to understand the codeflow or how is this being used by other repositories so that I can match expected output Anmol ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: [PATCH] build: output COMPILER for each variant in bsp_defaults
On 11/04/2020 17:52, Hesham Almatary wrote: Build multiple BSPs would fail without this patch as COMPILER is only being emitted once at the end of config.ini (last BSP). I think this was one of the things I already fixed in one of your patches: https://git.rtems.org/sebh/rtems.git/commit/?h=build&id=78f3c9344bdb0a28353f5f8a7c0ca07b41fcfed9 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: [PATCH] build: output COMPILER for each variant in bsp_defaults
On Sun, 12 Apr 2020 at 17:10, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 11/04/2020 17:52, Hesham Almatary wrote: > > > Build multiple BSPs would fail without this patch as COMPILER > > is only being emitted once at the end of config.ini (last BSP). > > I think this was one of the things I already fixed in one of your patches: > > > https://git.rtems.org/sebh/rtems.git/commit/?h=build&id=78f3c9344bdb0a28353f5f8a7c0ca07b41fcfed9 > > Great I haven’t seen it, thanks for fixing it! ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel