René Kijewski
639dae4a1d
Merge pull request #1575 from Kijewski/use-sched_active_pid
...
all over the place: use sched_active_pid
9 years ago
Thomas Eichinger
0ea5f94754
Merge pull request #1363 from thomaseichinger/thirdparty_boards_import
...
board: cpu: initial import of iot-lab_M3
9 years ago
Thomas Eichinger
57cbaef8ea
Merge pull request #1020 from thomaseichinger/real_rtc_interface
...
periph_drivers: Introduce a minimal RTC interface
9 years ago
Thomas Eichinger
b904bc3495
Implement a minimal RTC interface
9 years ago
Thomas Eichinger
0e79a01cd2
stm32f1: SPI: implement speed setting properly
9 years ago
Thomas Eichinger
6b43b3f587
stm32f1: implement new cpuid_get
9 years ago
Thomas Eichinger
c28aebf105
at86rf231: handle rx tx state changes correctly
9 years ago
Thomas Eichinger
b6abdc9519
stm32f1: implement SPI register access functions
9 years ago
Thomas Eichinger
e59bc2eb9d
iot-lab_M3: refactor at86rf231 driver
9 years ago
Thomas Eichinger
b86b78bcb2
stm32f1: implement missing UART0 parts
9 years ago
Thomas Eichinger
d50f43e9f5
at86rf231: introduce variable to keep internal driver state
...
The at86rf231 radio transceiver provides one IRQ (TRX_END) signaling
end of transmission or reception but no way to distinguish between
these.
9 years ago
Thomas Eichinger
aaa2c2e8ba
boards: initial import of iot-lab_M3
9 years ago
Thomas Eichinger
37611db41c
cpu: initial import of stm32f1
9 years ago
Thomas Eichinger
78041ea15d
Merge pull request #1592 from thomaseichinger/ccn-lite-relay-rtc
...
examples/ccn-lite-relay: remove unnecessary USEMODULE
9 years ago
Thomas Eichinger
e6798a8250
examples/ccn-lite-relay: remove unnecessary USEMODULE
9 years ago
Hauke Petersen
0200db5e6a
Merge pull request #1590 from haukepetersen/fix_nrf_maketargets
...
board/pca10000: added make targets
9 years ago
Hauke Petersen
46a791fd95
board/pca10000: added make targets
...
- added `reset` target
- added `debug` target
- added `debug-server` target
- adjusted `flash` target
9 years ago
Hauke Petersen
8147216d29
Merge pull request #1591 from haukepetersen/fix_make_vars
...
make: added CPU_MODEL & TERMFLAGS to Makefile.vars
9 years ago
Hauke Petersen
800edbcb59
make: added CPU_MODEL & TERMFLAGS to Makefile.vars
...
- added CPU_MODEL variable
- added TERMFLAGS variable
- fixed a little style (dots on the end of comments)
9 years ago
René Kijewski
2cb4166c3e
all over the place: use sched_active_pid
...
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.
`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
9 years ago
Martine Lenders
6999e6fb21
Merge pull request #1580 from Kijewski/thread_get
...
core: add `thread_get()`
9 years ago
Ludwig Ortmann
91d4a25c12
Merge pull request #1582 from N8Fear/fix_pyterm_twisted
...
pyterm: fix exit behavior if twisted is not available
9 years ago
Hinnerk van Bruinehsen
1b5836571b
pyterm: fix exit behavior if twisted is not available
9 years ago
René Kijewski
89a26b7331
Merge pull request #1562 from Kijewski/the-first-two-commits-of-the-branch-issue-198
...
posix: minor pthread_barrier clean up
9 years ago
Hauke Petersen
10218108e9
Merge pull request #1484 from haukepetersen/fix_drivers_gpioif
...
drivers: improved IF for low-level GPIO driver
9 years ago
Hauke Petersen
9da0abc14d
tests/periph_gpio: added test cases for GPIO driver
9 years ago
Hauke Petersen
13894fa70c
cpus: adjusted uart implementations for changed IF
...
- adjusted stm32f0
- adjusted stm32f3
- adjusted stm32f4
- adjusted sam3x8e
- adjusted nrf51822
9 years ago
Hauke Petersen
aa3e40c9b1
drivers: improved the low-level GPIO driver IF
...
- removed UNDEFINED value from device enum
- changed most functions to void return value
- add parameter for interrupt callback
9 years ago
Hauke Petersen
39a198cf4b
Merge pull request #1576 from haukepetersen/fix_stm32f0_leds
...
cpu/board: fixes to stm32f0(discovery)
9 years ago
Hauke Petersen
ea96af4d53
cpu/stm32f3: let LD3 blink on hardFault
9 years ago
Hauke Petersen
48eafe9912
board/stm32f3discover: fixed LED macros
9 years ago
René Kijewski
a7e5157fd9
core: add `thread_get()`
...
Remove PID check duplication in `thread_getstatus()` and
`thread_getname()`.
9 years ago
Ludwig Ortmann
de039b0ec6
Merge pull request #1574 from Kijewski/native-sched_active_thread
...
native: remove redeclarations of sched_active_thread
9 years ago
René Kijewski
a79d9c8562
native: remove redeclarations of sched_active_thread
9 years ago
Martine Lenders
7681e594b9
Merge pull request #1557 from authmillenon/make-list-show
...
make: Add target to show if boards that are supported by apps
9 years ago
Martine Lenders
04489be771
[SQUASH ME] make: Move buildtest related PHONY targets to Makefile.buildtests
9 years ago
Martine Lenders
7306552873
[SQUASH ME] make: remove debugging lines
9 years ago
Martine Lenders
87b68e9382
make: Add supported boards to info-build target
9 years ago
Martine Lenders
e8f251cfa3
[SQUASH ME] make: info-boards-supported is just
9 years ago
Martine Lenders
da779b0dee
make: Make BOARDS a global macro for buildtests
9 years ago
Oleg Hahm
a9ded6337e
Merge pull request #1569 from OlegHahm/pyterm_timer
...
pyterm: adds timer function
9 years ago
Oleg Hahm
dce96763b5
pyterm: adds timer function
...
/timer <interval> <command> now allows to schedule arbitrary commands to
be send to the node after the specified interval (in seconds).
9 years ago
Oleg Hahm
1db984a755
Merge pull request #1568 from authmillenon/pyterm-printf-style
...
pyterm: Use only printf-style String Formatting
9 years ago
Martine Lenders
5fa5c568ff
pyterm: Use only printf-style String Formatting
...
Needed for backwards compatibility to python 2.6. Refers to
46c38230eb (commitcomment-7363298)
9 years ago
Ludwig Ortmann
bc09d9c99d
Merge pull request #1567 from LudwigOrtmann/at86rf231_includes
...
drivers/at86rf231: add transceiver/pid includes
9 years ago
Ludwig Ortmann
b63b3b9512
drivers/at86rf231: add transceiver/pid includes
9 years ago
Martine Lenders
4a2450b464
Merge pull request #1522 from OlegHahm/crypto_cleanup
...
crypto: get rid of compiler warnings
9 years ago
Martine Lenders
c5bfbcfd25
[SQUASH ME] Fix some error + simplify some calls
9 years ago
Oleg Hahm
67d69664d2
Merge pull request #1563 from Kijewski/priority_queue_print-typo
...
core: shadowing in priority_queue_print
9 years ago
René Kijewski
bf6548ca30
core: shadowing in priority_queue_print
...
The variable `node` shadows the parameter `node`. The access of
`node->first` would not compile, because there is no member `first` in
`priority_queue_t`.
9 years ago