Skip to content

Releases: siemens-mobile-hacks/sdk

v1.1.0

07 Jan 15:06
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release
  1. Alternative cmake build system.
  2. Improved SDK structure.
  3. More old libs (from original repo, migrated to the new build system):
    • libjpeg
    • libpng
    • libz
    • libft
    • libft_server
    • libsigc++
  4. New libs:
    • libgcc (now static library from fresh arm-none-eabi-gcc compiler)
    • libcxxx + libsupc++ (for modern C++11)
  5. New tests:
    • WSHDR
    • c++
  6. BCFG now works on fresh gcc.
  7. A lot of small fixes & changes.
  8. UTF16 control chars defines in swilib.

v1.0.0

07 Jan 14:53
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

First release of SDK.

  1. Makefile build system.
  2. Added libs (from original repo, migrated to the new build system):
    • dietlibc
    • libcrt
    • libcrt_helper
    • libm
    • uclibc++
  3. Fixed problems on new GCC.
  4. Fixed problem with __ex symbol.