Motorola 68K: development platform for PlatformIO
Motorola (now Freescale M68K processors are still used in embedded development in certain industries. The are widely known by their use in amiga, apple and atari home computers.
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
Using the platform spec and tools published to the platformio repository
platform = m68k
board = GenericM68332
...