forked from openhwgroup/programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated SDK concept proposal (openhwgroup#462)
* Updated SDK concept proposal Review comments from Hugh O'Keeffe, Alex Fedorov and Olive Zhao. Add a makefile to run spell checking. Files changed in "program/Project Descriptions and Plans": * SDK/Makefile: Created. * SDK/custom.wordlist: Created. * SDK/images/devkit.jpg: Created. * SDK/images/diagrams.docx: Created. * SDK/images/project-structure.odp: Deleted. * SDK/images/project-structure.png: Deleted. * SDK/images/refbrdsw.jpg: Created. * SDK/images/sdk-overview.odp: Deleted. * SDK/images/sdk-overview.png: Deleted. * SDK/images/sdk.jpg: Created. * SDK/sdk-project-concept.md: Updated with review comments, including new diagrams. Signed-off-by: Jeremy Bennett <[email protected]> * Updated SDK concept proposal Review comments from Duncan Bees, restore an image deleted by mistake. Files changed in "program/Project Descriptions and Plans": * SDK/custom.wordlist: Add "unresourced" and "CV32E40P", correct spelling of SiFive. * SDK/images/project-structure.odp: Restored. * SDK/images/project-structure.png: Restored. * SDK/sdk-project-concept.md: Updated with review comments. Signed-off-by: Jeremy Bennett <[email protected]> * Updated SDK concept proposal Review comments from Alexander Fedorov. Files changed in "program/Project Descriptions and Plans": * SDK/custom.wordlist: Add "ArSysOp". * SDK/sdk-project-concept.md: Updated with review comments. Signed-off-by: Jeremy Bennett <[email protected]>
- Loading branch information
1 parent
ab69a8b
commit 6b7c3e7
Showing
9 changed files
with
126 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Makefile to assist spell check for SDK proposals | ||
|
||
# Copyright (C) 2019 Embecosm Limited | ||
# | ||
# Contributor: Jeremy Bennett <[email protected]> | ||
# | ||
# This file is part of Embench. | ||
|
||
# SPDX-License-Identifier: CC-BY-SA-4.0 | ||
|
||
# Spell check the documentation | ||
|
||
SRC = sdk-project-concept.md | ||
|
||
.PHONY: spell | ||
spell: $(SRC) custom.wordlist | ||
@sed < $(SRC) -e 's/`[^`]\+`//g' -e '/^```/,/^```$$/d' \ | ||
-e 's/&#[^;]\+;//g' \ | ||
-e 's/<!-- .\+ -->//g' -e 's/\[.\+\]([^)]*)//g' | \ | ||
hunspell -p custom.wordlist -l -d en_US | sort -u |
36 changes: 36 additions & 0 deletions
36
program/Project Descriptions and Plans/SDK/custom.wordlist
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,36 @@ | ||
Alibaba | ||
ArSysOp | ||
Ashling | ||
binutils | ||
BSP | ||
CV32E40P | ||
Embecosm | ||
Fedorov | ||
FPGA | ||
FreeRTOS | ||
GDB | ||
ISA | ||
Keeffe | ||
LEDs | ||
LLVM | ||
MacOS | ||
MCU | ||
newlib | ||
NXP | ||
OpenHW | ||
QEMU | ||
RHEL | ||
SDK | ||
semihosting | ||
ShareAlike | ||
SiFive | ||
SoC | ||
Symbiflow | ||
TBC | ||
TPLs | ||
UART | ||
unresourced | ||
v2 | ||
v3 | ||
Verilator | ||
x86 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 70 additions & 60 deletions
130
program/Project Descriptions and Plans/SDK/sdk-project-concept.md
Large diffs are not rendered by default.
Oops, something went wrong.