Merge develop into master #183
Merged
keithm-xmos merged 99 commits intomasterfrom Mar 27, 2023
Merged
Conversation
(Note that this is in no way functional yet)
Though the unzipping for 4 or 8 mics still isn't implemented
Still don't have any coefficients, and still haven't tested it with audio output, so it's still entirely possible that I'm doing some bookkeeping incorrectly and am clobbering samples or something
…OR macros within lib_mic_array. These are now specified at runtime via parameters, rather than as global macros.
It wasn't checking for the framing config to be null.
…t things. Changed the API around quite a bit as well. Added frame transfer stuff.
The vanilla API now uses the port definitions from the XN file to automatically gather the port and clock resources. Cleaned up the headers by using macros for all the 'extern C' stuff. Scaled back the frame_transfer.h stuff. Decided it was too complicated for right now. Added CMake macro for adding the vanilla API to an application. Restructured CMake project so that lib_mic_array has its own CMakeLists.txt, instead of lib_mic_array.cmake which was being included by apps.
* xs3_cpp: More refinements and simplifications. Adds documentation for mic_array::prefab::BasicMicArray Added more API documentation for the C++ Got apps working using new C++ API Initial commit of CPP API
* issue171: [issue #171] Implements configuring allowing PdmRx to quietly drop PDM blocks if consumer is backed up.
…API when using xmake.
* xmos/develop: Adds automated documentation build (#168) Removed "XMOS" from heading
Apparently the environment in which they're built doesn't have java, which xmake requires.
Update to lib_xcore_math v2.0.2 and ...
moved CPMAddPackage to top-level CMakeLists
Now using officially supported xcore_builder
Documentation update. Enables PDF generation.
pinned doc builder to v2
Update diagrams
Updates version numbers to 5.0.2
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.