Jonatan Antoni

Results 230 comments of Jonatan Antoni

Thanks for pointing this out. I guess this was an oversight. The file should be this one: https://github.com/ARM-software/CMSIS_5/blob/develop/CMSIS/Core/Include/cmsis_tiarmclang.h Could you verify that this file would work for you? And if...

Thanks for raising this. Could you raise this as a pull-request, please?

@bentank, thanks for raising this. May I ask you to migrate your PR to this new repo as well?

Hi @recan-li, what version of CMSIS-Toolbox are you using? Did you activate the reference environment using vcpkg? Having `cbuild` processing `Validation.none+CM85.cprj` sounds like using an old version to me.

Hi @escherstair, Unfortunately I cannot provide expected release date for the upcoming 5.8.0, yet. We are still working on some bits and details which we want to include. We aim...

Hi @enes0r, We don't plan any further releases of CMSIS 5 as it is superseded by [CMSIS 6](https://github.com/ARM-software/CMSIS_6).

Please give CMSIS 6 a try; it should be widely compatible and only require adoption for very rare use cases. If it doesn't work for you, please let me know...

Hi @tarek-bochkati, This seems to be an oversight to me. While the `RESET_HANDLER` actually never returns the `DEFAULT_HANDLER` is used as a regular interrupt handler. Even if the implementation does...

Hi @tarek-bochkati, Yes, we should update template to be in sync.

@christophe0606, @AlanCui4080, where does this new instrinsic belong to? Is this one the correct location? https://github.com/ARM-software/CMSIS_6/blob/8c4dc58928b3347f6aa98b6fb2bf6770f32a72b7/CMSIS/Core/Include/cmsis_gcc.h#L877-L992 Please feel free to raise a PR adding the required define. Please bare in...