Explore how to use an e-ink display on a kinetis freedom board.
- arm-eabi-none-gcc toolchain
- openocd (0.9.0 or newer)
- Attach e-ink devel board to your USB port.
- Fire up openocd
openocd -f interface/cmsis-dap.cfg -f target/kx.cfg -c "kx.cpu configure -event gdb-attach { reset init }"
- Build and flash
make
make flash