Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved qf_hellowworld sample to led driver samples #4

Merged
merged 1 commit into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(qf_helloworldhw)
project(led_eos_s3_1)

FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})
Expand Down
25 changes: 25 additions & 0 deletions samples/drivers/led_eos_s3_1/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _eos_s3_1:

EOS_S3_1: Preconfigured LED
###########################

Overview
********

This sample blinks the LEDs which is preconfigured in the FPGA IP:


Building and Running
********************

Build the application for the :ref:`quick_feather` board.

.. zephyr-app-commands::
:zephyr-app: samples/drivers/led_eos_s3_1
:board: quick_feather
:goals: build
:compact:

For flashing the application, refer to the Flashing section of the
:ref:`quick_feather` board documentation.

File renamed without changes.
8 changes: 8 additions & 0 deletions samples/drivers/led_eos_s3_1/sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sample:
description: Demonstration of the eos_s3_1 LED driver
name: led_eos_s3_1 sample
tests:
sample.drivers.led.eos_s3_1:
platform_whitelist: quick_feather
tags: led
harness: TBD
31 changes: 0 additions & 31 deletions samples/qf_helloworldhw/README.rst

This file was deleted.

3 changes: 0 additions & 3 deletions samples/qf_helloworldhw/sample.yaml

This file was deleted.