Skip to content

Commit

Permalink
Merge pull request #4 from QuickLogic-Corp/eos_s3_led_sample1
Browse files Browse the repository at this point in the history
moved qf_hellowworld sample to led driver samples
  • Loading branch information
spingaliQL authored Jun 15, 2020
2 parents 4fd38e5 + ddf3b96 commit a4d3c29
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 35 deletions.
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
File renamed without changes.
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.

0 comments on commit a4d3c29

Please sign in to comment.