Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 733 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 733 Bytes

Padauk toolchain setup for SDCC and EASYPDKPROG

This is work in progress of setting up an open source toolchain for development on Padauk MCUs.

Tools needed

  • SDCC version >3.9.0 link
  • Make tools (e.g. MSYS under windows)
  • EASYPDKPROG link

Folders

  • examples/
  • include/ - include files and some system functions
  • util/ - tool for automatic generation of header files

This work borrows heavily from the excellent stm8-bare-min and many posts on the EEVblog forum