Skip to content

Releases: EDI-Systems/M5P01_Prokaron

Maintenence release

23 Mar 06:09

Choose a tag to compare

  • Fix some issues related to virtualization
  • Add external ROM test for F2812

Maintenence release

26 Aug 17:26

Choose a tag to compare

Fix RVM virtualization for all virtualized ports:

  • A6M_RVM
  • A7M_RVM
  • RV32P_RVM

Maintenence release

13 Jul 09:02

Choose a tag to compare

  • Fix immature Cortex-M context switch optimization
  • Rearrange macro definitions for better abstraction
  • Add stack segment register capability for esoteric architectures (disabled by default)
  • Fix other wording/typo issues

Maintenence release

03 Jul 16:48

Choose a tag to compare

  • Add state caching to improve performance
  • Fix macro inconsistencies

Maintenence release

27 Jun 09:56

Choose a tag to compare

  • Separate yield implementation
  • Clean up typos and macro definitions
  • Change GUI enabling macros
  • Update manual

Maintenence release

08 Jun 09:53

Choose a tag to compare

Bugfixes

  • Fix thread mailbox rcv API issue under an unusual scenario
  • Kernel cleanups

New Features

  • Add support for RL78
  • Multiple port fixes

Add AVR support

24 May 15:52

Choose a tag to compare

  • Added AVR/Arduino hardware support.
    • You can use MEGA2560 board to download the binary.
    • The standard MEGA8 will NOT fit due to flash constraints.
  • Add manual entry for 8- and 16- bit porting.

First new release after total refractoring

03 May 11:43

Choose a tag to compare

This is a first release after many years of development.
All architectures are refactored, while bringing multiple new ports.

FPU for Cortex-M

16 Jun 06:23
aa35df0

Choose a tag to compare

  • FPU for Cortex-M port added.

More ports added & memory optimizations

27 Nov 20:22

Choose a tag to compare

  • Added more MCU ports
  • Optimized the kernel to shrink memory footprint to 68 Byte
  • New Chinese & English manual ready
  • Still white-box tested