Re: [PATCH 1/7] examples: generate demo.bin

2020-04-23 Thread Bin Meng
On Tue, Apr 21, 2020 at 7:27 AM wrote: > > From: Mitchell Horne > > The CONFIG_API option builds the example program, examples/api/demo, as > an ELF file. The make logic exists to create a binary as well, so add > the target to do so. > > Signed-off-by: Mitchell Horne > --- > examples/api/Makef

[PATCH 1/7] examples: generate demo.bin

2020-04-20 Thread mhorne
From: Mitchell Horne The CONFIG_API option builds the example program, examples/api/demo, as an ELF file. The make logic exists to create a binary as well, so add the target to do so. Signed-off-by: Mitchell Horne --- examples/api/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-