Skip to content

Updates to Arduino GUI for support of STM32 ARM Cortex-M3 processors

License

Notifications You must be signed in to change notification settings

pmourao/arduino-stm32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino STM32
=============

This repository contains modifications to main Arduino tree that enables support of STM32 Cortex-M3 based targets.

Revision info
=============

v 0.0 (090823)
==============
STM32:
-----
Tested with Olimex STM32_P103 board
Arm build envirenment is Codesourcery light, tested on Linux, Fedora 10
Arduino sketches are built to elf and hex files that can be flashed to a stm32 target with OpenOcd Jtag.
Basic Arduino/Wiring functions supported are:  
	delay, millis, micros, delayMicroseconds
	pinMode, digitalWrite, digitalRead
	Hardware serial with 3 serial ports Serial1==Serial, Serial2 and Serial3
	analogRead
	
Arduino IDE
-----------
Sizer
	Show amount of used RAM
SerialMonitor
	Add log file to serial monitor window

About

Updates to Arduino GUI for support of STM32 ARM Cortex-M3 processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.6%
  • Java 11.1%
  • C++ 3.1%
  • Shell 0.2%