Development template for the NXP FRDM-KL05Z using the GNU-ARM-embedded toolchain.
Go to file
2024-05-15 20:58:03 -04:00
.gitignore it builds! 2024-01-27 12:05:34 -05:00
gcc.ld added default linker script 2024-05-15 20:58:03 -04:00
LICENSE copyright holder 2024-01-27 00:59:10 -05:00
main.c fixed indentation 2024-01-27 16:31:46 -05:00
Makefile fixed make process 2024-01-27 12:27:22 -05:00
MKL05Z4.h added files that will be helpful 2024-01-27 00:40:30 -05:00
multi-ram.ld it builds! 2024-01-27 12:05:34 -05:00
README.md TODO 2024-01-27 13:27:28 -05:00
startup_ARMCM0.S fixed make process 2024-01-27 12:27:22 -05:00
sysinit.c fixed indentation 2024-01-27 16:31:46 -05:00

My attempt at using open tooling with the NXP FRDM-KL05Z microcontroller.

TODO

  • Clean up Makefile
  • Initialize interrupts
  • Add a directory structure
  • Debug instructions with pyocd