nuttx/boards/arm/s32k1xx/s32k144evb
YAMAMOTO Takashi 58bdcbab9b Revert "Make: use gcc as LD"
This reverts commit 45672c269d.

Because:

* It's very confusing to have cc as LD.
* I don't see what "-nostartfiles -nodefaultlibs" in LDFLAGS are
  supposed to do when we use LD directly. It would be simpler to
  remove them from our LDFLAGS.
2021-09-08 09:40:48 +08:00
..
configs/nsh sched/task: delete CONFIG_MAX_TASKS limit 2021-07-11 19:42:30 -07:00
include boards: arm: Author Gregory Nutt: update licenses to Apache 2021-03-18 22:58:27 -07:00
scripts Revert "Make: use gcc as LD" 2021-09-08 09:40:48 +08:00
src Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
Kconfig
README.txt Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00

README
======

This directory holds the port to the NXP S32K144EVB-Q100 development board.

Contents
========

  o Status

Status
======

  2020-01-23:  Configuration created (copy-paste from S32K146EVB).
    Tested: Serial console, I2C, SPI.