CMSIS DSP support forthcoming?

Thanks so much, Zoltan! I was able to get the mbed CLI installed and the project compiled / linked, but now I’m getting an odd blink code. I’m guessing the chip doesn’t like the code, which is something I’ll have to figure out. I wonder if it’s related to linking with libarm_cortexM4l_math.a vs libarm_cortexM4lf_math.a, which is what I use in MCUXpresso, and the same code seems to work (before I upgraded the NXP SDK, but that’s a different matter).

From a philosophical standpoint, I’m familiar with compiling from the command line, but it seems like if we’re using the mbed Studio IDE, then we should be able to do the linking from within that. I like the IDE; it works well, aside from this one issue. Oh well.

Thanks again!

Aaron