Skip to content

Cyancore Framework V0x01000201

Pre-release
Pre-release
Compare
Choose a tag to compare
@pranjalchanda08 pranjalchanda08 released this 19 Feb 17:33
· 376 commits to stable since this release
5e26a22

Release Notes

Intermediate release of Cyancore framework 1.2.1
Code Name: Helium

New CPUs Supported

  • None

New Platforms Supported

  • None

Features/What's new

  • Added Pseudo File System for cyancore framework (Initial support)
  • Upgraded machine call architecture and solved pointer based call limitations
  • Lib-posix support (WIP):
    • Semaphore
    • Message Queue
    • PThread
  • Lib-syslog with support of FILE system. Following streams are up:
    • stdin
    • stdout
    • stderr
    • stddbg

Bugs Fixes

  • Addition of more devices to dp list may cause AVR Core to truncate MSB becuase of the machine_call handler's args
  • Unsigned int is not enough for passing pointers to machine_call

Known issues

  • printf doesnt print 64bit on '%llu'

New Projects Added

  • None