Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
6 years ago
Anthony Merlino
aa1056a33b
boards/arduino*: Unifies PORT_<OS> settings
...
All boards define a default PORT_LINUX and PORT_DARWIN
arduino-atmega-common uses PORT_LINUX and PORT_DARWIN accordingly
6 years ago
Hauke Petersen
f6cd39348a
boards: remove local Makefile.dep includes
...
No need for these, as $(RIOTBOARD)/$(BOARD)/Makefile.dep is
globally included from $(RIOBASE)/Makefile.dep.
6 years ago
Hauke Petersen
bfb52afde9
cpu/sam21: unified structure for sam[drl]21 CPUs
6 years ago
Alexandre Abadie
68acc8857e
boards/arduino-zero: add initial support
6 years ago
Kees Bakker
076d5bda11
boards: add support for SODAQ Autonomo
...
The following features were tested (briefly):
* UART (the first)
* I2C using a BMP180 on a SODAQ TPH board
* SPI0, connected to the on-board serial data flash (only DevID was read
using the periph_spi test program)
* xtimer is working (it's the same code as in samr21)
boards/sodaq-autonomo: Disable the "big" unittests because it does not fit
6 years ago
Kees Bakker
8644b5f7a0
cpu/samd21: introduce sam0.h so that we can select samr21.h or other
...
In the Makefile.include of the board it is required to set the correct
define.
Currently only SAMRG18A is supported, as required by samr21-xpro.
6 years ago
Ian Martin
b1946e6715
dist: tools: let find-tty.sh return all matches, not just the first
7 years ago
Michael Andersen
83f9cecc12
cpu/samd21: Change linker file to support E variant
7 years ago
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
7 years ago
Joakim Nohlgård
7835ab2be7
make: Move BOARD and CPU includes to Makefile.modules
7 years ago
Joakim Nohlgård
fae9a092fd
boards: Remove Makefile.include.cortexm_common
7 years ago
Lucas Jenss
d80f18de0b
Minor usability improvements for samr21 usage
7 years ago
daniel-k
eb144530d8
samr21-xpro: connect to correct tty when given SERIAL
7 years ago
Thomas Eichinger
36d3d9c4cd
boards/samr21-xpro: define serial port for OS X
7 years ago
daniel-k
322523261c
samr21: fix SERIAL environment varible to select board when flashing
8 years ago
haukepetersen
38f4fc7027
cpu/samd21: moved -O0 from board to cpu
8 years ago
Hauke Petersen
49dcb692d1
boards: adapted Makefiles to cortexm_common folder
...
- changed naming of cortexm_common in makefiles
- included some minor cleanups
8 years ago
Kaspar Schleiser
107be4122c
board: samr21-xpro: adapt to common board Makefile
8 years ago
Ludwig Ortmann
7344f770a3
boards/samr21-xpro: allow specifying flash device
8 years ago
haukepetersen
de3200a88f
board/samr21-xpro: use unified openocd script
8 years ago
Joakim Gebart
38fc33717b
samr21-xpro: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
8 years ago
Lucas Jenss
5fdbf0ccfe
Samr21: autostart gdb when running make debug
8 years ago
Troels Hoffmeyer
33ef43c8e2
samr21: implemented transceiver via spi, gpio changes
8 years ago
BytesGalore
ae3492b017
cpu/samd12: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
...
boards/samr21-xpro: provided c++ feature (cpp)
8 years ago
Thomas Eichinger
bf256f63a3
samr21-xpro: initial import for the samr21-xpro board
8 years ago
Martine Lenders
248a8531a5
make: Fix TERMFLAGS
...
Sometimes boards/*/Makefile.include (e. g. in case of the msba2) gets included
twice somehow, leading the TERMFLAG to be set twice and faulty. This
fixes that.
9 years ago
Oleg Hahm
cb85a901f2
pyterm: renamed pyterm.py to pyterm
9 years ago
Oleg Hahm
6340123558
make: introduced TERMFLAGS
...
Also added the missing -p flag for the new pyterm version where
necessary.
9 years ago
Kévin Roussel
904f313ade
Reset udoo's MCU before flashing
9 years ago
Hauke Petersen
3f084b47ea
boards: removed -lto flag and cleanup for udoo&arduino due
9 years ago
Thomas Eichinger
1e983c9670
s/PROJECT/APPLICATION/g
...
fixes #548
9 years ago
Hauke Petersen
1c6b021d11
board: Initial import of the UDOO board
...
- fixed comment style and bracketing
- disabled newlib nano, added mac support
- fixed OSX compatibility in Makefile.include
9 years ago
Hauke Petersen
3cc435c074
board: Initial import of arduino-due
...
- switched to flashing using the programming port
- fixed Makefile.include
- fixes some documentation
- removed newlib nano.specs
- added OSX flashing support
- fixed flasher and port for OSX
- fixed port on OSX
- fixed bossac linux tool
- added license header
9 years ago