Oleg Hahm
9fff3f5b90
Merge pull request #657 from LudwigOrtmann/wsn430-v1_4_Makefiles
...
fix wsn430-v1_4 Makefiles
10 years ago
Ludwig Ortmann
d40b6ac5b1
native+osx makefile cleanup
...
* add missing $(AD) to osx $(LINK) invocation
* move osx build determination to native makefile
* move old libc test to native makefile
* set objcopy to "true" - it is superfluous for native no matter what the system is
* add some documentation to natives makefile
10 years ago
Ludwig Ortmann
f09f30c94d
fix wsn430-v1_4 Makefiles
10 years ago
Oleg Hahm
02341bc79a
removed no longer needed include path
10 years ago
Oleg Hahm
26ca054abd
moved board dependent cc110x stub
10 years ago
Oleg Hahm
70747d8bb4
streamlined driver include pathes
10 years ago
Martin Lenders
7035a6d194
Merge pull request #601 from LudwigOrtmann/valgrind_target
...
valgrind target for native
10 years ago
Oleg Hahm
fb423e2c48
Merge pull request #606 from OlegHahm/license_issues
...
added license headers and doxygen file information
10 years ago
Oleg Hahm
d9c31a01e5
addressed comments from @mehlis
10 years ago
Oleg Hahm
4bc6dfbf69
added license headers and doxygen file information
...
plus replaced tabs with spaces
10 years ago
Ludwig Ortmann
0ee91da42f
valgrind target
10 years ago
Ludwig Ortmann
94ac6ddbd2
refactor and clean up native Makefile
10 years ago
Ludwig Ortmann
b58aa87572
add mbed_lpc1768 hwtimer stub
...
closes #586
10 years ago
Ludwig Ortmann
e63ece0c18
add obj/*.d to clean target
10 years ago
Ludwig Ortmann
6fda735302
remove cruft from obj dir, add gitignore
10 years ago
Ludwig Ortmann
54cf33ff70
set lpc2k_pgm return value
...
fixes the build not failing when flashing fails
10 years ago
Ludwig Ortmann
e083e9bcb8
configure debug target for native
10 years ago
Kaspar Schleiser
fbcbd7ff1f
Merge pull request #574 from kaspar030/kaspar_email_change_2
...
update Kaspar's email address
10 years ago
Kaspar Schleiser
56ee585c81
update Kaspar's email address
...
kaspar.schleiser@fu-berlin.de is obsolete.
(2nd try, first try was overwritten by some overzealous documenter)
10 years ago
Oleg Hahm
e17666c326
added the missing define for radio_packet_length_t on econotag
10 years ago
Ludwig Ortmann
855eea6a53
add missing newlines
10 years ago
Oleg Hahm
0a3bb76386
Merge pull request #537 from thomaseichinger/telosb-fix-cpu-speed
...
fixes bug in telosb board.h introduced by PR #459
10 years ago
Thomas Eichinger
2ce6f8ddbb
fixes bug in telosb board.h introduced by PR #459
10 years ago
Oleg Hahm
55d8cb5ced
fixed support for pttu board
10 years ago
Oleg Hahm
717cab33ae
moved pllfeed inline function to header
...
Also removed useless copyright header.
10 years ago
Oleg Hahm
1018d801ef
removing unsupported board olimix_lpc2148
10 years ago
Oleg Hahm
683a078515
Merge pull request #494 from OlegHahm/uniq_obj_file_names
...
prefixing application object files to avoid dups
10 years ago
Oleg Hahm
f476da6ff5
remove duplicate LICENSE in boards directory
10 years ago
Oleg Hahm
6cf0c34210
removed pointer to RIOT repository from README
10 years ago
Oleg Hahm
9eebc532ef
Merge pull request #459 from rousselk/msp430-lpm-freq
...
Msp430 lpm freq
10 years ago
Oleg Hahm
4ac82bd5f8
changed duplicate file name for wsn430 uart0.c
10 years ago
Christian Mehlis
c26a3c0e41
Merge pull request #483 from mehlis/master
...
fix some findings by the static analyser
10 years ago
Ludwig Ortmann
b6781cdf0f
add native flash and term targets
...
flash does nothing
term starts the project with PORT misused for the tap interface
PORT is unset if nativenet is not used
10 years ago
Christian Mehlis
8bcb099384
fix some findings by the static analyser
10 years ago
Oleg Hahm
b34e14945d
fixed include path for mbed board
10 years ago
Oleg Hahm
9df07f9238
muting compiler and binutils optionally
...
Instead of muting all compiler and other binutils output by default,
introduce a variable to make this behaviour configurable.
10 years ago
Oleg Hahm
c48b34f540
use proper variables in board Makefiles
10 years ago
Oleg Hahm
02612ff0ca
further Makefile cleanup
10 years ago
Oleg Hahm
f8e349f76e
removed superfluous slash after BINDIR
10 years ago
Oleg Hahm
c7d985d371
removed redundant include pathes from Makefiles
10 years ago
Oleg Hahm
55f31a4829
simplify include structure for boards
...
* do not overwrite CFLAGS in boards Makefile
10 years ago
Oleg Hahm
1de1b2f91d
correct filename
10 years ago
Oleg Hahm
593ee623b6
simplify and unify include pathes
...
additional:
* exporting include path in sys is mandatory for subfolders
* removed duplicate object file in linker call
10 years ago
Oleg Hahm
1e665b49de
build everything in the project directory
10 years ago
Kévin Roussel
5d393d270b
Sets MCU frequency in 'board.h', instead of the common 'cpu.h' file
10 years ago
Ludwig Ortmann
cf87e647c0
make native includes RIOT posix compatible
10 years ago
Martin Lenders
69809928d3
Make UART0_BUFSIZE configurable by CPU
10 years ago
Oleg Hahm
a680b180ef
Merge pull request #450 from LudwigOrtmann/chronos_fixes
...
Chronos fixes
10 years ago
Ludwig Ortmann
680f778fc4
chronos cleanup
10 years ago
Christian Mehlis
e890b227e1
Merge pull request #428 from mehlis/native-ltc-fix
...
Native ltc fixes and cleanup
10 years ago