forked from antmicro/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from QuickLogic-Corp/eos_s3_led_sample1
moved qf_hellowworld sample to led driver samples
- Loading branch information
Showing
7 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.