Skip to content

Commit

Permalink
Updated SDK concept proposal (openhwgroup#462)
Browse files Browse the repository at this point in the history
* 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
jeremybennett authored Sep 27, 2021
1 parent ab69a8b commit 6b7c3e7
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 60 deletions.
20 changes: 20 additions & 0 deletions program/Project Descriptions and Plans/SDK/Makefile
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 program/Project Descriptions and Plans/SDK/custom.wordlist
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 program/Project Descriptions and Plans/SDK/sdk-project-concept.md

Large diffs are not rendered by default.

0 comments on commit 6b7c3e7

Please sign in to comment.