Skip to content

specadmin/codeblocks-arduino-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino project template for Code::Blocks IDE

Arduino projects could be built with any IDE. This template allows you to create and configure an empty Arduino project in Code::Blocks IDE.

Usage

  1. Start Code:Blocks IDE and create a new project (File -> New -> Project).
  2. Select "Arduino project" template and follow the wizard's instructions.
  3. Select the target for your Arduino board.
  4. Build your project by the "Build" command.
  5. Upload your sketch into the board by the "Run" command.

Dependencies

  • Code::Blocks IDE
  • gcc-avr
  • avr-libc
  • avrdude
  • miniterm

Integration into Code::Blocks

  1. Find Code::Blocks templates directory
cd /usr/share/codeblocks/templates/wizard
  1. Backup an existing Arduino template (if present)
sudo mv arduino arduino.bak
  1. Clone this repository
sudo git clone https://github.com/specadmin/codeblocks-arduino-template.git arduino
  1. Ensure the following line is present in config.script file in RegisterWizards() function:
RegisterWizard(wizProject,     _T("arduino"),      _T("Arduino Project"),       _T("Embedded Systems"));
  1. Restart Code::Blocks IDE

About

Arduino project template for Code::Blocks IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published