Commit Graph

2384 Commits (90e946eb49016834cbb0b5b8dd87be7f8eecee09)
 

Author SHA1 Message Date
Martin Lenders 90e946eb49 Fix ieee802154_frame module 9 years ago
Martin Lenders bc4befb4e9 Fix coding conventions for sixlowpan and rpl module 9 years ago
Martin Lenders a5e0e92bb3 Add test cases for net_if module 9 years ago
Martin Lenders 4a6495987e Add shell commands for interface configuration 9 years ago
Martin Lenders 848ac70f90 Implement net_if module 9 years ago
Martin Lenders 7f8e2c2991 Add getter and setter of long addresses to transceiver 9 years ago
Martin Lenders fa11d82443 Allow IEEE 802.15.4 addressing types for transceiver
IEEE 802.15.4 has two addressing modes: 16-bit short and the device's
EUI-64. Currently RIOT supports only sending of packets with 16-bit
short addresses via the transceiver interface. This patch allows at
least for the radio chips that support IEEE 802.15.4 to let the
application/upper layer decide which addressing mode to use.

Upper layer implementation will be implemented in follow-up PR to #460
9 years ago
Martin Lenders 1e4badf85a Fix coding conventions in sys/transceiver/transceiver.c 9 years ago
Oleg Hahm 049838841a Merge pull request #808 from authmillenon/inet_pton_msp_430_fix
Include kernel.h for inet_pton for MSP-430
9 years ago
Ludwig Ortmann 05dc8ec1cb Merge pull request #790 from LudwigOrtmann/fixup_685
core: fixup for 685
9 years ago
Martin Lenders 3225683d2f Include kernel.h for inet_pton for MSP-430 9 years ago
Oleg Hahm ca8836279a Merge pull request #807 from LudwigOrtmann/examples_rpl_udp
examples: fix rpl_udp README regarding invocation
9 years ago
Ludwig Ortmann 34c85da954 examples: fix rpl_udp README regarding invocation 9 years ago
Ludwig Ortmann a5776613bc Merge pull request #803 from LudwigOrtmann/couple_include_defs
make: couple include path and -I
9 years ago
Ludwig Ortmann ac21f3c54c make: couple include path and -I
This is necessary if includes have to be filtered, such as in native
to throw out RIOTs posix includes which interfere with system
includes.
9 years ago
Ludwig Ortmann 6eb8da137e Merge pull request #800 from OlegHahm/msp430_sys_time
cpu: msp430-common: adding sys/time.h for msp-430
9 years ago
Oleg Hahm 72966fec39 adding sys/time.h for msp-430 9 years ago
Ludwig Ortmann 470bd7f17f Fixup for #685
- use DEVELHELP for native as well
- fix function name in documentation
- improve documentation language/spelling
9 years ago
Oleg Hahm 0c14597ec2 Merge pull request #685 from rousselk/panic
Panic
9 years ago
Christian Mehlis 5247fa48e1 Merge pull request #756 from josephnoir/add_test_pthread_factorial
tests: Add test for pthread
9 years ago
Christian Mehlis af87308e2a Merge pull request #782 from OlegHahm/syscall_gettimeofday
sys: vtimer: added gettimeofday syscall
9 years ago
Christian Mehlis 3f44bf30c7 Merge pull request #785 from authmillenon/fix-libcoap-make
pkg:libcoap: Fix libcoap make
9 years ago
Martin Lenders 2cc4682716 Fix libcoap make 9 years ago
Christian Mehlis 92eaa51f5c Merge pull request #760 from Kijewski/shell-args
shell: Use argc and argv in shell handlers
9 years ago
René Kijewski 5cab0ea68a Merge pull request #3 from mehlis/shell-args-prefix
shell: adapt register prefix command to new shell api
9 years ago
René Kijewski a5c0518e0e Fix _settime_handler 9 years ago
Christian Mehlis 9d9f114f42 shell: adapt register prefix command to new shell api 9 years ago
Raphael Hiesgen 310ac02ad7 Adds test for pthread.
The test uses pthread to calculate the factorial of 12, with one
thread for each multiplication. pthread_mutex is used for synchronization.
9 years ago
René Kijewski 28c4ef45f7 Do not skip over the null terminator 9 years ago
Ludwig Ortmann e536d706e2 Merge pull request #788 from LudwigOrtmann/714_fixup
remove hwtimer from test_irq
9 years ago
Ludwig Ortmann 23bccdf247 remove hwtimer from test_irq 9 years ago
Christian Mehlis 6f76a4c592 Merge pull request #757 from josephnoir/add_test_thread_factorial
tests: Add test for riot thread
9 years ago
Christian Mehlis 17b534619c Merge pull request #780 from mehlis/fix-bloom-test
test: fix bloom filter test
9 years ago
Oleg Hahm b4a8788210 fixed typo 9 years ago
localadmin 0b8d5cf973 Adds test for riot threads.
The test uses riot threads to calculate the factorial of 12,
with one thread for each multiplication. The core mutex is
used for synchronization.
9 years ago
Kaspar Schleiser cc0de63289 Merge pull request #713 from OlegHahm/sched_switch_simplification
core: move inISR check into sched_switch
9 years ago
René Kijewski 0eb7597ab1 Convert examples 9 years ago
René Kijewski 829966ee32 Print error message on any quoting error 9 years ago
René Kijewski c507632e50 Use argc and argv in shell handlers
Compare #708.

Now the tokenization of an input line is done by the shell itself. You
may quote arguments with `"..."`. Empty arguments, supplied by `""` are
preserved. Spaces in between arguments are squasheds; spaces inside
quotes are preserved.

You cannot partially quote an argument. You must not use
- `cmd "abc`,
- `cmd abc"def"`, or
- `cmd "abc"def`.
9 years ago
Oleg Hahm 07b0cd8863 added gettimeofday syscall
RIOT's gettimeofday needs to be called from syscalls.c to assure that gcc actually links it.

If an RTC if available and enabled it will be used instead.
9 years ago
Oleg Hahm 95e7df7f49 Merge pull request #783 from authmillenon/fix-at86rf231-followup
drivers : Make at86rf231_switch_to_rx() public to use with transceiver
9 years ago
Martin Lenders 03975ba003 Make at86rf231_switch_to_rx() public to use with transceiver 9 years ago
Christian Mehlis 6414b55512 Merge pull request #714 from OlegHahm/hwtimer_integration
core: always build and initialize hwtimer
9 years ago
Christian Mehlis b1fc8d7846 Merge pull request #776 from OlegHahm/uart0_stack_documentation
added documentation of configuring the right debug stack size for uart0 module
9 years ago
Christian Mehlis 6ff0d86e16 Merge pull request #781 from LudwigOrtmann/sc_id
build id shell command only for config module
9 years ago
Kévin Roussel f4f2519a58 LPC1768 implementation of 'core_panic()'
copied from 'arm_common', for make-related reasons...
9 years ago
Kévin Roussel 4f8a29d892 Implemented the crash-handling/reboot mechanism for ARM-based MCUs 9 years ago
Kévin Roussel 03fe9de135 Implemented crash-handling mechanism for 'native' platform 9 years ago
Kévin Roussel 1183555cc3 Implement the crash-handling/reboot mechanism for MSP430 MCUs 9 years ago
Kévin Roussel d007207f3e Add a mechanism for handling fatal errors (and reboots) 9 years ago