Commit Graph

3508 Commits (60fd4caf373dce9c8570465542500deb5f55c3d2)
 

Author SHA1 Message Date
Oleg Hahm 60fd4caf37 Merge pull request #1543 from LudwigOrtmann/pyterm-fixup
boards: fixup for pyterm renaming
9 years ago
Ludwig Ortmann 27b28e70bf boards: fixup for pyterm renaming 9 years ago
Oleg Hahm 1623b68ae3 Merge pull request #1311 from haukepetersen/add_driver_spi_if
drivers: Initial import of SPI low-level driver IF
9 years ago
Hauke Petersen cc12fa5a7e Merge pull request #1498 from fukuehl/nrf51822
cpu/board: added support for nrf51822
9 years ago
epiktet 5784a15cdd boards/pca10005: squash added Support for Nordic Dev Kit p2 9 years ago
epiktet c1993b1bf6 boards/pca10000: squash added support for Nordic Dev Kit p1 9 years ago
epiktet 1154bd5a50 cpu/nrf51822: squash added support for nrf51822 cpu 9 years ago
Ludwig Ortmann 8aea1c196e Merge pull request #1536 from krf/fix-astylerc
.astylerc: Respect max code line length of 100
9 years ago
Kevin Funk 7a6b69a778 .astylerc: Respect max code line length of 100 9 years ago
Ludwig Ortmann 153b577877 Merge pull request #1532 from cgundogan/remove_tabs_asm
cpu: removing tabs from asm files (#1439)
9 years ago
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.
9 years ago
Ludwig Ortmann 5886d83333 Merge pull request #1441 from LudwigOrtmann/scheduler_documentation
doc: add detailed scheduler documentation
9 years ago
Ludwig Ortmann c63eaab74a Merge pull request #1530 from LudwigOrtmann/examples-develhelp
examples: use DEVELHELP per default
9 years ago
Ludwig Ortmann c216d2870f doc: add detailed scheduler documentation 9 years ago
Ludwig Ortmann 106137ff64 examples: use DEVELHELP per default 9 years ago
Oleg Hahm 4e2640f9de Merge pull request #1375 from OlegHahm/radio_packet_length
Radio packet length
9 years ago
Ludwig Ortmann a3d883f610 Merge pull request #1374 from OlegHahm/harmonize_pid
core: harmonizes the data type for the process ID
9 years ago
Oleg Hahm 04e256e7cf Merge pull request #1437 from OlegHahm/pyterm_improvements2
Pyterm improvements
9 years ago
Oleg Hahm cb85a901f2 pyterm: renamed pyterm.py to pyterm 9 years ago
Oleg Hahm 6340123558 make: introduced TERMFLAGS
Also added the missing -p flag for the new pyterm version where
necessary.
9 years ago
Oleg Hahm af24a947f6 pyterm: make Guido happy 9 years ago
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).
9 years ago
Oleg Hahm af5291b7d7 pyterm: handle TCP connection errors 9 years ago
Oleg Hahm 8b9c54efae pyterm: make formatting string configurable 9 years ago
Oleg Hahm a0f43ba736 pyterm: outsource serial connect to a separate function 9 years ago
Oleg Hahm 8c84df391e pyterm: added license 9 years ago
Oleg Hahm 9a09cba325 pyterm: added some documentation 9 years ago
Oleg Hahm aaccb81794 pyterm: print warning if twisted is not available 9 years ago
Oleg Hahm a6b276b734 pyterm: ugly hack to make twisted optional 9 years ago
Oleg Hahm 79844660a6 pyterm: enable interoperability with native TCP uart 9 years ago
Oleg Hahm f76ae40861 pyterm: use the rest of line for alias and trigger
Allows nested aliases and triggers
9 years ago
Oleg Hahm 02f7b610a5 pyterm: increase verbosity for alias command 9 years ago
Oleg Hahm b1323bf0c3 pyterm: use logger instead of print 9 years ago
Oleg Hahm 431655a3f0 pyterm: introduced trigger actions 9 years ago
Oleg Hahm cec44e3aed pyterm: fixed usage line for /alias 9 years ago
Oleg Hahm 9a2c1d3c87 pyterm: split up input processing into separate functions 9 years ago
Oleg Hahm a0796ae6e5 pyterm: always perform input preprocessing 9 years ago
Oleg Hahm f335cf07c3 pyterm: set default verbosity to info 9 years ago
Oleg Hahm fbd2c345ce pyterm: cosmetics
* replaced tab with white spaces
* removed trailing white spaces
9 years ago
Oleg Hahm e661b386a0 pyterm: handle serial disconnect
* will reconnect automatically if possible after a disconnect
* resolves #910
9 years ago
Oleg Hahm 32716fea6c pyterm: enable saving and setting of init commands at runtime 9 years ago
Oleg Hahm e38fd42fef pyterm: integrated changes from @mehlis' testbed-controller branch 9 years ago
Oleg Hahm 1899fffb4f pyterm: use writeSomeData to send data immediately 9 years ago
Oleg Hahm 534ca4633e pyterm: distinguish between int and string in JSON sending 9 years ago
Oleg Hahm 211dfeca6c pyterm: allow spaces in JSON regex 9 years ago
Oleg Hahm 07e4e4372e pyterm: remove unnecessary debug output 9 years ago
Oleg Hahm 508e8770c7 pyterm: fix program exit procedure, disable SIGINT 9 years ago
Oleg Hahm cffa4e73d5 pyterm: added twisted based JSON sending 9 years ago
Oleg Hahm 64b1250f3b pyterm: configure baudrate 9 years ago
Oleg Hahm f816d74824 pyterm: prefix pyterm commands with / 9 years ago