-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Firmware v1.3 with Babel-Babel related fixes and updated external lin…
…ks (#4) * Update the compiler and bump the minor versions * Pull up the CAN disable output to allow the device to function without a pull-up resistor on this line * Update the LaTeX template * Update the datasheet * Fix crash when opening the channel by disabling strict-aliasing
- Loading branch information
1 parent
1a8187a
commit 0e416c2
Showing
11 changed files
with
41 additions
and
25 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 |
---|---|---|
|
@@ -16,6 +16,7 @@ __pycache__ | |
|
||
# Temporary | ||
*.log | ||
*.tmp | ||
|
||
# Eclipse | ||
.metadata | ||
|
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
% | ||
% Copyright (c) 2017-2019 Zubax Robotics <[email protected]> | ||
% Copyright (c) 2017 Zubax Robotics <[email protected]> | ||
% | ||
% Distributed under BY-NC-ND (attribution required, non-commercial use only, no derivatives). | ||
% | ||
|
@@ -65,7 +65,7 @@ \section*{Applications} | |
\begin{itemize} | ||
\item General-purpose USB-CAN or UART-CAN adapter. | ||
\item Diagnostic, monitoring, and development tool for \href{http://uavcan.org}{UAVCAN} networks. | ||
We recommend the UAVCAN GUI Tool for use with UAVCAN applications. | ||
We recommend Yakut for use with UAVCAN applications. | ||
\item Generic CAN/UAVCAN development board. | ||
\item Programmable CAN unit in OEM applications. | ||
\end{itemize} | ||
|
@@ -1319,7 +1319,7 @@ \section{Configuration parameter index} | |
\tabularnewline | ||
}% | ||
\newenvironment{CfgParamIndex}[1]{% | ||
\begin{ZubaxTableWrapper}{#1} | ||
\begin{ZubaxTableWrapper}[wide]{#1} | ||
\setlength\tabcolsep{2.5pt} | ||
\begin{ZubaxWrappedTable}{@{} l c l l | c c c | X @{}} | ||
Name & \makecell[cb]{SLCAN\\alias} & \makecell[lb]{Takes\\effect at} & Pages & Min & Max & Def. & Description \\ | ||
|
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,4 @@ | ||
#!/usr/bin/env pwsh | ||
|
||
rm -f *.aux *.lof *.lot *.out *.toc *.log *.fls *.gz *-converted-to.* *.cache | ||
rm -rf _minted-* |
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,6 @@ | ||
#!/usr/bin/env pwsh | ||
param ($texfile='Zubax_Babel_Datasheet.tex') | ||
Set-Location (Split-Path $script:MyInvocation.MyCommand.Path) | ||
pdflatex --halt-on-error --shell-escape $texfile | ||
pdflatex --halt-on-error --shell-escape $texfile | ||
pdflatex --halt-on-error --shell-escape $texfile |
Submodule document_templates
updated
4 files
+1 −1 | README.md | |
+15 −1 | documentation_template_latex/README.md | |
+60 −57 | documentation_template_latex/zubaxdoc.cls | |
+5 −14 | latex_utilities/ConfigParamIndex.sty |
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