Oleg Hahm
60fd4caf37
Merge pull request #1543 from LudwigOrtmann/pyterm-fixup
...
boards: fixup for pyterm renaming
2014-08-05 13:32:24 +02:00
Ludwig Ortmann
27b28e70bf
boards: fixup for pyterm renaming
2014-08-05 13:29:24 +02:00
Oleg Hahm
1623b68ae3
Merge pull request #1311 from haukepetersen/add_driver_spi_if
...
drivers: Initial import of SPI low-level driver IF
2014-08-04 15:34:36 +02:00
Hauke Petersen
cc12fa5a7e
Merge pull request #1498 from fukuehl/nrf51822
...
cpu/board: added support for nrf51822
2014-08-04 14:06:38 +02:00
epiktet
5784a15cdd
boards/pca10005: squash added Support for Nordic Dev Kit p2
2014-08-04 13:42:07 +02:00
epiktet
c1993b1bf6
boards/pca10000: squash added support for Nordic Dev Kit p1
2014-08-04 13:42:07 +02:00
epiktet
1154bd5a50
cpu/nrf51822: squash added support for nrf51822 cpu
2014-08-04 13:42:06 +02:00
Ludwig Ortmann
8aea1c196e
Merge pull request #1536 from krf/fix-astylerc
...
.astylerc: Respect max code line length of 100
2014-08-04 11:08:56 +02:00
Kevin Funk
7a6b69a778
.astylerc: Respect max code line length of 100
2014-08-04 10:55:30 +02:00
Ludwig Ortmann
47ca52cb8d
SQUASHME: clean out extern kernel_pid_t transceiver_pid redefinitions
2014-08-02 14:29:07 +02:00
Ludwig Ortmann
232dd781ae
sys/transceiver: make transceiver_pid volatile
...
- because it is
2014-08-02 14:10:28 +02:00
Ludwig Ortmann
153b577877
Merge pull request #1532 from cgundogan/remove_tabs_asm
...
cpu: removing tabs from asm files (#1439 )
2014-08-02 13:14:58 +02:00
Cenk Gündoğan
5429035b1c
cpu: removing tabs from asm files ( #1439 )
...
```find . -name "*.[sS]" -exec grep -l $'\t' {} \;``` and ```ack --asm -l "\t"```
revealed three more files with tabs.
2014-08-02 12:47:02 +02:00
Ludwig Ortmann
d1226b2a78
tests: let license checker check headers, too
2014-08-02 11:42:34 +02:00
René Kijewski
f7bdc7e4fe
core: thread_measure_stack_free() is only useful for DEVELHELP
2014-08-02 00:35:41 +02:00
René Kijewski
9e3830a72b
core: only store the stack size for DEVELHELP
...
`tcp_t::stack_size` is only examined by the shell command `ps` and
`DEBUG_PRINT`. For the latter one only if `DEVELHELP` was enabled.
This PR guards the member `tcp_t::stack_size` in `#ifdef DEVELHELP`.
Only if DEVELHELP was activated its value get printed by `ps`.
Closes #1287 .
2014-08-02 00:35:41 +02:00
Ludwig Ortmann
5886d83333
Merge pull request #1441 from LudwigOrtmann/scheduler_documentation
...
doc: add detailed scheduler documentation
2014-08-01 19:16:24 +02:00
Ludwig Ortmann
c63eaab74a
Merge pull request #1530 from LudwigOrtmann/examples-develhelp
...
examples: use DEVELHELP per default
2014-08-01 19:04:49 +02:00
Ludwig Ortmann
c216d2870f
doc: add detailed scheduler documentation
2014-08-01 18:57:31 +02:00
Ludwig Ortmann
106137ff64
examples: use DEVELHELP per default
2014-08-01 18:49:56 +02:00
Oleg Hahm
4e2640f9de
Merge pull request #1375 from OlegHahm/radio_packet_length
...
Radio packet length
2014-08-01 18:20:34 +02:00
Ludwig Ortmann
a3d883f610
Merge pull request #1374 from OlegHahm/harmonize_pid
...
core: harmonizes the data type for the process ID
2014-08-01 17:14:47 +02:00
Oleg Hahm
04e256e7cf
Merge pull request #1437 from OlegHahm/pyterm_improvements2
...
Pyterm improvements
2014-08-01 17:10:54 +02:00
Oleg Hahm
cb85a901f2
pyterm: renamed pyterm.py to pyterm
2014-08-01 17:09:45 +02:00
Oleg Hahm
6340123558
make: introduced TERMFLAGS
...
Also added the missing -p flag for the new pyterm version where
necessary.
2014-08-01 17:09:45 +02:00
Oleg Hahm
af24a947f6
pyterm: make Guido happy
2014-08-01 17:09:45 +02:00
Oleg Hahm
73f6a0c518
pyterm: split connect and set_baudrate
...
Apparently, opening and setting the baudrate at the same time creates
problem for certain platforms (Arduino-Due).
2014-08-01 17:09:45 +02:00
Oleg Hahm
af5291b7d7
pyterm: handle TCP connection errors
2014-08-01 17:09:45 +02:00
Oleg Hahm
8b9c54efae
pyterm: make formatting string configurable
2014-08-01 17:09:45 +02:00
Oleg Hahm
a0f43ba736
pyterm: outsource serial connect to a separate function
2014-08-01 17:09:45 +02:00
Oleg Hahm
8c84df391e
pyterm: added license
2014-08-01 17:09:45 +02:00
Oleg Hahm
9a09cba325
pyterm: added some documentation
2014-08-01 17:09:45 +02:00
Oleg Hahm
aaccb81794
pyterm: print warning if twisted is not available
2014-08-01 17:09:45 +02:00
Oleg Hahm
a6b276b734
pyterm: ugly hack to make twisted optional
2014-08-01 17:09:44 +02:00
Oleg Hahm
79844660a6
pyterm: enable interoperability with native TCP uart
2014-08-01 17:09:44 +02:00
Oleg Hahm
f76ae40861
pyterm: use the rest of line for alias and trigger
...
Allows nested aliases and triggers
2014-08-01 17:09:44 +02:00
Oleg Hahm
02f7b610a5
pyterm: increase verbosity for alias command
2014-08-01 17:09:44 +02:00
Oleg Hahm
b1323bf0c3
pyterm: use logger instead of print
2014-08-01 17:09:44 +02:00
Oleg Hahm
431655a3f0
pyterm: introduced trigger actions
2014-08-01 17:09:44 +02:00
Oleg Hahm
cec44e3aed
pyterm: fixed usage line for /alias
2014-08-01 17:09:44 +02:00
Oleg Hahm
9a2c1d3c87
pyterm: split up input processing into separate functions
2014-08-01 17:09:44 +02:00
Oleg Hahm
a0796ae6e5
pyterm: always perform input preprocessing
2014-08-01 17:09:44 +02:00
Oleg Hahm
f335cf07c3
pyterm: set default verbosity to info
2014-08-01 17:09:44 +02:00
Oleg Hahm
fbd2c345ce
pyterm: cosmetics
...
* replaced tab with white spaces
* removed trailing white spaces
2014-08-01 17:09:44 +02:00
Oleg Hahm
e661b386a0
pyterm: handle serial disconnect
...
* will reconnect automatically if possible after a disconnect
* resolves #910
2014-08-01 17:09:44 +02:00
Oleg Hahm
32716fea6c
pyterm: enable saving and setting of init commands at runtime
2014-08-01 17:09:44 +02:00
Oleg Hahm
e38fd42fef
pyterm: integrated changes from @mehlis' testbed-controller branch
2014-08-01 17:09:44 +02:00
Oleg Hahm
1899fffb4f
pyterm: use writeSomeData to send data immediately
2014-08-01 17:09:44 +02:00
Oleg Hahm
534ca4633e
pyterm: distinguish between int and string in JSON sending
2014-08-01 17:09:44 +02:00
Oleg Hahm
211dfeca6c
pyterm: allow spaces in JSON regex
2014-08-01 17:09:44 +02:00