• "8th" - Embedded and more (part 2)
    Overview This is the second in a series of articles in which we explore using the 8th programming language with embedded as well as desktop and server systems, in an integrated project. The first in...
  • Ada Driver Library for ARM Cortex-R and Cortex-M - Part 1
    For the last few months we’ve been working (at AdaCore ) on a driver library entirely written in Ada for the STM32F4 and STM32F7 with the intent of supporting additional Cortex-M and Cortex-R vendors...
  • "8th" - Embedded and more (part 1)
    Overview This is the first in a series of articles in which we'll explore using 8th with embedded as well as desktop and server systems, in an integrated project. It is not intended to be a tutorial...
  • "8th" - Embedded and more (part 3) - interfacing the 7-segment
    Overview This is the third in a series of articles exploring how to use 8th with embedded as well as desktop and server systems, in an integrated project. The first in the series is here , and the previous...
  • Cross compilation for Arm
    There are many ways to compile a software for Arm architecture. If you have a small project and an Arm device with a Linux-based system, you can easily compile it using the shipped compiler on the device...