This is an automated email from the ASF dual-hosted git repository.
linguini pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from bbc330802df docs/esp32c3-xiao: Add NimBLE example configuration docs
new 84a512759d9 arch/arm/src/sama5: CMake build implemented for
Microchip's SAMA5 Family
new de29af83f85 boards/arm/sama5: CMake added boards
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm/src/sama5/CMakeLists.txt | 263 +++++++++++++++++++++
.../sama5d3-xplained}/CMakeLists.txt | 2 +-
.../arm/sama5/sama5d3-xplained/src/CMakeLists.txt | 127 ++++++++++
.../sama5d3x-ek}/CMakeLists.txt | 2 +-
boards/arm/sama5/sama5d3x-ek/src/CMakeLists.txt | 159 +++++++++++++
5 files changed, 551 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/src/sama5/CMakeLists.txt
copy boards/arm/{a1x/pcduino-a10 => sama5/sama5d3-xplained}/CMakeLists.txt
(95%)
create mode 100644 boards/arm/sama5/sama5d3-xplained/src/CMakeLists.txt
copy boards/arm/{a1x/pcduino-a10 => sama5/sama5d3x-ek}/CMakeLists.txt (95%)
create mode 100644 boards/arm/sama5/sama5d3x-ek/src/CMakeLists.txt