Oleg Hahm
7be7e00ab9
Merge pull request #3042 from gebart/pr/doxygen-@file-remove-filename
...
everything: Remove filename from @file Doxygen command
2015-05-22 17:10:04 +02:00
af63254f4e
cpu: saml21 initial commit
...
basic port, uart, one timer, gpio, spi working.
2015-05-22 11:47:51 +02:00
Johann Fischer
31c0ea7358
Merge pull request #2994 from gebart/pr/kinetis-pwm-refactor
...
kinetis: Refactor PWM periph
2015-05-22 09:51:47 +02:00
Peter Kietzmann
15b5b28e19
Merge pull request #3041 from haukepetersen/fix_f4dis_doxyge
...
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-22 09:28:07 +02:00
Joakim Gebart
13832d8e62
everything: Remove filename from @file Doxygen command
2015-05-22 07:34:41 +02:00
Oleg Hahm
d0790ad034
Merge pull request #2993 from gebart/pr/kinetis-bitband-reg
...
kinetis: remove ambiguous BITBAND_REG macro
2015-05-21 19:18:33 +02:00
Lucas Jenß
742c39e838
Merge pull request #2881 from x3ro/clarify-stacksize-constants
...
Clarify and unify naming of thread-related constants (stacksize and priority)
2015-05-21 16:55:30 +02:00
Hauke Petersen
807c6432cc
board/stm32f4discovery: fixed doxygen in periph_conf
2015-05-21 13:19:41 +02:00
Joakim Gebart
7b4450bd0a
mulle: Use BITBAND_REG32 instead of BITBAND_REG
2015-05-21 11:00:49 +02:00
Lucas Jenss
426170b064
Improve naming of thread stacksize/priority constants
...
As discussed in #2725 , this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:
* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
2015-05-21 00:14:23 +02:00
Oleg Hahm
8cb0e59283
Merge pull request #3030 from gebart/pr/tab-fixes2
...
Tab indentation fixes
2015-05-20 18:27:28 +02:00
Johann Fischer
b0e73b9a8c
Merge pull request #2983 from jfischer-phytec-iot/pr@kw2x-rf-autoinit
...
boards/pba-d-01-kw2x: add network interface auto init
2015-05-20 10:00:23 +02:00
Joakim Gebart
964fdb5cf2
mulle: Add PWM configuration
2015-05-20 06:19:51 +02:00
Joakim Gebart
fc926e57bf
pba-d-01-kw2x: Add PWM_MAX_VALUE
2015-05-20 06:16:42 +02:00
Joakim Gebart
4656e022cc
boards/redbee-econotag: Replace tabs by spaces
2015-05-19 12:25:28 +02:00
Joakim Gebart
6f59d41335
boards/pttu: Replace tabs by spaces
2015-05-19 12:25:10 +02:00
Joakim Gebart
36849276b3
boards/pba-d-01-kw2x: Replace tabs by spaces
2015-05-19 12:24:56 +02:00
Hauke Petersen
1c610df0f5
boards/yunjia-nrf51822: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d1b51423a
boards/pca10005: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
8d831eab14
boards/pca10000: enabled nrfmin radio driver
2015-05-19 10:02:57 +02:00
Hauke Petersen
e991b1c4d0
boards/airfy-beacon: enabled nrmin radio driver
2015-05-19 10:02:57 +02:00
Joakim Gebart
19c17c529c
mulle: Add FEATURES_MCU_GROUP=cortex_m4
2015-05-19 08:56:29 +02:00
Jonas
9b66477180
adapted new auto-init process to kw2xrf driver
...
added kw2xrf to auto-init
2015-05-18 17:12:44 +02:00
Peter Kietzmann
b3e78ddc33
Merge pull request #3016 from gebart/pr/tab-indentation
...
Inconsistent indentation in some files
2015-05-18 15:45:15 +02:00
Joakim Gebart
b1bc737c0d
msba2-common: Replace tabs by spaces
2015-05-18 07:10:41 +02:00
3c00ff0c9b
drivers: adapt ng_at86rf2xx to new auto_init_ng_netif scheme
2015-05-17 21:02:00 +02:00
Jonas
4b8613b944
add pba-d-01-kw2x board to m4-group
2015-05-17 00:43:58 +02:00
Johann Fischer
1d46291d49
Merge pull request #2059 from jfischer-phytec-iot/wip@mkw2xd
...
RIOT port for the MKW22D512 SiP and Phytec PBA-D-01 PhyWave Evaluations-Board
2015-05-15 10:01:56 +02:00
Johann F
b0b5027bca
add support for phyWAVE-KW2x Board, pba-d-01-kw2x
...
- default cpu model is kw21d256
2015-05-15 08:05:43 +02:00
Joakim Gebart
4352dbe26d
mulle: Add GPIO_26 on PTE4
2015-05-14 18:12:37 +02:00
Oleg Hahm
2bd9a5d595
Merge pull request #2936 from d00616/change_nrf_rtt_source
...
cpu/nrf51822: change RTT from RTC0 to RTC1
2015-05-12 20:57:23 +02:00
Oleg Hahm
714c10e44f
Merge pull request #2966 from anandsr21/arm_stm32f0discovery_led_fix
...
arm: stm32f0discovery led color fix
2015-05-12 08:43:27 +02:00
Anand Srivastava
f694d46b43
boards/stm32f0discovery: led color fix
2015-05-11 16:26:28 +05:30
bapclenet
3f2afcd596
Merge pull request #2918 from daniel-k/samd21_rtt
...
cpu/samd21: Add RTT driver
2015-05-11 10:31:13 +02:00
Oleg Hahm
69f07c601f
Merge pull request #2949 from OlegHahm/crash_panic_foobar
...
core: panic unification
2015-05-10 21:54:43 +02:00
daniel-k
a31848ceb8
cpu/samd21: implement peripheral real time timer (periph/rtt)
2015-05-10 21:09:31 +02:00
Oleg Hahm
828839316b
core: renamed crash.h to panic.h
2015-05-09 18:44:10 +02:00
Frank Holtz
bb2f94a2b9
cpu/nrf51822/periph/rtt Change RTC from 0 to 1
2015-05-09 17:58:40 +02:00
Joakim Gebart
e9c567107d
all: remove extra blank lines at the end
2015-05-09 09:10:08 +02:00
Joakim Gebart
5021c5a85e
boards/msba2-common/tools/flashutil.sh: whitespace fixes
2015-05-09 08:54:34 +02:00
BytesGalore
f9a79eee41
RIOT/Makefile.include: added compile time warning on conflicting features
2015-05-07 21:05:08 +02:00
haukepetersen
43f8a04c41
boards/samr21-xpro: added init of network interfaces
2015-04-30 15:08:49 +02:00
haukepetersen
10615f863e
board/iot-lab: added network interface init
2015-04-30 15:08:49 +02:00
Francesco Ermini
ca743ae97b
cpu/sam3x: extend gpio implementation
...
fix functions arguments
extended sam3x GPIO from 16 to 31
fix GPIO_NUMOF to 32
add GPIOs
extend GPIO 16-31 for ArduinoDue/UDOO
fix white space at the end gpio_clear
2015-04-15 17:56:00 +02:00
Oleg Hahm
c1ecccfbd8
Merge pull request #2282 from gebart/pr/k60-initial
...
Add support for Kinetis K60 CPUs and Eistec Mulle IoT board
2015-04-10 00:22:21 +02:00
12efead799
nucleo-f334: add GPIO support
2015-04-08 19:52:14 +02:00
be9dcece23
nucleo-f334: add SPI pin defines
2015-04-08 19:52:03 +02:00
Ludwig Ortmann
70fc6686ff
boards/samr21-xpro: fix led macros/init
2015-04-04 16:09:06 +02:00
Joakim Gebart
4ae819c011
mulle: Initial import of Eistec Mulle board.
...
Initially supports only Mulles with serial number > 220 (due to missing
MK60DN256ZVLL10 support in k60).
See also: https://github.com/RIOT-OS/RIOT/wiki/Board%3A-Mulle
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-03-28 08:32:46 +01:00
Hauke Petersen
ebd6ec1675
Merge pull request #2707 from haukepetersen/fix_f3discovery_features
...
boards/stmf3discovery: fixed MCU GROUP
2015-03-27 11:51:26 +01:00
Ludwig Ortmann
29a614e4c4
Merge pull request #2318 from LudwigOrtmann/flash-targets
...
boards/samr21-xpro: enable specifying a flash port
2015-03-26 21:07:42 +01:00
Hauke Petersen
a00afbb6dd
boards/stmf3discovery: fixed MCU GROUP
2015-03-24 15:28:45 +01:00
Peter Kietzmann
68e3054e2d
Merge pull request #2641 from Tom-VdE/master
...
boards/Makefile.features: one feature per row
2015-03-23 09:37:42 +01:00
Tom Van den Eynde
65b1334b4b
boards/yunjia-nrf51822: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:40 +01:00
Tom Van den Eynde
05073bf50a
boards/wsn430-v1_4: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:35 +01:00
Tom Van den Eynde
484612617f
boards/wsn430-v1_3b: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:29 +01:00
Tom Van den Eynde
a9234c5b59
boards/udoo: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:23 +01:00
Tom Van den Eynde
a387f6f3d6
boards/stm32f4discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:18 +01:00
Tom Van den Eynde
c20401362d
boards/stm32f3discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:12 +01:00
Tom Van den Eynde
63245ea678
boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:06 +01:00
Tom Van den Eynde
e5f90a6056
boards/samr21-xpro: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:14:01 +01:00
Tom Van den Eynde
d73de8a3bd
boards/pca10005: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:54 +01:00
Tom Van den Eynde
8c8c2c876c
boards/pca10000: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:49 +01:00
Tom Van den Eynde
9d330872cd
boards/openmote: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:42 +01:00
Tom Van den Eynde
01d0ea6507
boards/nucleo-l1: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:35 +01:00
Tom Van den Eynde
e57176b760
boards/nucleo-f091: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:29 +01:00
Tom Van den Eynde
e563e2df36
boards/native: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:24 +01:00
Tom Van den Eynde
42bdb4465a
boards/msbiot: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:18 +01:00
Tom Van den Eynde
087b3e6b85
boards/msba2: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:13 +01:00
Tom Van den Eynde
93eb5c8f43
boards/iot-lab_M3: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:07 +01:00
Tom Van den Eynde
270bc751a8
boards/fox: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:13:02 +01:00
Tom Van den Eynde
cedbcf8c25
boards/chronos: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:56 +01:00
Tom Van den Eynde
435fc3094f
boards: cc2538dk: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:49 +01:00
Tom Van den Eynde
4d1de9f8e8
boards/avsextrem: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:43 +01:00
Tom Van den Eynde
51581907c4
boards/arduino-due: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:37 +01:00
Tom Van den Eynde
692517c89c
boards/airfy-beacon: split FEATURES_PROVIDED over multiple lines
2015-03-20 00:12:10 +01:00
Ludwig Ortmann
54020a1aea
Merge pull request #2599 from LudwigOrtmann/pr/nucleo-f334-periph-cpuid
...
boards/nucleo-f334: indicate periph_cpuid feature
2015-03-19 22:16:56 +01:00
Thomas Eichinger
549a913939
Merge pull request #2636 from haukepetersen/fix_nucleof334_openocd
...
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:57:41 +01:00
Hauke Petersen
88831f0872
Merge pull request #2617 from LudwigOrtmann/pr/bossac-revert
...
boards/arduino-due: revert bossac binary
2015-03-18 16:40:19 +01:00
Hauke Petersen
4fadff4a9a
boards/nucleo-f334: adjusted openocd config
2015-03-18 16:27:12 +01:00
Hauke Petersen
346810ce12
boards: added SPI definitions for NRF based boards
...
added SPI defines for
- yunjia-nrf51822
- pca10005
- airfy-beacon
2015-03-17 10:37:47 +01:00
Hauke Petersen
9f65959f4b
Merge pull request #2594 from haukepetersen/add_board_nucleof091
...
boards: added support for ST nucleo-f091
2015-03-17 10:30:31 +01:00
Ludwig Ortmann
4ecb60bdcc
boards/arduino-due: revert bossac binary
...
The file was accidentally changed in 2362623490
2015-03-16 21:59:31 +01:00
Ludwig Ortmann
14063d22ba
boards/nucleo-f334: indicate periph_cpuid feature
2015-03-16 21:46:44 +01:00
Hauke Petersen
88749ee324
boards/spark-core: fixed make flash target
2015-03-16 20:27:22 +01:00
Hauke Petersen
38430d4dba
boards/arduino-due: fixed broken flash target
2015-03-16 20:20:26 +01:00
Hauke Petersen
7ccf184cd1
boards: added support for nucleo-f091
2015-03-16 16:23:44 +01:00
Hauke Petersen
0f00ae627f
board/stm32f0discovery: fixed GPIO ISR defines
2015-03-13 15:32:48 +01:00
Thomas Eichinger
1eac81b562
Merge pull request #2593 from haukepetersen/fix_stm32f0_timerdef
...
cpu/stm32f0: cleanup for timer IRQ macro
2015-03-13 14:23:41 +01:00
Thomas Eichinger
64410350bd
Merge pull request #2552 from jhollister/add_cpuid
...
Added cpuid_get for STM boards
2015-03-13 10:59:09 +01:00
Hauke Petersen
0f5c941cf6
board/stm32f0discovery: cleaned up timer defines
...
- make irq prio 'timer global'
- removed unused timer_1 defs
2015-03-13 10:21:56 +01:00
Hauke Petersen
fde32bf066
Merge pull request #2578 from fnack/msb_feat
...
boards/msbiot: Extend the provided features
2015-03-12 11:42:47 +01:00
Fabian Nack
54d98a4c68
boards/msbiot: Add DAC feature
2015-03-11 13:53:34 +01:00
Fabian Nack
faf6a1d3da
boards/msbiot: Add ADC feature
2015-03-11 13:53:34 +01:00
Fabian Nack
b66ed3ab73
boards/msbiot: Add random feature
2015-03-11 13:53:34 +01:00
James Hollister
722835989d
cpu/stm32f4: added cpuid_get to stm32f4
2015-03-08 12:18:37 -07:00
James Hollister
10f4aacf6c
cpu/stm32f3: added cpui_get for stm32f3
2015-03-08 12:14:19 -07:00
James Hollister
3d6ab85bb3
cpu/stm32f0: added cpuid_get for stm32f0
2015-03-08 12:13:10 -07:00
Fabian Nack
869a6dc805
boards/msbiot: Switch from st-util to openocd
2015-03-06 10:12:49 +01:00
Ludwig Ortmann
7344f770a3
boards/samr21-xpro: allow specifying flash device
2015-03-03 21:19:48 +01:00
Philipp Rosenkranz
02d0c88284
tests/travis: split buildtests into MCU groups.
2015-02-22 15:04:52 +01:00
Martine Lenders
449d2735c5
native: fix termflags
2015-02-21 16:14:36 +01:00
Ludwig Ortmann
cec87139a5
core, cpu, drivers, tests: remove trailing space
2015-02-18 13:52:48 +01:00
Fabian Nack
b2fb894c90
board - msbiot: Prepare msbiot for mpu9150 driver usage
2015-02-13 10:08:38 +01:00
Hauke Petersen
12e301352d
Merge pull request #2444 from haukepetersen/fix_doc_boardqemu
...
board/qemu-i386: some cleanup in file headers
2015-02-12 23:46:16 +01:00
Hauke Petersen
4a9c5b4302
board/qemu-i386: changed to use default license header
2015-02-12 16:08:04 +01:00
Hauke Petersen
ae20715bca
board/qemu-i386: cleanup doxygen headers
...
- fixed doxygen group name
- fixed some minor formatting
- added missing file description
2015-02-12 16:05:41 +01:00
Hauke Petersen
a96c2b5943
Merge pull request #2443 from haukepetersen/fix_doc_boards1
...
boards: unified doxygen group names
2015-02-12 15:54:40 +01:00
Hauke Petersen
d45ab123bf
board/z1: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
f70aeeb0d2
board/udoo: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
63fc72979d
board/stm32f4discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
6bc5088712
board/stm32f3discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
622045f934
board/stm32f0discovery: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
7b98e71139
board/spark-core: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
d476a3d30c
board/samr21-xpro: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
19b5a7b0a6
board/pttu: fixed doxygen group name
2015-02-12 15:11:01 +01:00
Hauke Petersen
ac5a6b9ffe
board/pca10005: fixed doxygen group name
2015-02-12 15:11:00 +01:00
Hauke Petersen
3de716ada3
board/pca10000: fixed doxygen group name
2015-02-12 15:11:00 +01:00
Hauke Petersen
a4797d7db7
board/openmote: fixed doxygen group name
2015-02-12 15:11:00 +01:00
Hauke Petersen
bd8b4c52f5
board/nucleo-l1: fixed doxygen group name
2015-02-12 15:11:00 +01:00
Hauke Petersen
7fa166ce3c
board/x86-multiboot-common: fixed doxygen headers
2015-02-12 14:26:25 +01:00
Hauke Petersen
baacfc3064
board/nucleo-f334: fixed doxygen group name
2015-02-12 13:40:36 +01:00
Hauke Petersen
46827fe7a2
board/msbiot: fixed doxygen group name
2015-02-12 13:39:47 +01:00
Hauke Petersen
c8d15660f2
board/mbed_lpc1768 fixed doxygen group name
2015-02-12 13:39:08 +01:00
Hauke Petersen
84df8e15ed
board/iot-lab_M3: fixed doxygen group name
2015-02-12 13:38:11 +01:00
Hauke Petersen
0dbd3cf6d2
board/fox: fixed doxygen group name
2015-02-12 13:37:39 +01:00
Hauke Petersen
f4f5e4c9ff
board/f4vi1: fixed doxygen group name
2015-02-12 13:37:01 +01:00
Hauke Petersen
3b792080e0
board/cc2538dk: fixed doxygen group name
2015-02-12 13:35:53 +01:00
Hauke Petersen
f642cbb7e1
board/arduino-mega2560: fixed doxygen group name
2015-02-12 13:34:50 +01:00
Hauke Petersen
fcce4368d7
board/arduino-due: fixed doxygen group
2015-02-12 13:33:59 +01:00
Hauke Petersen
46dd66d0bf
board/airfy-beacon: fixed doxygen group name
2015-02-12 13:26:50 +01:00
Hauke Petersen
06d4e24101
board/yunjia-nrf51822: fixed doxygen group name
2015-02-12 13:25:59 +01:00
Thomas Eichinger
5155dc799f
board/fox: specify target CPU for openocd
2015-02-10 14:27:46 +01:00
Thomas Eichinger
a124834d8d
board/iot-lab_M3: specify target CPU for openocd
2015-02-10 14:27:46 +01:00
haukepetersen
de3200a88f
board/samr21-xpro: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
596b7ce734
board/nucleo-l1: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
d076bc13e3
board/nucloe-f334: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
a5a1ffe6ba
board/iot-lab_M3: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
a44ff8f8df
board/fox: use unified openocd file
2015-02-10 14:27:45 +01:00
haukepetersen
95bf4e2f94
board/yunjia-nrf51822: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
d973729e13
board/stm32f4discovery: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
c737bacace
board/airfy-beacon: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
f334a8b317
board/stm32f0discovery: use unified openocd script
2015-02-10 14:27:45 +01:00
haukepetersen
03858bffe9
board/stm32f3discovery: use unified openocd script
2015-02-10 14:27:45 +01:00
Thomas Eichinger
5595bbb94b
Merge pull request #2372 from haukepetersen/add_f0discovery_openocd
...
board/stm32f0discovery: switched to OpenOCD
2015-01-30 13:21:19 +01:00
Hauke Petersen
4142125af8
Merge pull request #2364 from thomaseichinger/f3dicovery-openocd
...
boards/stm32f3discovery: use OpenOCD for flashing, debugging and resetting
2015-01-30 11:14:19 +01:00
Hauke Petersen
a944d29edc
board/stm32f0discovery: switched to OpenOCD
...
switched flashing and debug scripts to use OpenOCD
2015-01-30 11:08:25 +01:00
Thomas Eichinger
dd45333a09
SQUASHME: Fixed issues and omitted parameters
2015-01-29 14:48:20 +01:00
Hauke Petersen
3834d8709c
board/stm32f4discovery: optimized openocd script
...
removed redundant flash erase (speeds up flashing quite a bit)
2015-01-29 13:49:38 +01:00
Thomas Eichinger
7b4472718f
SQUASHME: fix permissions
2015-01-29 13:28:55 +01:00
Thomas Eichinger
f6741b719e
SQUASHME: adding ports for openocd
2015-01-28 15:05:48 +01:00
Thomas Eichinger
7dbb1fd6b0
boards/stm32f3discovery: use OpenOCD to flash, debug and reset
2015-01-28 15:05:22 +01:00
Joakim Gebart
d60a6045d8
nucleo-f334: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:55:39 +01:00
Joakim Gebart
bc542fa31d
yunjia-nrf51822: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:55:04 +01:00
Joakim Gebart
9968280705
udoo: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:55:04 +01:00
Joakim Gebart
b6f67a72ec
stm32f4discovery: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:54:49 +01:00
Joakim Gebart
913922813e
stm32f3discovery: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
2a3f710f1c
stm32f0discovery: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
cd0511726a
spark-core: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
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>
2015-01-28 13:52:53 +01:00
Joakim Gebart
ee300272d4
pca10005: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
934cc2ccdd
pca10000: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
779de1bda6
openmote: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
3c336ad170
nucleo-l1: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
99f7586fe8
msbiot: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
a55f49825e
mbed_lpc1768: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
082944e231
iot-lab_M3: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
222e68ddd5
fox: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
afe7ee2126
f4vi1: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
2cb7735ce2
cc2538dk: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
530fc8709d
arduino-due: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Joakim Gebart
33756675dc
airfy-beacon: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
Thomas Eichinger
0b79dffa87
boards/nucleo-f334: correct CPU_USAGE variable
2015-01-28 11:21:51 +01:00
haukepetersen
834335027d
boards: added support for nucleo-f334
2015-01-27 23:14:10 +01:00
Hauke Petersen
2f60e4c7fd
Merge pull request #2359 from thomaseichinger/nucleo-l1_openocd_futureproof
...
boards/nucleo-l1: use upstream openocd configuration
2015-01-27 22:08:54 +01:00
Peter Kietzmann
eb92f43432
Merge pull request #1812 from BytesGalore/guarding_headers
...
boards: core: cpu: drivers: sys: added missing header guards
2015-01-27 21:59:14 +01:00
Thomas Eichinger
36cb57bb33
Merge pull request #2305 from x3ro/samr21-autostart-gdb
...
Samr21: autostart gdb when running make debug
2015-01-27 21:07:55 +01:00
Lucas Jenss
5fdbf0ccfe
Samr21: autostart gdb when running make debug
2015-01-27 20:49:58 +01:00
Christian Mehlis
bea0171754
stm32f4discovery: use openocd for flashing
2015-01-27 20:32:57 +01:00
BytesGalore
714ee38355
boards: core: cpu: drivers: sys: added missing header guards
2015-01-27 19:10:57 +01:00
Thomas Eichinger
7f05dc2725
boards/nucleo-l1: use upstream openocd configuration
...
Configuration for the ST Nucleo L152RE board was merged into
OpenOCD upstream. This commit changes scripts for flashing,
debugging and reseting to use this and removes RIOT's configuration
file.
2015-01-27 15:21:33 +01:00
Thomas Eichinger
4b7cc95529
boards/nucleo-l1: check presence of stm32l.cfg
...
In current updates OpenOCD split up stm32l.cfg into stm32l1.cfg and
stm32l0.cfg. This provides a check in openocd.cfg for this file so
openocd doesn't fail.
2015-01-26 15:24:25 +01:00
Fabian Nack
c1cc08a727
boards/msbiot: Add PWM config to MSB-IoT
2015-01-22 14:33:35 +01:00
Peter Kietzmann
eaf9cc32e6
Merge pull request #2308 from haukepetersen/fix_stm32f0_gpioclks
...
cpu/stm32f0: fixed port clk en for GPIO driver
2015-01-21 10:20:10 +01:00
haukepetersen
827f34be19
board/nucleo-l1: capitalized doxygen group
2015-01-21 09:31:45 +01:00
Hauke Petersen
7ec85a3797
board/stm32f0discovery: fixed GPIO CLKEN defines
2015-01-21 08:20:28 +01:00
Hauke Petersen
c3cdfe7ef7
Merge pull request #2315 from fnack/spi_clock
...
cpu/stm32f4: Fix SPI baud rate control settings
2015-01-16 11:19:18 +01:00
Fabian Nack
f9a72b477d
boards/msbiot: add spi feature for msbiot to include it in the tests
2015-01-16 09:24:48 +01:00
Fabian Nack
9a365b0647
boards: Introduce spi bus divider to distinguish APB2 and APB1 bus
2015-01-16 09:24:48 +01:00
Hauke Petersen
c61056ad0f
board/stm32f4discovery: adjusted GPIO clken defines
2015-01-15 14:24:48 +01:00
Hauke Petersen
63b2bbd684
board/msbiot: ajusted GPIO clken defines
2015-01-15 14:24:17 +01:00
Hauke Petersen
b435a488fa
Merge pull request #2026 from thomaseichinger/stm32l1
...
stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu
2015-01-12 21:33:21 +01:00
Thomas Eichinger
07d76d7127
stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu
2015-01-12 15:13:19 +01:00
Troels Hoffmeyer
29b0e73350
samr21: cpuid implemented by reading 128 bits from flash
2015-01-12 13:50:16 +01:00
Thomas Eichinger
2ea028dd51
Merge pull request #2011 from haukepetersen/add_stm32f3_spi
...
cpu/stm32f3: added SPI driver
2015-01-09 11:46:06 +01:00
Oleg Hahm
9bddd61115
Merge pull request #2207 from gebart/pr/lpc2387-gc-sections
...
msba2: Use --gc-sections when linking.
2015-01-08 14:05:27 +01:00
Hauke Petersen
7f0ffcf615
board/stm32f3discovery: added SPI configuration
2015-01-07 20:18:25 +01:00
Thomas Eichinger
d6c4d5581f
Merge pull request #2215 from bapclenet/samr21/RTC
...
cpu/samd21: add rtc periph implementation
2015-01-06 18:21:22 +01:00
Oleg Hahm
d3a88013f7
Merge pull request #2218 from thomaseichinger/openwsn-ng
...
pkg/openwsn: update to current openwsn version
2014-12-31 18:33:09 +01:00
Thomas Eichinger
914aaff8ea
boards/fox: define empty orange LED macros
2014-12-31 00:14:40 +01:00
Oleg Hahm
d798539f86
make: boards: add feature config to Makefiles
2014-12-22 20:34:40 +01:00
Oleg Hahm
15fc9cb4cb
make: do not overwrite features for chronos
2014-12-22 20:34:17 +01:00
Ludwig Ortmann
dd18ef2935
Merge pull request #2185 from Kijewski/issue-2184
...
x86: QEMU has changed its command line arguments
2014-12-20 18:51:23 +01:00
Hauke Petersen
28751d8773
board/mbed_lpc1768: added CLKSEL to periph_conf
2014-12-19 13:48:08 +01:00
René Kijewski
a76c029eda
x86: Fix make term
for BOARD=qemu-i386
...
Fixes #2184 .
QEMU has changed its command line arguments.
2014-12-19 08:53:50 +01:00
bapclenet
55aabf9dfb
cpu/samd21: add rtc periph implementation
2014-12-18 15:25:49 +01:00
Thomas Eichinger
a9379881cf
pkg/openwsn: update to current openwsn version
2014-12-18 13:48:12 +01:00
Thomas Eichinger
ca53077e3c
Merge pull request #1998 from Troels51/samr21-hwtimer-fix
...
samr21: 32 hwtimer
2014-12-17 17:29:36 +01:00
Troels Hoffmeyer
7124ec6258
samr21: implemented 32 bit hwtimer
2014-12-17 14:44:54 +01:00
Thomas Eichinger
5689a7d218
Merge pull request #1997 from Troels51/samr21-transceiver-port
...
samr21: implemention of transceiver via spi
2014-12-17 11:56:37 +01:00
Joakim Gebart
390b8394d6
msba2: Use --gc-sections when linking.
...
- Add `-Wl,--gc-sections` to LDFLAGS
- Add `-fdata-sections` and `-ffunction-sections` to CFLAGS
- Update lpc2387 linker script to keep the isr vector and init
sections when garbage collecting.
- Keep .ctors and .dtors sections (similar to what binutils default
linker script does when building for Linux targets)
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2014-12-17 11:37:58 +01:00
Hauke Petersen
765c4f38e5
Merge pull request #2201 from BytesGalore/mbed_lpc1768_uartUSB
...
board/mbed_lpc1768 changed the serial device to UART0
2014-12-17 10:35:03 +01:00
BytesGalore
c40e5267a6
board/mbed_lpc1768 changed the serial device to UART0
...
-> enables USB/serial communication
2014-12-17 07:27:28 +01:00
Ludwig Ortmann
e7f6f640f6
Merge pull request #2060 from OlegHahm/periph_rtc
...
drivers: Adapt old platforms to periph rtc
2014-12-16 18:56:59 +01:00
Troels Hoffmeyer
33ef43c8e2
samr21: implemented transceiver via spi, gpio changes
2014-12-16 17:43:30 +01:00
Oleg Hahm
124c13bbab
pttu: add periph_rtc also to this MSB-A2 variant
2014-12-16 17:02:44 +01:00
Oleg Hahm
f7b197007d
travis: make travis happy for empty header files
2014-12-16 17:02:44 +01:00
Oleg Hahm
60cd0d357d
periph_rtc: streamline lpc2387 and cc430 naming
2014-12-16 17:02:44 +01:00
Oleg Hahm
498edb1854
cc430: lpc2387: switch to new periph/rtc interface
...
Removes the old interface.
2014-12-16 17:02:44 +01:00
Oleg Hahm
ed54a5765a
boards: created periph-conf.h for remaining boards
2014-12-16 17:02:44 +01:00
Hauke Petersen
54ca0b9a65
board/mbed_lpc1768: added timer definitions
2014-12-16 16:57:31 +01:00
Thomas Eichinger
29c5822e02
Merge pull request #2016 from bapclenet/master
...
cpu/samd21: I2C driver implementation (Master mode)
2014-12-15 16:58:19 +01:00
Ludwig Ortmann
093085b4ff
native: workaround for missing __builtin_bswap16
...
Implements a workaround for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
This is present in current versions of ubuntu 12.04 and debian 7.7 (stable).
2014-12-15 09:27:40 +01:00
Ludwig Ortmann
c0ef84bb9f
native: move rtc to periph
...
* adapt implementation to new interface
* remove now superfluous drivers directory
2014-12-13 15:21:52 +01:00
Ludwig Ortmann
1340fadcbe
boards,drivers,examples: unset ENABLE_DEBUG
2014-12-12 14:29:06 +01:00
bapclenet
54fb0f0610
cpu/samd21: add i2c periph implementation
2014-12-11 08:32:27 +01:00
Oleg Hahm
bd80cbcaff
Merge pull request #2172 from haukepetersen/add_mbed_makeflash
...
board/mbed_lpc1768: added flash script
2014-12-09 17:17:07 +01:00
Hauke Petersen
b0fb2a601c
Merge pull request #2167 from haukepetersen/add_lpc1768_uart
...
cpu/lpc1768: added basic UART driver
2014-12-09 16:27:41 +01:00
Hauke Petersen
8161689337
board/mbed_lpc1768: added flash script
2014-12-09 15:57:20 +01:00
Ludwig Ortmann
122d488a42
Merge pull request #2165 from haukepetersen/fix_test_uart
...
test/periph_uart_xx: switched to feature based whitelisting
2014-12-09 14:44:15 +01:00
Hauke Petersen
6e87ee19ff
board/mbed_lpc1768: changed binary ouput to .bin
2014-12-09 13:31:17 +01:00
Hauke Petersen
e4fa4a61b7
board/mbed_lpc1768: added UART configuration
2014-12-08 19:48:20 +01:00
Hauke Petersen
3db9935fa5
boards: added missing UART feature
...
added for:
- airfy-beacon
- arduino-mega2560
- cc2538dk
- msbiot
- openmote
- pca1000[0|5]
- spark-core
- stm32f4discovery
- yunjia-nrf51822
2014-12-08 18:15:46 +01:00
Ludwig Ortmann
0027f90be4
Merge pull request #2118 from OlegHahm/simplify_cpu_folder_structure
...
cpu: simplify folder structure
2014-12-08 13:10:13 +01:00
Oleg Hahm
000450c894
Merge pull request #2117 from OlegHahm/doxygen_eliminate_warnings
...
Doxygen eliminate warnings pt. 2
2014-12-04 17:18:42 +01:00
Martin
bfaacbbd38
cpu/arm_common: c++: initial support for c++ added _kill (weak) and weak attribute for _kill_r
...
boards/msba2: provided c++ feature (cpp)
2014-12-03 07:30:29 +01:00
Oleg Hahm
0c967c4d3f
cpu: msp430: renamed msp430x16x to msp430fxyz
2014-12-02 17:46:57 +01:00
Fabian Nack
dc658f8be0
boards - msbiot: prepare msbiot for new cc110x driver
2014-12-01 17:14:09 +01:00
Oleg Hahm
df9c09d946
doc: fixed typos and other misspellings
2014-11-30 21:32:12 +01:00
Oleg Hahm
d3d68c876f
doc: use @brief for single defines
2014-11-30 21:18:24 +01:00
Oleg Hahm
ae8dd90884
doc: added missing closing doxygen brackets
2014-11-30 21:16:41 +01:00
Ludwig Ortmann
07da49de40
native/make/osx: circumvent unavailable gobjcopy
...
It's not used anyways, so just create an empty hex file if gobjcopy is
not found.
2014-11-28 17:28:27 +01:00
Oleg Hahm
823105bcae
doc: remove superfluous parameter for @file
...
doxygen can figure this out much better on its own.
2014-11-28 14:20:24 +01:00
Hauke Petersen
f1fda21ab7
Merge pull request #2018 from brummer-simon/devel-dac_driver
...
Basic DAC Driver, implementation on stm32f4discovery
2014-11-26 17:52:39 +01:00
Hauke Petersen
e0bb9d5689
board/stm32f3discovery: added PWM
...
- added PWM feature
- added PWM definitions to periph_conf.h
2014-11-26 16:56:59 +01:00
Christian Mehlis
3cd370ff6b
Merge pull request #2005 from haukepetersen/fix_nrf_enablehfclk
...
cpu/nrf51822: added HFCLK initialization
2014-11-25 23:41:34 +01:00
Simon Brummer
5a4b966d9c
Basic DAC Driver, implementation on stm32f4discovery
2014-11-25 22:37:32 +01:00
Leon George
437322b478
boards/stm32f4discovery: fix typo in comment for section
2014-11-25 21:35:52 +01:00
Hauke Petersen
4e7ed0b5eb
board/spark-core: enabled C++
2014-11-25 20:29:13 +01:00
Hauke Petersen
62d53f91b4
Merge pull request #2086 from mehlis/spark-core-fix-uart-freq
...
spark-core fix UART speed
2014-11-25 20:27:31 +01:00
Christian Mehlis
c7e949c277
Merge pull request #2073 from aep/master
...
nrf51: halt works better
2014-11-25 20:23:37 +01:00
Christian Mehlis
7ee1703d2d
spark-core fix UART speed
2014-11-25 20:20:52 +01:00
Hauke Petersen
82f8bd9ab2
Merge pull request #2053 from thomaseichinger/samr21-features
...
boards/samr21-xpro: declare implemented features
2014-11-25 18:59:12 +01:00
Thomas Eichinger
b5071385db
Merge pull request #2036 from haukepetersen/fix_openmote_cpp
...
boards: enable C++ for CC2538 based boards
2014-11-25 18:57:40 +01:00
Thomas Eichinger
57470eb77e
Merge pull request #2065 from LudwigOrtmann/issue-392
...
license header + pattern cleanup
2014-11-24 10:36:16 +01:00
Arvid E. Picciani
88c3b8f914
nrf51: halt works better
2014-11-22 19:25:53 +01:00
Ludwig Ortmann
01800f15f5
cpu/board: update stale redbee license headers
2014-11-21 15:18:11 +01:00
Hauke Petersen
2220a9fab0
core/cpu/boards: removed fw_puts from RIOT
2014-11-21 13:09:02 +01:00
Hauke Petersen
467c6cf307
board/cc2538dk: enabled C++ support
2014-11-21 11:43:21 +01:00
Hauke Petersen
1607e3aefb
board/openmote: enabled C++ support
2014-11-21 11:43:21 +01:00
Hauke Petersen
764207e02e
board/mbed_lpc1768: heavy clean-up
...
- removed legacy code
- added default defines
- created periph_conf.h
2014-11-20 17:40:57 +01:00
Thomas Eichinger
23f8d2104f
boards/samr21-xpro: declare implemented features
2014-11-20 15:02:23 +01:00
PeterKietzmann
6d091245a4
Initial import of i2c lowlevel driver for stm32f4
2014-11-20 14:46:13 +01:00
StefanPfeiffer
88eba292d0
Merge pull request #2035 from haukepetersen/fix_f4vi1_cpp
...
board/f4vi1: enabled support for C++
2014-11-20 13:03:24 +01:00
BytesGalore
54c6fe7431
Merge pull request #2033 from haukepetersen/fix_msbiot_cpp
...
board/msbiot: added support for C++
2014-11-19 21:26:42 +01:00
Hauke Petersen
58fffcb50f
Merge pull request #2030 from haukepetersen/fix_nrf_cpp
...
boards: added C++ support for NRF51822 based boards
2014-11-19 15:59:42 +01:00
Hauke Petersen
00bbfe452a
boards: enabled C++ for NRF51822 based boards
2014-11-19 15:40:28 +01:00
Ludwig Ortmann
adb24b06b8
native: add random peripheral implementation
2014-11-19 14:26:58 +01:00
Hauke Petersen
b4327e491c
board/mbed_lpc1768: cleaned up Makefile.include
2014-11-19 11:17:56 +01:00
Oleg Hahm
73dddfb601
Merge pull request #1635 from thomaseichinger/import_agilefox
...
boards: initial import for HiKoB Agilefox
2014-11-18 19:44:24 +01:00
Hauke Petersen
cff1dfc32d
Merge pull request #2034 from haukepetersen/fix_mbed_cpp
...
board/mbed_lpc1768: enabled C++ support
2014-11-18 19:43:42 +01:00
Hauke Petersen
6cb72c273d
board/mbed_lpc1768: enabled C++ support
2014-11-18 19:23:19 +01:00
Hauke Petersen
3bdcf93996
board/f4vi1: enabled support for C++
2014-11-18 18:41:01 +01:00
Hauke Petersen
af2711147b
board/msbiot: added support for C++
2014-11-18 18:20:06 +01:00
Hauke Petersen
fdbf6720c3
boards: enabled C++ for arduino-due and udoo
2014-11-18 18:11:25 +01:00
Thomas Eichinger
256ce73d2c
boards: initial import for HiKoB fox
2014-11-18 17:24:47 +01:00
Hauke Petersen
594d9251c9
Merge pull request #1987 from BytesGalore/EasyCPPMixing_stm32f0discovery_support_fix
...
cpu/stm32f0 C++ stmf0discovery support fix
2014-11-17 18:21:19 +01:00
Hauke Petersen
d1e57faf34
Merge pull request #1994 from BytesGalore/EasyCPPMixing_samr21_xpro_support_fix
...
cpu/samd21 C++ samr21-xpro support fix
2014-11-17 18:20:50 +01:00
Martine Lenders
d4e651ad8b
Merge pull request #2015 from LudwigOrtmann/native_real-accept
...
native: add missing syscall declarations
2014-11-17 17:40:32 +01:00
Hauke Petersen
bb347e0a30
Merge pull request #1989 from BytesGalore/EasyCPPMixing_stm32f3discovery_support_fix
...
cpu/stm32f3 C++ stm32f3discovery support fix
2014-11-17 11:21:04 +01:00
Ludwig Ortmann
acaa6481cb
native: add more syscall declarations
2014-11-14 20:52:17 +01:00
Ludwig Ortmann
641cb4c488
native: add accept syscall declaration
2014-11-14 17:49:56 +01:00
BytesGalore
8060825c81
cpu/stm32f3: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
...
boards/stm32f3discovery: provided c++ feature (cpp)
2014-11-14 13:26:15 +01:00
BytesGalore
3154bc8bc5
cpu/stm32f0: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
...
boards/stm32f0discovery: provided c++ feature (cpp)
2014-11-14 13:25:02 +01:00
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)
2014-11-14 13:20:54 +01:00
Hauke Petersen
6b33ff1a31
Merge pull request #2004 from dangnhat/cpp_for_iot_lab_m3
...
iot-lab_m3: C++ support
2014-11-14 13:00:49 +01:00
BytesGalore
8c5418e9e5
initial support for c++ for this cpu/board
2014-11-14 11:19:34 +01:00
Pham Huu Dang Nhat
c7a1dede86
boards/iot-lab_M3: provided c++ feature
2014-11-14 16:55:49 +07:00
Thomas Eichinger
2382a4d320
native: fix Makefiles for OSX
2014-11-13 16:00:52 +01:00
Thomas Eichinger
1831bd8a47
Merge pull request #1996 from OlegHahm/iot-lab_m3-no_device_desc
...
iot-lab_M3: flashing works fine w/o device_desc
2014-11-12 15:47:07 +01:00
Hauke Petersen
a3061bccc2
Merge pull request #1827 from haukepetersen/fix_nrf_timer
...
cpu/nrf51822: fixed timers
2014-11-12 13:21:44 +01:00
Hauke Petersen
edea23299b
boards: added CLOCK defines to NRF based boards
2014-11-12 13:17:41 +01:00
Oleg Hahm
32638bb3fc
iot-lab_M3: flashing works fine w/o device_desc
2014-11-11 16:45:50 +01:00
Thomas Eichinger
290ff80677
Merge pull request #1981 from locicontrols/update-cca
...
boards/cc2538dk: allow the application's makefile to override UPDATE_CCA
2014-11-11 16:05:31 +01:00
Hauke Petersen
ee3e9dd3bc
Merge pull request #1482 from haukepetersen/fix_sam3x_finished_uart
...
cpu/sam3x: completed low-level UART driver
2014-11-11 15:25:22 +01:00
Hauke Petersen
dc79675888
cpu/sam3x8e: made UART0 work by editing syscalls
2014-11-11 13:05:43 +01:00
Hauke Petersen
778d00b629
board/udoo: added missing UART defines
...
- added defines to periph_conf.h
- added UART feature to Makefile.features
2014-11-11 13:05:43 +01:00
Hauke Petersen
83b43a892c
Merge pull request #1991 from haukepetersen/fix_artuinodue_periphconf
...
board/arduino-due: removed newlines in periph_conf
2014-11-11 13:05:20 +01:00
Hauke Petersen
3b193b99b5
board/arduino-due: added missing UART defines
...
- added port defines to periph_conf.h
- added feature to Makefile.features
2014-11-11 13:05:02 +01:00
Hauke Petersen
cab402b62e
board/udoo: added RNG configuration
2014-11-11 11:46:49 +01:00
Hauke Petersen
131c3cb35b
board/arduino-due: removed newlines in periph_conf
2014-11-11 11:44:12 +01:00
BytesGalore
178b36ae0b
exchanged BOARD_BLACKLIST with FEATURES_REQUIRED in the example Makefile
...
added cpp as feature for board native
2014-11-11 09:52:06 +01:00
Ian Martin
93290ddec1
boards/cc2538dk: allow the application's makefile to override the UPDATE_CCA parameter, for example:
...
CFLAGS += -DUPDATE_CCA=0
2014-11-10 14:14:46 -05:00
Oleg Hahm
39abba1bc2
licenses: fix miss-spelled & missing boiler plates
2014-11-10 18:59:55 +01:00
Hauke Petersen
cbb9939f1d
Merge pull request #1955 from haukepetersen/fix_stm32f0_addfeatures
...
cpu/stm32f0: added missing features to Makefile
2014-11-06 16:23:55 +01:00
Hauke Petersen
b30bdc09ce
cpu/stm32f0: added missing features to Makefile
2014-11-06 15:41:24 +01:00
Thomas Eichinger
6bbc4ca226
shell: provide shell commands to poll lsm303dlhc sensor
2014-11-06 11:28:22 +01:00
Hauke Petersen
4555b9ea7a
board/iot-lab_M3: added definitions for L3G4200D
2014-11-06 10:36:22 +01:00
Oleg Hahm
18b32f4fcd
iot-lab_M3: complement stdio documentation
2014-11-05 20:21:49 +01:00
Oleg Hahm
ba291cc1f9
iot-lab_M3: don't overwrite a custom baud rate
2014-11-05 20:21:49 +01:00
Oleg Hahm
d518c07135
iot-lab_M3: set baud rate to 500 kbaud
...
The IoT-Lab testbed requires a baud rate of 500 kbaud to use UART.
Hence, this commit sets the default baud rate to this value and adapt
the `make term` target accordingly.
2014-11-05 20:19:21 +01:00
Hauke Petersen
d396f1f0c2
board/iot-lab_M3: configured GPIOs correctly
2014-11-05 16:15:15 +01:00
Thomas Eichinger
88fce936e9
lsm303dlhc: initial import of lsm303dlhc driver
...
TODO: Accelerometer does not return valid values yet
2014-11-05 13:04:47 +01:00
Hauke Petersen
d372d50f5e
board/iot-lab_M3: added I2C ISR defines
2014-11-04 21:07:14 +01:00
Hauke Petersen
9cc5e1056a
boards: adjusted TIMER_0 defines for NRF based b.
...
adjusted for
- pca10000
- pca10005
- yunjia-nrf51822
2014-11-04 18:18:23 +01:00
Hauke Petersen
0f513e3615
Merge pull request #1933 from StefanPfeiffer/add_board_f4vi1
...
board: added support for f4vi1
2014-11-04 17:05:51 +01:00
Hauke Petersen
92af70e8ec
Merge pull request #1931 from thomaseichinger/stm32f1-cpuid
...
cpu/stm32f1: fixes for the cpuid driver
2014-11-04 16:22:07 +01:00
Stefan Pfeiffer
a19d6c769d
added new board f4vi1
2014-11-04 16:02:25 +01:00
Thomas Eichinger
76d0d6c4a2
cpu/stm32f1: fixes for the cpuid driver
2014-11-04 13:11:30 +01:00
Hauke Petersen
1126128ea9
Merge pull request #1896 from mehlis/add_board_airfy_beacon
...
added board airfy beacon
2014-11-04 12:56:58 +01:00
René Kijewski
9d74d6b1ad
Merge pull request #1926 from mehlis/fix-readlink
...
OSX: fix readlink call
2014-11-03 00:56:45 +01:00
Christian Mehlis
2114a8267d
added board airfy beacon
2014-11-02 18:26:42 +01:00
Christian Mehlis
74b3c54a36
OSX: fix readlink call
2014-11-02 17:26:55 +01:00
Christian Mehlis
f3b1753ac7
added spark core board
2014-11-02 14:36:42 +01:00
Ludwig Ortmann
2117737302
Merge pull request #1806 from BytesGalore/extern_C_in_headers_boards
...
boards: add `extern "C"` to header files
2014-10-31 04:25:15 -07:00
BytesGalore
fc56535dd3
boards: add extern "C"
to header files
2014-10-31 11:27:59 +01:00
Ludwig Ortmann
2c9c8bf2e0
make: remove dependency from flash to all
...
* print message when no hex file is found instead
* add objcopy for native so that flash can succeed
2014-10-31 10:31:47 +01:00
Oleg Hahm
fce3a2243e
Merge pull request #1846 from thomaseichinger/at86rf23x
...
drivers/at86rf231: refactoring of the at86rf231 radio driver
2014-10-31 09:33:30 +01:00
Hinnerk van Bruinehsen
a5aeaab87b
lint: fix unreadVariable warnings
2014-10-31 01:24:30 +01:00
Hinnerk van Bruinehsen
4b68b9e547
lint: fix redundantAssignment warnings
...
SQUASH ME: redundantAssignment (remove FAT stuff)
SQUASH ME: into redundantAssignment unnecessary supp
2014-10-31 01:24:29 +01:00
Hauke Petersen
9ba48e409f
Merge pull request #1916 from mehlis/yunjia-rm-unused-file
...
yunjia: rm unused file
2014-10-30 23:41:00 +01:00
Christian Mehlis
7ebeab48da
yunjia: rm unused file
2014-10-30 23:39:47 +01:00
Oleg Hahm
3c0d91720b
Revert "boards: introduced a HAS_RADIO define"
...
This reverts commit 4238f40429
.
2014-10-30 23:13:52 +01:00
Thomas Eichinger
dfb1b56fad
drivers/at86rf231: refactoring of the at86rf231 radio driver
...
* deploy extended operation mode
* cleanup
* implement netdev 802154.h interface
2014-10-30 22:35:00 +01:00
Christian Mehlis
3e5cfaece3
Merge pull request #1555 from haukepetersen/fix_nrf_uartdriver
...
cpu/nrf51822: added interrupt mode to UART driver
2014-10-30 22:33:22 +01:00
Thomas Eichinger
a2d7b5abd6
Merge pull request #1909 from locicontrols/cc2538dk-jlink
...
boards/cc2538dk: Support flashing and debugging using the SEGGER JLink.
2014-10-30 22:28:10 +01:00
Hauke Petersen
32e8415c7c
boards: added missing STD_RX_BUFSIZE defines
...
added for:
- pca10000
- pca10005
- yunjia-nrf51822
2014-10-30 21:51:31 +01:00
Hauke Petersen
4a5e794f32
boards: fixeded UART defines for NRF borads
...
fixed for pca10000, pca10005, yunjia-51822
2014-10-30 21:51:31 +01:00
Thomas Eichinger
44dcd0e631
Merge pull request #1817 from haukepetersen/add_driver_lps331ap
...
drivers: added driver for LPS331AP pressure sensor
2014-10-30 21:05:50 +01:00
Hauke Petersen
d31ed0f85b
board/iot-lab_M3: added interface for LPS331AP
2014-10-30 20:24:51 +01:00
Ian Martin
6170d10bd4
boards/cc2538dk: Support flashing and debugging using the SEGGER JLink.
2014-10-30 14:44:05 -04:00
Hauke Petersen
56911ed01c
Copy SEGGER JLink scripts from boards/openmote to boards/cc2538dk.
2014-10-30 14:43:39 -04:00
Oleg Hahm
313d5b4e56
doc: added and fixed some copyright boilerplates
2014-10-30 19:30:14 +01:00
Oleg Hahm
1548f93e76
Merge pull request #1906 from OlegHahm/has_radio_board_define
...
boards: introduced a HAS_RADIO define
2014-10-30 17:59:50 +01:00
Oleg Hahm
4238f40429
boards: introduced a HAS_RADIO define
2014-10-30 17:52:37 +01:00
Thomas Eichinger
baf147f4b6
Merge pull request #1899 from Lotterleben/rm_debug_mbed_lpc1768_hwtimer
...
boards/mbed_lpc1768: disable DEBUG by default
2014-10-30 17:24:00 +01:00
Hauke Petersen
fea597be24
Merge pull request #1897 from PeterKietzmann/add_udoo_spi
...
boards/udoo: added peripheral SPI definitions
2014-10-30 14:40:40 +01:00
PeterKietzmann
590b6f86d4
Enable SPI for udoo boards
2014-10-30 14:19:40 +01:00
Hauke Petersen
c6ff2d3faa
board/stm32f4discovery: added ADC feature
2014-10-30 14:05:39 +01:00
Lotte Steenbrink
c4538cacd0
boards/mbed_lpc1768: disable DEBUG by default
...
Set ENABLE_DEBUG from (1) to (0)
2014-10-30 02:25:44 -07:00