Skip to content

Releases: EDI-Systems/M5P01_Prokaron

Add AVR support

24 May 15:52
Compare
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
Compare
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
Compare
Choose a tag to compare
  • FPU for Cortex-M port added.

More ports added & memory optimizations

27 Nov 20:22
Compare
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

GCC support for Cortex-M3 and Cortex-M4 added.

20 Jul 01:51
Compare
Choose a tag to compare
  • Added GCC support for Cortex-M3 and Cortex-M4/7
  • Renamed files to avoid linker script conflicts
  • types are now mangled with rmp_ prefix to avoid conflicting with other packages

RISC-V support and PIC33E support

27 Jun 03:18
Compare
Choose a tag to compare
  • RISC-V preliminary support. RISC-V chips are generally not fit for production in the near future due to their research nature.
  • PIC33E support with full DSP context saving/restoration.
  • Stability improvement.
  • Toolchain compatibility improvement.

Whitebox testing done

07 Jun 21:37
Compare
Choose a tag to compare
  • Manual updates
  • Whitebox testing done
  • No API changes
  • All users should upgrade to this version for various bug fixes and more safety confidence

Cortex-R4 support

21 Mar 19:10
Compare
Choose a tag to compare
  • Added Cortex-R4 support
  • Added preliminary Cortex-M RVM support
  • Fixed documentation bugs

GUI module and Dynamic Memory Management Module Added

17 Mar 15:19
Compare
Choose a tag to compare

Added GUI module
Added memory management
Updated manuals

Cortex-R5 support added

10 Mar 23:23
Compare
Choose a tag to compare
  • New support added for Cortex-R5.