Skip to content

Commit ce0b1b9

Browse files
committed
Update minimum release to R2024a due to firmware being created with new TLC file.
1 parent f72c9f2 commit ce0b1b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false # Run with every MATLAB version independently
5959
matrix:
60-
matlabVer: [R2023b, R2024a] # List of MATLAB releases to test
60+
matlabVer: [R2024a] # List of MATLAB releases to test
6161
runs-on: matlab
6262

6363
# Steps represent a sequence of tasks that will be executed as part of the job

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![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)
33

44
## Requirements
5-
- MATLAB® R2023b or newer in their latest update available.
5+
- MATLAB® R2024a or newer in their latest update available.
66
- [Simulink® Real-Time™](https://www.mathworks.com/products/simulink-real-time.html)
77
- [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)
88
- [bossdevice® real-time digital processor](https://sync2brain.com/boss-device-research)

toolbox/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Supply the following six elements in the order specified -->
99
<!-- (Required) Release of MATLAB. Not currently used but required -->
1010
<!-- to parse the file -->
11-
<matlabrelease>R2023a</matlabrelease>
11+
<matlabrelease>R2024a</matlabrelease>
1212
<!-- (Required) Title of toolbox. Appears in the Contents pane -->
1313
<name>bossdevice API</name>
1414
<!-- (Required) Label for the toolbox. pick one: -->

0 commit comments

Comments
 (0)