Skip to content

Commit

Permalink
Merge files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed May 7, 2024
2 parents 0aee163 + 0d393f4 commit b4a918c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
- MATLAB® R2023b or newer in their latest update available.
- [Simulink® Real-Time™](https://www.mathworks.com/products/simulink-real-time.html)
- [Simulink® Real-Time™ Target Support Package](https://www.mathworks.com/matlabcentral/fileexchange/76387-simulink-real-time-target-support-package) (no additional license required, installable from within MATLAB when you have Simulink Real-Time installed)
- [bossdevice](https://sync2brain.com/) hardware
- [bossdevice firmware](https://sync2brain.com/downloads)
- [bossdevice® real-time digital processor](https://sync2brain.com/boss-device-research)
- [bossdevice® firmware](https://sync2brain.com/downloads)
### Optional
The following products are required for some advanced functionality such as designing custom filters but are not strictly required for a standard operation or triggering of the bossdevice.
- [Signal Processing Toolbox™](https://www.mathworks.com/products/signal.html)

## Enable bossdevice communication over Control PC
1. Turn on the bossdevice and connect the `Control PC` Ethernet port on your bossdevice to an available Ethernet port on your computer.
Expand Down
6 changes: 4 additions & 2 deletions buildfile.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
plan = buildplan;

plan("check") = CodeIssuesTask(...
Results='results.sarif');
Results='results.sarif', ...
ErrorThreshold=0,...
WarningThreshold=0);

plan("updateSGdeps") = Task( ...
Description = "Update Speedgoat toolbox dependencies", ...
Expand Down Expand Up @@ -43,4 +45,4 @@
% Set default tasks in the plan
plan.DefaultTasks = ["check" "test"];

end
end

0 comments on commit b4a918c

Please sign in to comment.