You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/03/07 14:35:27 UTC

[incubator-nuttx] branch master updated (c5b4d9b -> 9daa844)

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from c5b4d9b  nxstyle:nxstyle should pass nxstyle checks!
     add 0d88073  toos/pic32: Some cosmetic changes.   - Rename the folder to PIC32.   - Rename the Makefile to Makefile.host   - Run nxstyle on the C file.   - Change licenses to ALv2.
     add 9daa844  tools/pic32: Add the Config.mk file to execute the post build script. Update Make.defs and README.txt files in boards directory accordingly.

No new revisions were added by this update.

Summary of changes:
 boards/mips/pic32mx/mirtoo/README.txt              | 12 ++---
 boards/mips/pic32mx/mirtoo/scripts/Make.defs       |  1 +
 boards/mips/pic32mx/pic32mx-starterkit/README.txt  | 12 ++---
 .../pic32mx/pic32mx-starterkit/scripts/Make.defs   |  1 +
 boards/mips/pic32mx/pic32mx7mmb/README.txt         | 12 ++---
 boards/mips/pic32mx/pic32mx7mmb/scripts/Make.defs  |  1 +
 boards/mips/pic32mx/sure-pic32mx/README.txt        | 22 +++++-----
 boards/mips/pic32mx/sure-pic32mx/scripts/Make.defs |  1 +
 boards/mips/pic32mx/ubw32/README.txt               | 12 ++---
 boards/mips/pic32mx/ubw32/scripts/Make.defs        |  1 +
 boards/mips/pic32mz/flipnclick-pic32mz/README.txt  | 12 ++---
 .../pic32mz/flipnclick-pic32mz/scripts/Make.defs   |  1 +
 boards/mips/pic32mz/pic32mz-starterkit/README.txt  | 14 +++---
 .../pic32mz/pic32mz-starterkit/scripts/Make.defs   |  1 +
 tools/{pic32mx => pic32}/.gitignore                |  0
 .../arm/cxd56xx/scripts => tools/pic32}/Config.mk  | 23 +++++-----
 .../src/Makefile => tools/pic32/Makefile.host      | 22 ++++++----
 tools/{pic32mx => pic32}/mkpichex.c                | 51 ++++++++--------------
 tools/pic32mx/Makefile                             | 51 ----------------------
 19 files changed, 106 insertions(+), 144 deletions(-)
 rename tools/{pic32mx => pic32}/.gitignore (100%)
 copy {boards/arm/cxd56xx/scripts => tools/pic32}/Config.mk (74%)
 copy boards/x86_64/intel64/qemu-intel64/src/Makefile => tools/pic32/Makefile.host (71%)
 rename tools/{pic32mx => pic32}/mkpichex.c (82%)
 delete mode 100644 tools/pic32mx/Makefile