-
Notifications
You must be signed in to change notification settings - Fork 39
[deprecated] Adding VX4 Support #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
689fb7a
Adding VX4 Support
xalbertoisorna 9eb3a5c
Fix library version format in Jenkinsfile
xalbertoisorna 9e2b650
Add steps block to 'Test VX4' stage in Jenkinsfile
xalbertoisorna 4bf09c4
Update Jenkinsfile to use the latest shared library version
xalbertoisorna efad027
Refactor 'Test VX4' stage to improve structure and add SCM checkout
xalbertoisorna 1c937c0
Update 'Test VX4' stage to use correct tools version for unit tests
xalbertoisorna cb3a105
Update dependent module version in lib_build_info.cmake to use 'devel…
xalbertoisorna 6a01bca
Add cleanup step to 'Test' stage for sandbox environment
xalbertoisorna 5dbab52
Update Jenkinsfile to revert library version and restructure 'Test VX…
xalbertoisorna f0eff4f
removing module build info
xalbertoisorna cf21f70
Merge branch 'delete/xcommon' into vx4
xalbertoisorna a73950d
Add VX4 Tests stage and correct XS3 Tests casing in Jenkinsfile
xalbertoisorna 6ee68b2
Implement VX4 support in deinterleave4 and update test configurations
xalbertoisorna 512bfb8
Refactor deinterleave4 assembly code to use indexed load/store instru…
xalbertoisorna a1873ab
Fix VX4 compatibility in deinterleave2 and deinterleave4 assembly cod…
xalbertoisorna cd8b3da
Fix indentation in 'Run tests' stage and ensure proper directory cont…
xalbertoisorna 614f61c
Fix VX4 compiler flags configuration in CMakeLists.txt
xalbertoisorna 3f80782
adding basic example
xalbertoisorna a034b20
Add FIR 1x16-bit implementation and corresponding unit tests
xalbertoisorna 28be345
Enhance FIR 1x16-bit implementation for VX4 compatibility and add uni…
xalbertoisorna 0dda494
Remove shift_buffer test case from fir_1x16_bit test group
xalbertoisorna f5cec64
Refactor architecture-specific assembly code for VX4 compatibility an…
xalbertoisorna 566d3a4
Remove unnecessary preprocessor directive for XS3A in PdmRx.hpp
xalbertoisorna b72bb69
Refactor CLEAR_KEDI function to a macro for XS3A architecture compati…
xalbertoisorna 54d2362
Fix inline assembly instruction for VX4 architecture in mic_array_inp…
xalbertoisorna 855a426
Add copyright notice and license terms to test_fir_1x16_bit.c
xalbertoisorna 583bb9e
Uncomment test groups in main.c to enable all unit tests
xalbertoisorna ee9634c
Update copyright notices and add new configuration file for app_mic_a…
xalbertoisorna 5ef4dd8
Refactor app_mic_array_basic example: replace README.rst with README.…
xalbertoisorna bb0694b
Add output.wav to .gitignore to prevent tracking of generated audio f…
xalbertoisorna 75df892
Update .gitignore and enhance app_mic_array_basic: add mic_array_outp…
xalbertoisorna ea1931a
Update VX4 Tests agent label to use 'vx4' for improved environment sp…
xalbertoisorna a9f10ec
Add copyright notice and license terms to app_config.h
xalbertoisorna b6b37b1
Replacing BasicMicArray Test XC with C code
xalbertoisorna a06f275
Merge branch 'develop' of github.com:xmos/lib_mic_array into vx4
xalbertoisorna 2b382d5
Merge branch 'feature/replace-xc' into vx4
xalbertoisorna bfd5918
adding mic array ports
xalbertoisorna e3c3f9a
Enhance Jenkins pipeline and add app_config.h for BasicMicArray tests
xalbertoisorna d145c63
Define CLEAR_KEDI as a no-op for non-XS3A architectures
xalbertoisorna eadc23f
Update app_config.h to replace XS1_PORT with VX_PORT for clock defini…
xalbertoisorna 7a598a5
Add resource definitions and size for fir_1x16_bit function
xalbertoisorna 6a9bf1c
Merge branch 'develop' into vx4
xalbertoisorna 10a877d
updating requirements
xalbertoisorna 377ed26
Refactor test directory structure in Jenkinsfile for improved clarity…
xalbertoisorna 37c17c2
Merge branch 'vx4' of github.com:xmos/lib_mic_array into vx4
xalbertoisorna a9ac384
Refactor test directory paths in Jenkinsfile for improved structure
xalbertoisorna 8039bbb
Update test parameters and comment out xcoreBuild in Jenkinsfile for …
xalbertoisorna d5bab87
Port basic mic array example to xcore 400 (#276)
mbanth fef8d62
First attempt to set app pll
xalbertoisorna bb29435
Implement secondary PLL configuration functions for 200MHz and 24.576MHz
xalbertoisorna 6847323
Update mic array configuration and filter implementation for improved…
xalbertoisorna d4a927b
Add fractional PLL configuration for improved clock settings
xalbertoisorna 09883ad
Fix comment for PLL disable setting in device_pll_init function
xalbertoisorna 4611c32
Refactor mic array example for XS3 and VX4 targets
xalbertoisorna 7018a40
Refactor VX4 target configuration and PLL initialization for improved…
xalbertoisorna 8161f44
Add copyright notice and license terms to mapfile.c
xalbertoisorna 74597ee
Refactor Jenkinsfile and CMakeLists.txt for improved structure; remov…
xalbertoisorna a76d940
Merge branch 'feature/isr-replace-xc' into vx4
xalbertoisorna af43c6e
Refactor app.c and app.cpp for improved clarity; add DATA_OUT macro a…
xalbertoisorna 0ea1b55
Enhance Jenkinsfile and CMakeLists.txt for improved test execution; a…
xalbertoisorna dcb0cb7
Update Jenkinsfile to modify build commands for BasicMicArray and adj…
xalbertoisorna 3b27406
Add CMake build step for BasicMicArray in Jenkinsfile
xalbertoisorna a4dd636
Add tool version handling for BasicMicArray build in Jenkinsfile
xalbertoisorna 8f1ae4c
Update test execution commands in Jenkinsfile for BasicMicArray; adju…
xalbertoisorna 8fcbe1d
Refactor test directory structure in Jenkinsfile
xalbertoisorna 4f3384b
Refactor audio processing calculations in user_audio function; update…
xalbertoisorna bc18ce5
Adding all 0isr tests
xalbertoisorna ddc1e47
Refactor VX4 build process in Jenkinsfile; streamline commands by rem…
xalbertoisorna b2afd56
Update VX4 build process in Jenkinsfile; replace xcoreBuild with CMak…
xalbertoisorna eed6cf7
Add MIC_ARRAY_CONFIG_LOW_POWER mode
81f0653
Merge pull request #282 from shuchitak/one_stage_decimator_clean
shuchitak ee9c01e
Add support for running decimator stage-2 in a separate thread for lo…
af9d317
Merge pull request #284 from shuchitak/decimator_stg2_task
shuchitak 3cf491d
Fix decimator_stg2_task shutdown protocol and free c_decimator channel
9129840
Merge pull request #285 from shuchitak/decimator_stg2_task
shuchitak b12404e
Add tests for low-power mic array
85fdfd9
Merge pull request #287 from shuchitak/test_lowpower
shuchitak cc71c6b
Low power 1mic, 1stage decimator
a9e77c0
Replace malloc() in ThreadEntryLowPower_1Mic1StgDecimator with a max …
374768a
Merge pull request #291 from xmos/lowpower_1mic_1stg_decimator
shuchitak db7a58d
Feature/mips vx4 (#295)
xalbertoisorna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently this is not needed for either xs3 or vx4