提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 528cfb8457 tools/mkexport.sh: Remove WINTOOL and related option 4 年之前
  Gustavo Henrique Nihei c9748395f8 make/export: Fix mkexport silently failing on missing tools 4 年之前
  Xiang Xiao 4910d43ab0 build: Move the toolchain library setting to the common place 4 年之前
  chao.an 30d2b6c89c make/export: export post build script 4 年之前
  chao.an 628a352973 make/export: use LDNAME instead of LDSCRIPT 4 年之前
  chao.an b896da25c7 make/export: copy incdir.c for export build 4 年之前
  chao.an fd3be9eb37 make/export: support export extra library 4 年之前
  chao.an 41f434015b make/export: do not extract object from librarys 4 年之前
  chao.an e82a9e0f48 make/export: copy mkdeps.c for export build 4 年之前
  chao.an 98f0b0afb5 build/export: correct the export path 4 年之前
  Xiang Xiao 8b42ee421a build: Move MKDEP definition to common place 4 年之前
  Xiang Xiao 9ec9431706 build: Move DIRLINK/DIRUNLINK definition to common place 4 年之前
  Xiang Xiao 6c4ef7b1db build: mkexport.sh copy Config.mk to tools folder too 4 年之前
  Xiang Xiao bd656888f2 build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig 4 年之前
  YAMAMOTO Takashi aa205b3732 mkexport: Deal with ARCHSCRIPT containing multiple files 4 年之前
  Xiang Xiao bd4e8e19d3 Run codespell -w against all files 4 年之前
  Xiang Xiao 3b9efc95a2 Format all shell scripts in tools folder 4 年之前
  Xiang Xiao c8cb2fe492 tools/mkexport.sh: Copy the essential build script files too and move Make.defs/gnu-elf.ld into scripts like board folder layout. 5 年之前
  Pavel Pisa f9e9f228cb tools/mkexport.sh: export LDSCRIPT and STRIP definition and align with Makefile.export. 5 年之前
  Pavel Pisa f1b2155efc tools/Makefile.* and tools/mkexport.sh: This change allows to export builtin applications registry into temporarily created directory where export archive content is prepared. If the Makefile in apps directory does not define export: target then error is print but export continues without interruption. It would be more logical to print warning but there is no way instruct apps make to not print error. 5 年之前
  Pavel Pisa 316aafc04d tools/mkexport.sh: The export of gnu-elf.ld at least is required to build ELF loadable binaries. Option to link system into different memory locations (boot, application after boot-loader, RAM) without need to rebuild/reexport NuttX is useful as well. 5 年之前
  Pavel Pisa 00039b7c2e tools/mkexport.sh: Export all variables to support architecture independent build against NSH. 5 年之前
  Manuel Stühn 5585cc421c Merged in manuelstuehn/nuttx/feature/bsd-portable (pull request #975) 5 年之前
  Gregory Nutt d9767b74cd tools/mkexport.sh: The mcu sub-directory chip/ was renamed to hardware/ in late May of 2019. The mkexport.sh script that copies these files was not updated, however, until now. Noted by Alin Jerpelea. 5 年之前
  Gregory Nutt b7d1f13a54 b/sched/sched/sched_waitpid.c: Remove options check in DEBUG_FEATURES 6 年之前
  Gregory Nutt 3611aefd14 tools/mkexport.sh: Save the name of the STRIP tool too. 6 年之前
  Gregory Nutt 947c10e099 tools/mkexport.sh: Save the User.map file in the export package if available. 6 年之前
  Gregory Nutt 0e1fc1a280 tools/mkexport.sh: Save the System.map file in the export package so that it can be used to extract addresses. 6 年之前
  Gregory Nutt 78b10bdf0e tools/export.sh: If MAKE not defined use 'which make'. Update README from last change. 8 年之前
  David Sidrane aecc033131 Pass toplevel make to the script to allow -j greater than 1 8 年之前