]> begriffs open source - cmsis/log
cmsis
3 years agoCorrected link script issue with gcc for pack ARMCA5, ARMCA7 and ARMCA9.
Christophe Favergeon [Thu, 21 Jul 2022 07:01:02 +0000 (09:01 +0200)]
Corrected link script issue with gcc for pack ARMCA5, ARMCA7 and ARMCA9.

3 years agoAdded links in CMSIS-Driver implementation list
Vladimir Marchenko [Wed, 20 Jul 2022 08:23:34 +0000 (10:23 +0200)]
Added links in CMSIS-Driver implementation list

3 years agoExchanged letter 'y' with radic sign.
Christopher Seidl [Wed, 20 Jul 2022 07:23:25 +0000 (09:23 +0200)]
Exchanged letter 'y' with radic sign.

3 years agoAdded list of currently available CMSIS-Drivers
Christopher Seidl [Tue, 19 Jul 2022 18:03:00 +0000 (20:03 +0200)]
Added list of currently available CMSIS-Drivers

3 years agoCMSIS-NN: Add MVEI support for int16 depth-wise convolution (#1521)
hmogensen-arm [Mon, 18 Jul 2022 13:06:47 +0000 (15:06 +0200)]
CMSIS-NN: Add MVEI support for int16 depth-wise convolution (#1521)

3 years agoPurge CMSIS-DSP after moving it off into own repository
Jonatan Antoni [Mon, 11 Jul 2022 12:23:19 +0000 (14:23 +0200)]
Purge CMSIS-DSP after moving it off into own repository

https://github.com/ARM-software/CMSIS-DSP

- Fixup to dependencies of CMSIS-NN
  NN does not actually have a dependency to CMSIS-DSP.
  Instead the dependencies exist transitively.
- Remove DSP files from gen_pack.sh
- Update README.md after moving off CMSIS-DSP

3 years agoFixed typos
Christopher Seidl [Fri, 1 Jul 2022 09:10:51 +0000 (11:10 +0200)]
Fixed typos

3 years agoFix device family book links.
Jonatan Antoni [Tue, 28 Jun 2022 10:12:59 +0000 (12:12 +0200)]
Fix device family book links.

3 years agoFix the endless loop issue with GCC O0.
Markus Klein [Wed, 22 Jun 2022 14:00:16 +0000 (16:00 +0200)]
Fix the endless loop issue with GCC O0.

More details, see https://github.com/ARM-software/CMSIS_5/issues/620
The issue only happens when local variables are in stack (GCC O0). If local variables are saved
in general purpose register, then the function is OK.
When local variables are in stack, after disabling the cache, flush the local variables cache
line for data consistency.

3 years agoGitHub: Update CodeQL workflow to use version 2 actions.
Jonatan Antoni [Wed, 22 Jun 2022 12:36:38 +0000 (14:36 +0200)]
GitHub: Update CodeQL workflow to use version 2 actions.

3 years agoCMSIS-NN: Add MVEI support for int16 max pooling (#1509)
Måns Nilsson [Wed, 22 Jun 2022 07:59:51 +0000 (09:59 +0200)]
CMSIS-NN: Add MVEI support for int16 max pooling (#1509)

Change-Id: Ia75af0245dbe471aae629110b53b0d0998afca2b

3 years agoCore(M): Fix DoxyGen issues.
Jonatan Antoni [Mon, 30 May 2022 11:39:33 +0000 (13:39 +0200)]
Core(M): Fix DoxyGen issues.

3 years agoCMSIS-DSP: Some improvements for sign conversion warnings.
Christophe Favergeon [Wed, 25 May 2022 08:39:00 +0000 (10:39 +0200)]
CMSIS-DSP: Some improvements for sign conversion warnings.

Added new tests for function in utils.h

3 years agoUse https in url
Joachim Krech [Tue, 24 May 2022 06:38:43 +0000 (08:38 +0200)]
Use https in url

3 years agoCMSIS-NN: Add support for DSP int16 depthwise_conv (#1490)
Måns Nilsson [Thu, 19 May 2022 15:08:11 +0000 (17:08 +0200)]
CMSIS-NN: Add support for DSP int16 depthwise_conv (#1490)

* CMSIS-NN: Add support for DSP int16 depthwise_conv
* Update packdesc.yml

3 years agoCMSIS-NN: Add support for int16 DSP avg pooling (#1486)
Måns Nilsson [Thu, 19 May 2022 11:15:28 +0000 (13:15 +0200)]
CMSIS-NN: Add support for int16 DSP avg pooling (#1486)

* CMSIS-NN: Add support for int16 DSP avg pooling

3 years agoEnhance check_header.sh to consider all commits in a PR.
Jonatan Antoni [Thu, 12 May 2022 15:47:34 +0000 (17:47 +0200)]
Enhance check_header.sh to consider all commits in a PR.

3 years agoCMSIS-Core(M): update CM85, CM55 core header files.
grasci [Thu, 12 May 2022 12:37:36 +0000 (14:37 +0200)]
CMSIS-Core(M): update CM85, CM55 core header files.

Co-authored-by: Martin Günther <martin.guenther@arm.com>
3 years agoCMSIS-NN: Replace arm_status with arm_cmsis_nn_status struct (#1480)
Måns Nilsson [Mon, 9 May 2022 11:03:37 +0000 (13:03 +0200)]
CMSIS-NN: Replace arm_status with arm_cmsis_nn_status struct (#1480)

Replaces ARM_MATH_SIZE_MISMATCH with ARM_CMSIS_NN_ARG_ERROR.
Replaces ARM_MATH_SUCCESS with ARM_CMSIS_NN_SUCCESS.
Replaces ARM_MATH_ARGUMENT_ERROR with ARM_CMSIS_NN_ARG_ERROR.

3 years agoRemoved outdated info
Christopher Seidl [Mon, 2 May 2022 11:23:50 +0000 (13:23 +0200)]
Removed outdated info

3 years agoBump version after release.
Jonatan Antoni [Mon, 2 May 2022 10:57:58 +0000 (12:57 +0200)]
Bump version after release.

3 years agoFinalize release 5.9.0
Jonatan Antoni [Mon, 2 May 2022 10:42:50 +0000 (12:42 +0200)]
Finalize release 5.9.0

3 years agoUpdate README to track latest release (on master branch), automatically.
Jonatan Antoni [Mon, 2 May 2022 09:29:54 +0000 (11:29 +0200)]
Update README to track latest release (on master branch), automatically.

3 years agoDoxygen: added description for __CM85_REV
Vladimir Marchenko [Fri, 29 Apr 2022 14:09:52 +0000 (16:09 +0200)]
Doxygen: added description for __CM85_REV

3 years agoDoxygen: Added more references to STAR-MC1
Vladimir Marchenko [Fri, 29 Apr 2022 13:45:57 +0000 (15:45 +0200)]
Doxygen: Added more references to STAR-MC1

3 years agoDoxygen: fixed incorrect link
Vladimir Marchenko [Fri, 29 Apr 2022 13:29:34 +0000 (15:29 +0200)]
Doxygen: fixed incorrect link

3 years agoREADME.md: Removed bold links
Vladimir Marchenko [Fri, 29 Apr 2022 10:27:00 +0000 (12:27 +0200)]
README.md: Removed bold links

3 years agoREADME.md: Added reference to CMSIS-Build
Vladimir Marchenko [Fri, 29 Apr 2022 10:17:54 +0000 (12:17 +0200)]
README.md: Added reference to CMSIS-Build

3 years agoDoxygen: Fixed Revision History for 5.9.0
Vladimir Marchenko [Fri, 29 Apr 2022 10:17:28 +0000 (12:17 +0200)]
Doxygen: Fixed Revision History for 5.9.0

3 years agoDoxygen: Added PMU documentation for CM85 and extended for CM55
Vladimir Marchenko [Fri, 29 Apr 2022 10:16:59 +0000 (12:16 +0200)]
Doxygen: Added PMU documentation for CM85 and extended for CM55

3 years agoDoxygen: Extended with Cortex-M85 references
Vladimir Marchenko [Fri, 29 Apr 2022 10:15:08 +0000 (12:15 +0200)]
Doxygen: Extended with Cortex-M85 references

3 years agoDoxygen: Minor rework/typo fixes in RTOS Validation page.
Vladimir Marchenko [Wed, 27 Apr 2022 13:06:03 +0000 (15:06 +0200)]
Doxygen: Minor rework/typo fixes in RTOS Validation page.

3 years agoUpdate change history and versions
Jonatan Antoni [Wed, 27 Apr 2022 09:34:27 +0000 (11:34 +0200)]
Update change history and versions

3 years agoCMSIS-Core(M): Add Cortex-M85 support
Jonatan Antoni [Tue, 26 Apr 2022 14:24:59 +0000 (16:24 +0200)]
CMSIS-Core(M): Add Cortex-M85 support

- Add generic ARMCM85 device
- Add Cortex-M85 (CM85) to SVD schema

Co-authored-by: GuentherMartin <martin.guenther@arm.com>
3 years agoCMSIS-DAP: Update version and revision history
Robert Rostohar [Tue, 26 Apr 2022 06:49:14 +0000 (08:49 +0200)]
CMSIS-DAP: Update version and revision history

3 years agoDoxygen: Updated "RTOS Validation" page with references to CMSIS-RTOS2 Validation
Vladimir Marchenko [Mon, 25 Apr 2022 15:38:16 +0000 (17:38 +0200)]
Doxygen: Updated "RTOS Validation" page with references to CMSIS-RTOS2 Validation

3 years agoRemove deprecated docs and schemas for CMSIS-Pack and CMSIS-Build
Jonatan Antoni [Thu, 21 Apr 2022 12:46:25 +0000 (14:46 +0200)]
Remove deprecated docs and schemas for CMSIS-Pack and CMSIS-Build

3 years agoUpdated Cortex-M55 core header
GuentherMartin [Thu, 21 Apr 2022 06:39:06 +0000 (08:39 +0200)]
Updated Cortex-M55 core header
- corrected MemSysCtl_Type

3 years agoRecord new Armv8.1-M RTX5 libraries for IAR compiler
Jonatan Antoni [Tue, 19 Apr 2022 12:18:44 +0000 (14:18 +0200)]
Record new Armv8.1-M RTX5 libraries for IAR compiler

3 years agoCMSIS-NN: Add SVDF state tensor with 8 bit precision (#1461)
hmogensen-arm [Tue, 19 Apr 2022 12:05:28 +0000 (14:05 +0200)]
CMSIS-NN: Add SVDF state tensor with 8 bit precision (#1461)

3 years agoCMSIS-Build: added documentation redirects to CMSIS-Toolbox
Vladimir Marchenko [Thu, 14 Apr 2022 15:30:30 +0000 (17:30 +0200)]
CMSIS-Build: added documentation redirects to CMSIS-Toolbox

3 years agoDoxyGen: Fixup gen_doc.sh
Jonatan Antoni [Thu, 14 Apr 2022 12:25:21 +0000 (14:25 +0200)]
DoxyGen: Fixup gen_doc.sh

3 years agoCMSIS-Pack: Redirects in documentation to Open-CMSIS-Pack
Vladimir Marchenko [Thu, 14 Apr 2022 12:01:06 +0000 (14:01 +0200)]
CMSIS-Pack: Redirects in documentation to Open-CMSIS-Pack

3 years agoDocumentation: Core - formatting issue fixed, Build: finalized CMSIS-Toolbox
Reinhard Keil [Wed, 13 Apr 2022 13:07:34 +0000 (15:07 +0200)]
Documentation: Core - formatting issue fixed, Build: finalized CMSIS-Toolbox

3 years agoUpdate core_starmc1.h
Albert Huang [Thu, 7 Apr 2022 09:58:42 +0000 (17:58 +0800)]
Update core_starmc1.h

Update CoreDebug to DCB and DIB
Fix some bugs
And some optimization for changing STAR to STAR-MC1

3 years agoUpdate core_starmc1.h
Albert Huang [Wed, 6 Apr 2022 07:38:13 +0000 (15:38 +0800)]
Update core_starmc1.h

Add macro define for STAR-MC

3 years agoBump next release version to 5.9.0
Jonatan Antoni [Tue, 5 Apr 2022 08:05:00 +0000 (10:05 +0200)]
Bump next release version to 5.9.0

3 years agoFix signature of __USAT in documentation.
Jonatan Antoni [Thu, 31 Mar 2022 13:44:26 +0000 (15:44 +0200)]
Fix signature of __USAT in documentation.

The operand of usat instruction is a signed value according
to ACLE specification, see https://developer.arm.com/documentation/101028/0013/?lang=en

Fixes #1453

3 years agoCMSIS Device: fixed typo in scatter files.
GuentherMartin [Thu, 31 Mar 2022 08:57:54 +0000 (10:57 +0200)]
CMSIS Device: fixed typo in scatter files.

3 years agoCMSIS-Driver WiFi: Update documentation (#1452)
Milorad Cvjetkovic [Wed, 30 Mar 2022 11:08:33 +0000 (13:08 +0200)]
CMSIS-Driver WiFi: Update documentation (#1452)

- Activate function
- Socket Create function
- Socket Receive/RecvFrom/Send/SendTo function (support for polling)

3 years agoDoxyGen: Fix white-space in CMSIS-Driver documentation (affects formatting)
Robert Rostohar [Tue, 29 Mar 2022 09:14:06 +0000 (11:14 +0200)]
DoxyGen: Fix white-space in CMSIS-Driver documentation (affects formatting)

3 years agoCMSIS Device: Updated system_ARMCM55.c
GuentherMartin [Mon, 28 Mar 2022 13:19:53 +0000 (15:19 +0200)]
CMSIS Device: Updated system_ARMCM55.c
- corrected "Clear ELPSTATE".

3 years agoRename core_star.h to core_starmc1.h
Albert Huang [Mon, 28 Mar 2022 09:04:30 +0000 (17:04 +0800)]
Rename core_star.h to core_starmc1.h

* Replace "STAR" with "STAR-MC1"

3 years agoCore(A): Fixed __RBIT implementation (issue #1445)
GuentherMartin [Thu, 24 Mar 2022 06:27:41 +0000 (07:27 +0100)]
Core(A): Fixed __RBIT implementation (issue #1445)

3 years agoCMSIS-Core(M): Add missing registers to core_cm55.h
Martin Günther [Wed, 16 Mar 2022 14:09:29 +0000 (15:09 +0100)]
CMSIS-Core(M): Add missing registers to core_cm55.h

- Memory System Control Registers
- External Wakeup Interrupt Controller Registers
- Error Banking Registers
- Processor Configuration Information Registers

3 years agoRTX5: Fix timer interval when periodic timer is restarted
Robert Rostohar [Fri, 11 Mar 2022 09:21:04 +0000 (10:21 +0100)]
RTX5: Fix timer interval when periodic timer is restarted

3 years agoCMSIS-NN: Add softmax s16 support (#1425)
Måns Nilsson [Thu, 10 Mar 2022 07:33:26 +0000 (08:33 +0100)]
CMSIS-NN: Add softmax s16 support (#1425)

CMSIS-NN: Add softmax s16 support

Adds scalar version of softmax with int8 input and int16 output.
Adds scalar version of softmax with int16 input and int16 output.
Adds unit tests.

3 years agoEnhance component conditions for Dcore="Star-MC1"
Jonatan Antoni [Mon, 28 Feb 2022 15:56:33 +0000 (16:56 +0100)]
Enhance component conditions for Dcore="Star-MC1"

- Reworked conditions to reduce duplicate file entries.
- Updated version and history for CMSIS-Core(M)
- Updated PACK.xsd (local copy)
- Enhance gen_pack.sh to update PACK.xsd on the fly

3 years agoCMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419)
Måns Nilsson [Thu, 17 Feb 2022 14:11:54 +0000 (15:11 +0100)]
CMSIS-NN: Add elementwise add/mul int16 and unit tests (#1419)

* CMSIS-NN: Add elementwise add/mul int16 and unit tests

Zero out offsets for add/mul s16

Co-authored-by: Annie Tallund <annie.tallund@arm.com> and Måns Nilsson <mans.nilsson@arm.com>
3 years agoRXT5: add Floating-point initialization for Arm C Library (#1421)
Robert Rostohar [Wed, 16 Feb 2022 07:48:10 +0000 (08:48 +0100)]
RXT5: add Floating-point initialization for Arm C Library (#1421)

3 years agoCMSIS-NN: Refactor, remove unused function arm_nn_mat_mult_kernel_s8_s16_reordered...
hmogensen-arm [Tue, 8 Feb 2022 13:37:35 +0000 (14:37 +0100)]
CMSIS-NN: Refactor, remove unused function arm_nn_mat_mult_kernel_s8_s16_reordered (#1417)

* CMSIS-NN: Remove unused function arm_nn_mat_mult_kernel_s8_s16_reordered.c

3 years agoCore(M): Describe scatter file templates. (#1376)
Martin Günther [Tue, 8 Feb 2022 12:22:12 +0000 (13:22 +0100)]
Core(M): Describe scatter file templates. (#1376)

* Core(M): Describe scatter file templates.

* Core(M): Describe scatter file templates.
- review changes.

3 years agoGitHub: Add check for Pack Description
Jonatan Antoni [Mon, 7 Feb 2022 16:17:46 +0000 (17:17 +0100)]
GitHub: Add check for Pack Description

3 years agoGitHub: Add check for Pack Description
Jonatan Antoni [Mon, 7 Feb 2022 16:06:04 +0000 (17:06 +0100)]
GitHub: Add check for Pack Description

3 years agoCMSIS-NN: add kernel and unittest for int16 pooling (#1408)
Måns Nilsson [Mon, 31 Jan 2022 15:06:54 +0000 (16:06 +0100)]
CMSIS-NN: add kernel and unittest for int16 pooling (#1408)

Co-authored-by: Måns Nilsson <mans.nilsson@arm.com>
Change-Id: Iafcfd0c2509d23566fdbb2709796e2c210fa1083

Co-authored-by: Annie Tallund <annie.tallund@arm.com>
3 years agoCMSIS-NN: Add int16 support for depthwise_conv (#1406)
Måns Nilsson [Mon, 31 Jan 2022 14:50:49 +0000 (15:50 +0100)]
CMSIS-NN: Add int16 support for depthwise_conv (#1406)

Adds new function arm_depthwise_conv_s16 including dilation support and
corresponding unit tests.

Change-Id: Ia393679990fdcb94edd062c53b76346c67e3405b

4 years agoCMSIS-NN: Add dilation support for generic depthwise conv (#1384)
Måns Nilsson [Wed, 29 Dec 2021 14:40:12 +0000 (15:40 +0100)]
CMSIS-NN: Add dilation support for generic depthwise conv (#1384)

* CMSIS-NN: Add dilation support for generic depthwise conv

Change-Id: I5731a3de681c7618e6d4408d117748bb5f384ae8

* CMSIS-NN: Also call wrapper in depthwise dilation unit test

4 years agoRXT5: optimize MessageQueueGet/Put (remove copying arguments)
Robert Rostohar [Mon, 20 Dec 2021 14:08:30 +0000 (15:08 +0100)]
RXT5: optimize MessageQueueGet/Put (remove copying arguments)

4 years agoRTX5: Fix potential register R1 corruption when calling OS functions from threads...
Robert Rostohar [Mon, 20 Dec 2021 12:08:36 +0000 (13:08 +0100)]
RTX5: Fix potential register R1 corruption when calling OS functions from threads multiple times with same arguments (when using high level compiler optimizations) - #1382

4 years agoCMSIS-NN: Add dilation support for conv (#1377)
Måns Nilsson [Sat, 18 Dec 2021 13:36:24 +0000 (14:36 +0100)]
CMSIS-NN: Add dilation support for conv (#1377)

* Adds dilation support for convolution implementation.
* Adds corresponding unit tests for dilation.
* Fixes generate script bug that it was always regenerating
   data.
* DSP and scalar implementation are partly combined so scalar
   implementation now also uses im2col buffer.

Change-Id: If6c57594b5122827597529ab628586135ec975fe
Co-authored-by: Patrik Laurell
4 years agoDoxyGen: Fix return types for RTOS2 tick functions.
Jonatan Antoni [Wed, 24 Nov 2021 12:22:31 +0000 (13:22 +0100)]
DoxyGen: Fix return types for RTOS2 tick functions.

Functions OS_Tick_Enable(), OS_Tick_Disable() and
OS_Tick_AcknowledgeISQ() are declared returning void
not int32_t.

4 years agoCMSIS-DSP: Python wrapper update
Christophe Favergeon [Mon, 15 Nov 2021 13:22:24 +0000 (14:22 +0100)]
CMSIS-DSP: Python wrapper update

New function arm_mat_mult_opt_q31 added to the wrapper.

4 years agoRemove reference to Git-LFS in readme.
Jonatan Antoni [Tue, 9 Nov 2021 09:15:39 +0000 (10:15 +0100)]
Remove reference to Git-LFS in readme.

Pre-built libraries are not stored in the repository
anymore. Hence generating the full pack requires
build environment for the library componants.

4 years agoCore: add missing Secure Fault syndrome registers and fix register name typo. (#1346)
Chris Reed [Thu, 14 Oct 2021 13:47:43 +0000 (08:47 -0500)]
Core: add missing Secure Fault syndrome registers and fix register name typo. (#1346)

- Add SFAR, SFSR registers.
- Rename ID_ADR to ID_AFR and add backwards compatibility alias.

4 years agoAdd core_star.h to support Arm China CPU core "STAR". (#1252)
Albert Huang [Wed, 13 Oct 2021 15:05:34 +0000 (23:05 +0800)]
Add core_star.h to support Arm China CPU core "STAR". (#1252)

4 years agoCMSIS-DSP: Add MFCC to SDFTools
Christophe Favergeon [Wed, 6 Oct 2021 05:24:36 +0000 (07:24 +0200)]
CMSIS-DSP: Add MFCC to SDFTools

Python and C++ nodes available.
New examples 5 and 6 are shwoing how to use MFCC in SDF in both cases.

4 years agoGitHub: Fix fileheader workflow.
Jonatan Antoni [Thu, 30 Sep 2021 15:21:16 +0000 (17:21 +0200)]
GitHub: Fix fileheader workflow.

The workflow must run on the actual change not
on the merge in order to detect properly updated
file header.

4 years agoDoxyGen: Fix broken links.
Jonatan Antoni [Thu, 5 Aug 2021 07:24:32 +0000 (09:24 +0200)]
DoxyGen: Fix broken links.

4 years agoDoxyGen: Fixed documentation of cache maintenance functions.
Jonatan Antoni [Tue, 7 Sep 2021 08:33:04 +0000 (10:33 +0200)]
DoxyGen: Fixed documentation of cache maintenance functions.

In 63554e7 the data type of the addr parameters were changed
to volatile void* but the documentation got missed.

4 years agoAdd DSP support for fully connected int16
Oscar Andersson [Mon, 9 Aug 2021 12:33:22 +0000 (14:33 +0200)]
Add DSP support for fully connected int16

Authors: Sebastian-Larsson, oscarandersson8218 (GitHub)

Adding DSP implementation for fully connected int16 as well a unit
test.

Also replacing SXTB(__ROR()) by __SXTB16_RORn in read_and_pad, since it
is used by this and it is faster for GCC.

Change-Id: I4a40a3f9137435e822957c6c8f971e65c1bf9706

4 years agoCMSIS-Driver: minor update of USART documentation
Milorad Cvjetkovic [Mon, 23 Aug 2021 05:50:08 +0000 (07:50 +0200)]
CMSIS-Driver: minor update of USART documentation

4 years agoCMSIS-NN: Adds support for int16 fully connected
Måns Nilsson [Mon, 21 Jun 2021 13:05:46 +0000 (15:05 +0200)]
CMSIS-NN: Adds support for int16 fully connected

* Adds arm_fully_connected_s16() and arm_nn_vec_mat_mult_t_s16().
* Adds unit tests for this.

Change-Id: Ie9980a6ba8c80d0cf4898777dde90735a722ddd1

4 years agoUpdate README.md
Reinhard Keil [Mon, 16 Aug 2021 06:28:16 +0000 (08:28 +0200)]
Update README.md

Added batches for license and release version

4 years agoCMSIS-NN: Optimized convolution for 16x8 data type
Oscar Andersson [Mon, 2 Aug 2021 14:19:24 +0000 (16:19 +0200)]
CMSIS-NN: Optimized convolution for 16x8 data type

Authors: Sebastian-Larsson, oscarandersson8218 (GitHub)

1. Optimized function is added for input data type of int16
and filter data type of int8. The main constraint is
that the kernel volume is < 512.

2. Unit tests are added as well.

Change-Id: I9f0f3067a275c8bf5f9263ebe76cd9a1033c7793

4 years agoFurther fixes
Christopher Seidl [Mon, 9 Aug 2021 12:12:26 +0000 (14:12 +0200)]
Further fixes

4 years agoGitHub: Add LinkChecker for DoxyGen.
Jonatan Antoni [Thu, 5 Aug 2021 06:22:45 +0000 (08:22 +0200)]
GitHub: Add LinkChecker for DoxyGen.

4 years agoGitHub: Add problem matcher for file header checker.
Jonatan Antoni [Tue, 3 Aug 2021 08:40:29 +0000 (10:40 +0200)]
GitHub: Add problem matcher for file header checker.

4 years agoGitHub: Add action to check file headers.
Jonatan Antoni [Thu, 22 Jul 2021 11:54:47 +0000 (13:54 +0200)]
GitHub: Add action to check file headers.

The check_header.sh script checks a given file for changes
made to its file header, i.e. @date and @version. For each
file that did not receive a proper update a warning message
is generated.

4 years agoCore(M): Fixup to the version history.
Jonatan Antoni [Mon, 19 Jul 2021 09:48:19 +0000 (11:48 +0200)]
Core(M): Fixup to the version history.

4 years agopeople forgot the update the sub version...
Gabriel Wang [Sat, 17 Jul 2021 12:36:44 +0000 (13:36 +0100)]
people forgot the update the sub version...

4 years agoFix PMU_Type in core_m55 and core_armv81mml.
Wilfried Chauveau [Fri, 16 Jul 2021 19:28:16 +0000 (20:28 +0100)]
Fix PMU_Type in core_m55 and core_armv81mml.

4 years agoCMSIS-NN: Add int16 conv kernel support
Måns Nilsson [Tue, 22 Jun 2021 16:16:52 +0000 (18:16 +0200)]
CMSIS-NN: Add int16 conv kernel support

* Adds test_arm_convolve_wrapper_s16 and test_arm_convolve_16 with
  reference implementation.
* This requires new requantization so it is based on new function,
  arm_nn_requantize_s64.
* Adds unit tests for this.

Change-Id: I730458996472d6dbb51d239bc7530dd53d21130f

4 years agoCMSIS-DSP: Removed float promotion issues
Christophe Favergeon [Thu, 8 Jul 2021 10:52:54 +0000 (12:52 +0200)]
CMSIS-DSP: Removed float promotion issues
Corrected some additional warnings when compiling with AC5 compiler.
Updated version numbers,

4 years agoBump pack version after release.
Jonatan Antoni [Tue, 29 Jun 2021 15:17:30 +0000 (17:17 +0200)]
Bump pack version after release.

4 years agoGitHub: Fix release workflow.
Jonatan Antoni [Tue, 29 Jun 2021 13:57:35 +0000 (15:57 +0200)]
GitHub: Fix release workflow.

4 years agoFix README link to pre-built documentation.
Jonatan Antoni [Tue, 29 Jun 2021 09:15:07 +0000 (11:15 +0200)]
Fix README link to pre-built documentation.

4 years agoFinalize release 5.8.0
Jonatan Antoni [Thu, 24 Jun 2021 09:54:40 +0000 (11:54 +0200)]
Finalize release 5.8.0

4 years agoUpdate codeql-analysis.yml
Jonatan Antoni [Tue, 22 Jun 2021 16:04:20 +0000 (18:04 +0200)]
Update codeql-analysis.yml

4 years agoUpdate codeql-analysis.yml
Jonatan Antoni [Tue, 22 Jun 2021 15:28:45 +0000 (17:28 +0200)]
Update codeql-analysis.yml

4 years agoUpdate codeql-analysis.yml
Jonatan Antoni [Tue, 22 Jun 2021 15:27:05 +0000 (17:27 +0200)]
Update codeql-analysis.yml