Skip to content

Commit

Permalink
Update minimum release to R2024a due to firmware being created with n…
Browse files Browse the repository at this point in the history
…ew TLC file.
  • Loading branch information
pablorcum committed Jun 26, 2024
1 parent f72c9f2 commit ce0b1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false # Run with every MATLAB version independently
matrix:
matlabVer: [R2023b, R2024a] # List of MATLAB releases to test
matlabVer: [R2024a] # List of MATLAB releases to test
runs-on: matlab

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![CI](https://github.com/sync2brain/bossdevice-api-matlab/actions/workflows/main.yml/badge.svg)](https://github.com/sync2brain/bossdevice-api-matlab/actions/workflows/main.yml) [![GitHub issues by-label](https://img.shields.io/github/issues-raw/sync2brain/bossdevice-api-matlab/bug)](https://github.com/sync2brain/bossdevice-api-matlab/issues?q=is%3Aissue+is%3Aopen+label%3Abug) ![GitHub](https://img.shields.io/github/license/sync2brain/bossdevice-api-matlab) [![View bossdevice-api-matlab on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/133972-bossdevice-api-matlab) [![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=sync2brain/bossdevice-api-matlab&project=Bossdeviceapimatlab.prj)

## Requirements
- MATLAB® R2023b or newer in their latest update available.
- MATLAB® R2024a 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® real-time digital processor](https://sync2brain.com/boss-device-research)
Expand Down
2 changes: 1 addition & 1 deletion toolbox/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Supply the following six elements in the order specified -->
<!-- (Required) Release of MATLAB. Not currently used but required -->
<!-- to parse the file -->
<matlabrelease>R2023a</matlabrelease>
<matlabrelease>R2024a</matlabrelease>
<!-- (Required) Title of toolbox. Appears in the Contents pane -->
<name>bossdevice API</name>
<!-- (Required) Label for the toolbox. pick one: -->
Expand Down

0 comments on commit ce0b1b9

Please sign in to comment.