Skip to content

Libmetal v2021.10 Release

Compare
Choose a tag to compare
@edmooring edmooring released this 01 Nov 01:11

This release:

  • FreeRTOS: fix reschedule on semaphore issue (METAL_MUTEX_INIT has been deprecated as useless)
  • Enable support of AArch32 processor in Zephyr
  • Fixes various bugs and issues.
  • Enable support of Xtensa processor

Arnaud Pouliquen (11):
cmake: fix VERSION file path
CI: Fix Zephyr build by updating Zephyr SDK version
CI: Fix Zephyr build by updating Zephyr SDK version to 13.0
CI: Fix Zephyr build error due to cmake version
CI: Fix Zephyr build by updating Zephyr SDK version to 0.13.1
test: zephyr: fix 'errno' undeclared
test: fix cmake warning: "Policy CMP0115 is not set"
Revert "lib: system: freertos: mutex: change to use atomic_int instead of freertos construct"
system:freertos: fix typo in sys.c path
lib: system: freertos: mutex: add deprecated message for METAL_MUTEX_INIT
release: libmetal 2021.10

Carlo Caione (1):
zephyr: cache: Use new Zephyr cache APIs

Ed Mooring (1):
MAINTAINERS: update maintainer email address.

Guiding Li (2):
libmetal: add xtensa support
libmetal: fix the type miss match warning in nuttx porting

Jiuzhu Dong (1):
openamp/libmetal: fix Non-zero offsets to null pointers

Julien Massot (1):
zephyr: enable support for Arm AArch32 processors

Lane Kolbly (1):
linux: device: unmap regions for linux device

Mark-PK Tsai (1):
io: add null pointer check in io block ops