首页 > 代码库 > DIY FRDM-KL25Z开发环境 -- 基于GNU工具链

DIY FRDM-KL25Z开发环境 -- 基于GNU工具链

IDE大行其道的今天,一键make极大的便利了开发的同时,也每每让各种半路出家的猿们遇到工具链的问题感到束手无策(不就是说自己嘛?^_^!!!)。也玩过不少板子了,始终没去深究工具链方面的问题,对于嵌入式开发环境的构建也只能是依葫芦画瓢,掌握程度也就勉强做到能应付工作,但还缺乏单兵作战能力,从零开始构建开发环境还真没把握搞定。宅了一天,无意中看到老外写的关于FRDM-KL25开发环境构建的博文,感觉写的很不错,转载做个备忘,这段时间准备好好理理清楚。

  • Part 1: Setting up ARM GNU tool chain
  • Part 2: Setting up Eclipse IDE
  • Part 3: Setting up the debugger (P&E and Segger)
  • Part 4: Setting up Processor Expert
  • Part 5: Setting up FreeRTOS Kernel Awareness
  • Part 6: Linux Host Support with OpenOCD and CMSIS-DAP
  • Part 7: GNU ARM Eclipse Plugins
  • Part 8: Processor Expert with GNU ARM Eclipse Plugins
  • Part 9: DIY Free Toolchain for Kinetis: Part 9 – Express Setup in 8 Steps
  • Part 10 – Project Creation with GNU ARM Eclipse 2.1.1

DIY FRDM-KL25Z开发环境 -- 基于GNU工具链