Skip to content
Snippets Groups Projects
  1. Jan 07, 2019
    • cladmi's avatar
      makefiles/docker.inc.mk: handle 'build' directory · ed179863
      cladmi authored
      The 'build' directory should be created before starting docker.
      If not it will be created as root.
      
      Also add mapping for the directory in docker.
      
      Currently create the directory in the target until there is a directory
      creation target.
      ed179863
    • Sebastian Meiling's avatar
      make: introduce BUILDOUT_DIR · 5b3d2645
      Sebastian Meiling authored
      This introduces a new environment variable for a common directory
      that holds all output of the build process, such as application or
      package binaries. This would also allow to easily redirect output
      to any other location, e.g. for out-of-source builds.
      5b3d2645
  2. Jan 04, 2019
  3. Jan 03, 2019
  4. Dec 21, 2018
  5. Dec 20, 2018
  6. Dec 18, 2018
  7. Dec 07, 2018
  8. Dec 05, 2018
  9. Dec 03, 2018
    • Francisco Acosta's avatar
      sys: add riotboot_hdr submodule · 00adbd69
      Francisco Acosta authored
      
      riotboot_hdr enables to partition the internal flash memory
      into "slots", each one with a header providing information
      about the partition. The concept for now is limited to
      firmware partitions, which are recognised by the riotboot
      bootloader. In the future the concept might be extended to
      represent other content.
      
      Co-authored-by: default avatarKaspar Schleiser <kaspar@schleiser.de>
      00adbd69
  10. Nov 27, 2018
    • cladmi's avatar
      jlink: get flash and debug files from cli · 5fcc1210
      cladmi authored
      Get BINFILE and ELFFILE from command line instead of environment variable.
      
      Rename 'HEXFILE' to 'BINFILE' in the script as the binary file is used.
      The documentation was already talking about 'BINFILE' but 'BINFILE'
      was never exported by the build system and it was using 'HEXFILE' in the
      implementation.
      5fcc1210
  11. Nov 15, 2018
  12. Nov 14, 2018
  13. Nov 08, 2018
  14. Oct 30, 2018
  15. Oct 24, 2018
  16. Oct 23, 2018
  17. Oct 17, 2018
  18. Oct 16, 2018
    • cladmi's avatar
      llvm.inc.mk: completely replace detection of GCC includes · 1802e775
      cladmi authored
      This completely removes the hardcoded/os specific path setting for includes.
      It directly queries gcc include directories.
      
      It takes what was already done by `makefiles/libc/llvm.inc.mk`.
      
      I replaced the `GCC_MULTI_DIR` handling by givining `CFLAGS_CPU` when
      searching for include directories.
      `CFLAGS` cannot be used as it will crash when `-target $(CPU_ARCH)` is
      added.
      It currently requires using deferred variables as `CFLAGS_CPU` can be
      overwritten later in the build process.
      1802e775
  19. Oct 15, 2018
  20. Oct 12, 2018
  21. Oct 04, 2018
  22. Sep 28, 2018
  23. Sep 27, 2018
  24. Sep 25, 2018
Loading