Skip to content

Commit

Permalink
Moved manual to docsify
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed May 4, 2020
1 parent dc7e180 commit 6b5abbd
Show file tree
Hide file tree
Showing 147 changed files with 12,781 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: grodansparadis
patreon: vscp
10,594 changes: 10,594 additions & 0 deletions kelvin_ntc.X/MyConfig.mc3

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions kelvin_ntc.X/nbproject/Makefile-genesis.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
#Mon Dec 09 09:37:52 CET 2019
Debug_26K80.languagetoolchain.version=1.21
Relocated_26K80.Pack.dfplocation=/opt/microchip/mplabx/v5.30/packs/Microchip/PIC18F-K_DFP/1.2.72
Relocated_2580.com-microchip-mplab-nbide-toolchainXC8-XC8LanguageToolchain.md5=f87389d82b4b299d292110931953ebdc
com-microchip-mplab-nbide-embedded-makeproject-MakeProject.md5=7cd2eead2ea6964989cbf02efe721a76
Debug_26K80.languagetoolchain.dir=/opt/microchip/xc8/v1.21/bin
Relocated_26K80.com-microchip-mplab-nbide-toolchainXC8-XC8LanguageToolchain.md5=f87389d82b4b299d292110931953ebdc
Relocated_26K80.languagetoolchain.dir=/opt/microchip/xc8/v1.21/bin
Debug_2580.com-microchip-mplab-nbide-toolchainXC8-XC8LanguageToolchain.md5=f87389d82b4b299d292110931953ebdc
Relocated_2580.languagetoolchain.version=1.21
Relocated_26K80.languagetoolchain.version=1.21
configurations-xml=b6c009abdd483011558679ac49588f17
Debug_26K80.com-microchip-mplab-nbide-toolchainXC8-XC8LanguageToolchain.md5=f87389d82b4b299d292110931953ebdc
Relocated_2580.Pack.dfplocation=/opt/microchip/mplabx/v5.30/packs/Microchip/PIC18Fxxxx_DFP/1.1.19
Debug_26K80.Pack.dfplocation=/opt/microchip/mplabx/v5.30/packs/Microchip/PIC18F-K_DFP/1.2.72
host.platform=linux
Debug_2580.languagetoolchain.dir=/opt/microchip/xc8/v1.21/bin
conf.ids=Relocated_2580,Debug_2580,Debug_26K80,Relocated_26K80
Debug_2580.languagetoolchain.version=1.21
Debug_2580.Pack.dfplocation=/opt/microchip/mplabx/v5.30/packs/Microchip/PIC18Fxxxx_DFP/1.1.19
Relocated_2580.languagetoolchain.dir=/opt/microchip/xc8/v1.21/bin
73 changes: 73 additions & 0 deletions kelvin_ntc.X/nbproject/Package-Relocated_26K80.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
#!/bin/bash -x

#
# Generated - do not edit!
#

# Macros
TOP=`pwd`
CND_CONF=Relocated_26K80
CND_DISTDIR=dist
TMPDIR=build/${CND_CONF}/${IMAGE_TYPE}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=dist/${CND_CONF}/${IMAGE_TYPE}/kelvin_ntc.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
OUTPUT_BASENAME=kelvin_ntc.X.${IMAGE_TYPE}.${OUTPUT_SUFFIX}
PACKAGE_TOP_DIR=kelvinntc.x/

# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}

# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/package
rm -rf ${TMPDIR}
mkdir -p ${TMPDIR}

# Copy files and create directories and links
cd "${TOP}"
makeDirectory ${TMPDIR}/kelvinntc.x/bin
copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755


# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/package/kelvinntc.x.tar
cd ${TMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/package/kelvinntc.x.tar *
checkReturnCode

# Cleanup
cd "${TOP}"
rm -rf ${TMPDIR}
5 changes: 4 additions & 1 deletion kelvin_ntc.X/nbproject/private/private.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
<group>
<file>file:/home/akhe/development/VSCP/can4vscp_kelvin_ntc10k/ECAN.c</file>
<file>file:/home/akhe/development/VSCP/can4vscp_kelvin_ntc10k/main.c</file>
</group>
</open-files>
</project-private>
Empty file added manual/.nojekyll
Empty file.
41 changes: 41 additions & 0 deletions manual/GLOSSARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## CANBUS
Control Area Network. A very robust network protocol that among other things is commonly used in cars and heavy machinery.

## CAN4VSCP
VSCP level I over CAN. Also specifies bus-speed and power.

## CANAL
CAN Abstraction Layer - VSCP interface used for VSCP level I drivers. Originally this was a CAN pure interface.

## VSCP
Stands for *Very Simple Control Protocol* and is the name for the protocol and the framework used for the VSCP system.

## VSCP & Friends
This is the name for the VSCP software package. A collection of VSCP software tools packed together including the VSCP daemon (vscpd), VSCP Works (vscpworks) and the VSCP helper library.

## vscpd
The executable name for the VSCP server/daemon.

## vscpworks
The executable name for VSCP Works.

## IoT
Internet of Things, a term for connected **things**.

## SECO
This abbrevation stands for **SE**nsor & **CO**ntrol. Some use **attenuator** for the same thing.

## TCP/IP
The Transmission Control Protocol and Internet Protocol

## UDP
User Datagram Protocol

## OHAS
Open Home Automation Server

## EDA
Acronym for **Event-Decision-Action**

## OS
Operating System
Loading

0 comments on commit 6b5abbd

Please sign in to comment.