Hauke Petersen
|
e116fd961f
|
boards/msp430-based: removed flashpage feature
This feature is already defined by the (common) CPU implementation,
so no need to re-define it for each board.
|
2017-11-08 17:09:18 +01:00 |
|
|
02e055fc81
|
make: include cpu Makefile.features from board Makefile.features
|
2017-09-14 13:15:52 +02:00 |
|
Francisco Acosta
|
8816a3e8c5
|
Merge pull request #6708 from haukepetersen/rm_msp_flashrom
cpu/msp430: added flashpage implementation
|
2017-08-29 13:11:56 +02:00 |
|
Hauke Petersen
|
25f285f1d1
|
cpu/msp430: added flashpage driver implementation
|
2017-08-29 12:08:33 +02:00 |
|
Hauke Petersen
|
65194d1c38
|
boards: use default value for XTIMER_DEV and _CHAN
|
2017-08-28 16:32:39 +02:00 |
|
|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02:00 |
|
|
882bcff048
|
boards: replace @brief with @name when necessary
|
2017-04-13 12:10:30 +02:00 |
|
Joakim Nohlgård
|
339a4da9dc
|
Makefiles: move to new directory /makefiles
|
2017-04-04 15:11:54 +02:00 |
|
Bas Stottelaar
|
3b14a584b8
|
boards: *: remove SPI_*_EN now rework is merged
|
2017-01-31 19:38:41 +01:00 |
|
|
ebc35a0613
|
boards: fix doxygen @brief in periph.conf
|
2017-01-27 10:31:56 +01:00 |
|
Hauke Petersen
|
d5e00e594a
|
cpu/msp430fxyz+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
2017-01-25 16:46:05 +01:00 |
|
Oleg Hahm
|
3c6678b037
|
*: fix mismatching endifs for header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Martine Lenders
|
bef0231133
|
Merge pull request #5891 from kaspar030/improve_module_deps
make: improve module dependencies
|
2016-10-19 12:50:37 +02:00 |
|
PeterKietzmann
|
5c1c61d634
|
boards/telosb: add cc2420 configuration
|
2016-10-07 17:06:56 +02:00 |
|
|
10e9336c78
|
boards: adapt to automatically included boards/$board/Makefile.dep
|
2016-09-29 15:41:12 +02:00 |
|
|
1c6c447493
|
Merge pull request #5607 from gebart/pr/xtimer-cleanups
xtimer: Code refactoring and clean ups
|
2016-07-07 06:37:50 +02:00 |
|
Joakim Nohlgård
|
4d862955c2
|
xtimer: Rename XTIMER -> XTIMER_DEV
|
2016-07-06 22:23:04 +02:00 |
|
|
46bd2f45d9
|
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
|
2016-07-06 18:16:15 +02:00 |
|
Hauke Petersen
|
dfe52cfd8c
|
boards/telosb: added support for CC2420
|
2016-07-06 18:14:48 +02:00 |
|
Ian Martin
|
963f8a495d
|
sys/xtimer: eliminate XTIMER_SHIFT_ON_COMPARE
|
2016-04-18 12:06:20 -04:00 |
|
Hauke Petersen
|
f5fb3bfb2e
|
boards/telosb: changed default baudrate to 9600
|
2016-04-01 11:21:41 +02:00 |
|
|
c3f7186d4e
|
unify usage of inline assembly
|
2016-03-31 22:23:35 +02:00 |
|
Hauke Petersen
|
363b883d51
|
boards: fixed doxygen in msp430 and x86 board.h
|
2016-03-15 18:37:54 +01:00 |
|
Hauke Petersen
|
45d059cb24
|
boards/telosb: unified LED defines
|
2016-03-15 18:37:53 +01:00 |
|
Joakim Nohlgård
|
ae108581d3
|
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
|
2016-03-11 15:05:06 +01:00 |
|
Joakim Nohlgård
|
dc303a4f0b
|
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
|
2016-03-11 12:04:00 +01:00 |
|
Joakim Nohlgård
|
717d89899f
|
make: Move Makefile.msp430_common to cpu dir
|
2016-02-10 16:37:03 +01:00 |
|
Hauke Petersen
|
db25206a58
|
boards: use default values for STDIO defines
|
2016-01-05 12:08:31 +01:00 |
|
Hauke Petersen
|
ac2b9f2524
|
boards: changed module name to 'board'
|
2015-12-07 17:53:22 +01:00 |
|
Thomas Eichinger
|
1f78293139
|
boards/telosb: fix serial port on OS X
|
2015-11-27 16:10:21 +01:00 |
|
Hauke Petersen
|
c62f39aa54
|
boards/telosb: adjusted to UART changes
|
2015-10-27 14:59:39 +01:00 |
|
Hauke Petersen
|
528e832c90
|
boards: cleaned up entries in Makefile.features
|
2015-10-21 16:45:21 +02:00 |
|
Hauke Petersen
|
e395dfd91e
|
boards: s/GPIO(x,y)/GPIO_PIN(x,y)/
|
2015-10-13 14:59:53 +02:00 |
|
|
d9414fdab4
|
cpu: msp430fxyz: switch back to uart_stdio
|
2015-09-25 11:09:19 +02:00 |
|
Hauke Petersen
|
a3e11cad93
|
boards: s/TIMER_DEV/TIMER_BASE/ for msp430 boards
|
2015-09-17 13:57:58 +02:00 |
|
Thomas Eichinger
|
8e29c56e53
|
telosb: add SPI periph_conf definitions
|
2015-09-17 11:32:38 +02:00 |
|
Hauke Petersen
|
bf3e2eb258
|
boards/telosb: Makefile cleanup
|
2015-09-16 18:08:25 +02:00 |
|
|
44cdec0e1e
|
boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values
|
2015-09-16 11:13:41 +02:00 |
|
|
83fb012772
|
boards: telosb: remove hwtimer from board.h
|
2015-09-16 10:58:53 +02:00 |
|
Hauke Petersen
|
4669f7f089
|
boards/telosb: added GPIO feature
|
2015-09-03 16:29:55 +02:00 |
|
Hauke Petersen
|
178b46c877
|
boards/telosb: now using periph UART driver
|
2015-09-03 12:00:33 +02:00 |
|
Hauke Petersen
|
a053716e4b
|
board/telosb: added (x)timer configuration
|
2015-09-02 17:10:28 +02:00 |
|
Hauke Petersen
|
e928d727fe
|
boards/telosb: adapted to non-legacy ISR def scheme
|
2015-09-02 17:10:27 +02:00 |
|
|
57d7e62d57
|
boards: avsextrem redbee-econotag spark-core telosb z1: fix includes
|
2015-08-06 12:13:54 +02:00 |
|
Hauke Petersen
|
bff1d7e73e
|
boards: remove feature 'transceiver'
|
2015-08-06 12:13:54 +02:00 |
|
Hauke Petersen
|
359edca5d1
|
removed deps to transceiver and sys/net/include
for
- avsextrem
- redbee-econotag
- spark-core
- telosb
- z1
|
2015-08-06 12:13:54 +02:00 |
|
|
ebc9b2ab5f
|
remove legacy board specific cc2420 code
|
2015-08-06 12:13:19 +02:00 |
|
|
830af458ea
|
oldnet: remove radio_packet_length_t define
|
2015-08-06 12:13:18 +02:00 |
|
Joakim Gebart
|
192a7559ff
|
boards/telosb: Add getchar implementation
|
2015-07-14 08:11:19 +02:00 |
|