Skip to content

Commit 80464df

Browse files
authored
Merge pull request #168 from analogdevicesinc/tfcollins/skip-fsm-ctrl
Disable FSM write on startup
2 parents c0ef382 + 6f7d918 commit 80464df

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

+adi/+AD9081/Rx.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ function setupInit(obj)
228228
% Make sure device is powered up first otherwise JESD will be
229229
% off
230230
obj.setDeviceAttributeRAW('powerdown','0');
231-
obj.setDeviceAttributeRAW('jesd204_fsm_ctrl',obj.JESD204FSMControl);
232231
%%
233232
obj.setAttributeRAW('voltage0_i','test_mode',obj.TestMode,...
234233
false,obj.iioDev);

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cp *.mltbx toolbox
3737
3838
- name: Save generated .mltbx file
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: HighSpeedConverterToolboxInstaller
4242
path: toolbox

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Set up Python 3.7
11+
- name: Set up Python 3.9
1212
uses: actions/setup-python@v2
1313
with:
14-
python-version: 3.7
14+
python-version: 3.9
1515

1616
- name: Install dependencies
1717
run: |

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v1
99
with:
10-
python-version: '3.8'
10+
python-version: '3.9'
1111
architecture: x64
1212
- name: Install dependencies
1313
run: |

0 commit comments

Comments
 (0)