Hi Robert! On Tue, Sep 27, 2016 at 03:57:22PM +0200, Robert Hartung wrote: > I am trying to bring our board to RIOT. We have a special tool that puts > the node into the bootloader. I want to include it in RIOT OS. Where > should I place such code? In dist/tools/? But how can I make sure the > tool gets build before? I don't want the user to make the tool manually. > Something like USEAPP/USEAPPS would be awesome. But then the correct > (native) compiler needs to be picked here.
The MSB-A2 boards from FU Berlin requires a particular bootloader tool (lpc2387_pgm) that requires compilation, too. It is placed in boards/msba2-common/tools/. However, I'm not sure if there's any mechanism/Make target so far that takes care of automatic compilation. Maybe the board specific Makefile could provide a specific target for that? Cheers, Oleg -- I’d tell you an UDP joke but you might not get it. Also, I have a TCP joke. I’ll keep telling it until you get it.
signature.asc
Description: PGP signature
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
