1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
Commit Graph

220 Commits

Author SHA1 Message Date
Thomas Eichinger
8ae50ef8f4 fix: compilation with -mthumb flag for certain files 2013-10-22 12:37:16 +02:00
Thomas Eichinger
5ac8e9a2a5 adjust objcopy flags 2013-10-21 13:06:33 +02:00
Thomas Eichinger
ab59944366 fixes uart implementation 2013-10-21 13:06:32 +02:00
Oleg Hahm
fbec959f13 Merge pull request #29 from OlegHahm/objcopy_flags
added objcopy flags to makefiles for all platforms
2013-10-18 07:16:44 -07:00
Oleg Hahm
e1d5c8c8c6 added objcopy flags to makefiles for all platforms 2013-10-18 16:16:26 +02:00
LudwigOrtmann
7d19d27a4b Merge pull request #28 from LudwigOrtmann/Makefile.dep
fix native/Makefile.dep
2013-10-10 05:05:28 -07:00
Ludwig Ortmann
0dd268345e fix Makefile.dep
remove cc1100 cruft
model ltc4150 dependency
2013-10-10 13:54:15 +02:00
Oleg Hahm
02fdebbeb5 Merge pull request #26 from OlegHahm/telosb
Telosb support
2013-10-09 05:52:28 -07:00
Kévin Roussel
7033885356 Updated the MCU frequency from 800 KHz to (a more likely) 8 MHz. 2013-10-09 14:51:32 +02:00
Kévin Roussel
5d73fbe196 Force Git to ignore backup files 2013-10-09 14:51:32 +02:00
Oleg Hahm
fee5ad923b Merge pull request #25 from thomaseichinger/ADC
GPIO implementation was moved to RIOT/cpu/mc1322x
2013-09-30 08:25:38 -07:00
Zakaria Kasmi
93c153a37f fixed encoding and coding conventions 2013-09-30 17:21:42 +02:00
Zakaria Kasmi
9f96225400 drivers for the AVSEXTREM board. 2013-09-30 17:13:19 +02:00
Zakaria Kasmi
24a35b573a updated Makefiles for MSB-A2 and AVSEXTREM
* updated Makefilde dep, add the gpioint dependency to use cc110x on MSBA2
board
* updated CFLAGS Variable
2013-09-30 17:13:19 +02:00
Zakaria Kasmi
f5e419b4cb updated board common initialization 2013-09-30 17:13:18 +02:00
Zakaria Kasmi
1eb14f57c6 initial support for the avs-extrem-board 2013-09-30 17:13:11 +02:00
Oleg Hahm
5ae8378f29 fixed interrupt implementation (#27)
removed TIMERB0 interrupt (since we don't use SFD information for now)

enable FIFOP interrupt in init_interrupts()
2013-09-17 00:23:57 +02:00
Oleg Hahm
df8c4a5ae6 added board dependent part of the cc2420 for TelosB 2013-09-17 00:23:57 +02:00
Oleg Hahm
21dff81239 implemented stdin for TelosB 2013-09-17 00:23:57 +02:00
Oleg Hahm
1ada39d7fd initial commit for TelosB support 2013-09-17 00:23:52 +02:00
Oleg Hahm
f241349538 added missing LICENSE file 2013-08-27 18:12:57 +02:00
Thomas Eichinger
7cde32f452 GPIO implementation was moved to RIOT/cpu/mc1322x since ADC module implementation depends on it 2013-08-23 15:08:35 +02:00
Martin Lenders
30864da469 Merge pull request #23 from LudwigOrtmann/issue_147
implement uart0_puts properly
2013-08-19 08:06:37 -07:00
Ludwig Ortmann
141bec6427 improve uart0_puts 2013-08-18 11:22:23 +02:00
Ludwig Ortmann
ca6f20f384 implement uart0_puts properly 2013-08-18 11:22:23 +02:00
Oleg Hahm
eeb8c60e7e Merge pull request #24 from LudwigOrtmann/RIOT_issue_145
harmonize LED implementation
2013-08-15 15:52:51 -07:00
Ludwig Ortmann
ac222754ce harmonize LED implementation
fix https://github.com/RIOT-OS/RIOT/issues/145
2013-08-15 23:51:49 +02:00
Oleg Hahm
92c5ca8d81 Merge pull request #22 from OlegHahm/minor_release_fixes
added prototype for msp430_init_dco()
2013-08-15 06:54:45 -07:00
Oleg Hahm
49c5e41edd Merge pull request #21 from LudwigOrtmann/native_cc1100_tap
native cc110x_ng support
2013-08-15 06:08:40 -07:00
Oleg Hahm
22f5bcdbc3 added prototype for msp430_init_dco() 2013-08-14 23:48:01 +02:00
Ludwig Ortmann
d7264418e8 native cc110x_ng support 2013-08-13 18:02:14 +02:00
Oleg Hahm
dc5e7d7e1f Merge pull request #19 from OlegHahm/msb430_uart
Msb430 uart
2013-08-13 08:48:29 -07:00
Oleg Hahm
8552c04c06 corrected and translated comments 2013-08-13 10:41:50 +02:00
Oleg Hahm
b3e77ec39b Merge pull request #20 from mehlis/gitignore
add .gitignore
2013-08-12 11:35:42 -07:00
Christian Mehlis
4eb96382be add .gitignore 2013-08-12 17:59:46 +02:00
Oleg Hahm
7a2cc4ae09 minor changes:
* renamed terminal program variable
* added terminal program for MSB-430 platforms
* changed default JTAG for MSB-430 platforms from uif to olimex
2013-08-09 15:48:53 +02:00
Oleg Hahm
d89940624d added interrupt handler for UART1 (->uart0 & stdin) to MSB-430(h) 2013-08-09 15:46:41 +02:00
Martin Lenders
cb2ea424fc Merge pull request #15 from authmillenon/master
Allow native port to link additional libs from app
2013-07-29 16:19:13 -07:00
Martin Lenders
9a7902740a Allow native port to link additional libs from app
Might come handy for e.g. testing frameworks
2013-07-29 17:55:12 +02:00
Oleg Hahm
f01d4cf2ad Merge branch 'master' of github.com:RIOT-OS/boards into origin-master
Conflicts:
	redbee-econotag/drivers/redbee_uart.c
	redbee-econotag/drivers/redbee_uart1.c
2013-07-29 17:22:43 +02:00
Oleg Hahm
2b15d22ebf Merge branch 'mc1322x' into 'master' 2013-07-29 16:47:18 +02:00
Oleg Hahm
dc0a5bf595 coding convention fixes (mostly due to astyle) 2013-07-29 16:41:43 +02:00
Oleg Hahm
6d5601a70a added gpioint as dependency for original cc110x driver 2013-07-29 16:00:52 +02:00
Oleg Hahm
4a48f10e27 split up CFLAGS for bootload and the rest 2013-07-24 22:12:12 +02:00
Oleg Hahm
0d8d305c77 Merge remote-tracking branch 'oleg/master' into oleg-master 2013-07-24 22:06:41 +02:00
Oleg Hahm
b4ee555d17 coding convention fixes 2013-07-24 22:04:19 +02:00
Oleg Hahm
c99539c5cb do not omit exported CFLAGS 2013-07-24 22:04:19 +02:00
Christian Mehlis
a256a7767a fixed old-style-declaration warning
board_init.c:7:1: warning: 'static' is not at beginning of declaration
[-Wold-style-declaration]
2013-07-24 22:04:19 +02:00
Christian Mehlis
0c02095a42 rename kernel_intern.h
german "intern" to english "internal"
2013-07-24 22:04:19 +02:00
Ludwig Ortmann
fdbf28fd44 moved native internal functions declarations 2013-07-24 22:04:19 +02:00