2016-06-16 Filed in:
LibraryI had intended that release 3.1 of AdaBase be a quick improvement that would add three new native data types:
- Bit type (like bit flags)
- UTF8 encoded strings
- Spatial data types / OpenGIS Geometry
https://github.com/jrmarino/AdaBaseFrom John R. Marino
Read More…Tags: Database,SQL,PostgreSQL,MySQL,SQLite,Spatial data,OpenGIS
2016-06-06 Filed in:
Compiler- This is GNAT GPL 2016, rebuilt as a cross-compiler from Mac OS X to arm-eabi.
- The CPUs supported include cortex-m3, cortex-m4, cortex-r4.
Read More…Tags: GCC,ARM,Arduino,Cortex,OSX
2016-06-05 Filed in:
CompilerThis is GCC 6.1.0, rebuilt as a cross-compiler from Mac OS X to arm-eabi specifically,
- the Cortex-M3 as found on the Arduino Due
- the Cortex-M4 as found on the STMicroelectronics[2] STM32F4 Discovery and STM32F429I Discovery boards.
The compiler comes with no Ada Runtime System (RTS). See the
Cortex GNAT Run Time Systems project for candidates.
From Simon Wright
Read More…Tags: GCC,ARM,Arduino,Cortex,OSX,MacOS