Oleg Hahm
211dfeca6c
pyterm: allow spaces in JSON regex
2014-08-01 17:09:44 +02:00
Oleg Hahm
07e4e4372e
pyterm: remove unnecessary debug output
2014-08-01 17:09:44 +02:00
Oleg Hahm
508e8770c7
pyterm: fix program exit procedure, disable SIGINT
2014-08-01 17:09:44 +02:00
Oleg Hahm
cffa4e73d5
pyterm: added twisted based JSON sending
2014-08-01 17:09:44 +02:00
Oleg Hahm
64b1250f3b
pyterm: configure baudrate
2014-08-01 17:09:44 +02:00
Oleg Hahm
f816d74824
pyterm: prefix pyterm commands with /
2014-08-01 17:09:44 +02:00
Oleg Hahm
dd469b1f7b
pyterm: ignore lines based on regex
2014-08-01 17:09:44 +02:00
Oleg Hahm
fd95200ae4
pyterm: filter for specific output (via regex)
2014-08-01 17:09:43 +02:00
Oleg Hahm
6c31adeaee
pyterm: introduce command line arguments
2014-08-01 17:09:43 +02:00
Oleg Hahm
e1f8992642
pyterm: make config file name a variable
2014-08-01 17:09:43 +02:00
Oleg Hahm
5769269cda
pyterm: set default serial port to /dev/ttyUSB0
2014-08-01 17:09:43 +02:00
Oleg Hahm
50f9b25a9a
pyterm: do a proper cleanup at SIGINT
2014-08-01 17:09:43 +02:00
Oleg Hahm
53433a1344
cc2420: use radio_packet_length_t
2014-08-01 17:06:30 +02:00
Oleg Hahm
5098273d2a
cc110x_ng: use radio_packet_length_t
2014-08-01 17:05:41 +02:00
Oleg Hahm
78237c3fba
cc110x: use radio_packet_length_t
2014-08-01 17:04:35 +02:00
Oleg Hahm
fa3d976958
at86rf231: use radio_packet_length_t
2014-08-01 17:04:29 +02:00
Oleg Hahm
2015796154
ccnl: pass relay_pid as pointer
2014-08-01 12:02:59 +02:00
Oleg Hahm
983d056c75
core: harmonizes the data type for the process ID
...
Instead of using differing integer types use kernel_pid_t for process
identifier. This type is introduced in a new header file to avoid
circular dependencies.
2014-08-01 12:02:54 +02:00
Ludwig Ortmann
4546c3f83c
Merge pull request #1524 from Kijewski/make-board-name-string
...
make: provide BOARD, MCU and CPU name as a string
2014-08-01 08:21:28 +02:00
René Kijewski
b7b7fd3bc1
make: provide BOARD, MCU and CPU name as a string
...
This PR adds the defined `RIOT_BOARD`, `RIOT_CPU` and `RIOT_MCU`.
They each are defined as `BOARD_${BOARD}`, `CPU_${CPU}`, and
`MCU_${CPU}`, resp.
`BOARD_${BOARD}` is defined as the string `"${BOARD}"`, but not in upper
case. Same for the other two.
2014-08-01 02:40:40 +02:00
Martine Lenders
38cd1880c6
Merge pull request #1523 from OlegHahm/sixlowpan_minor
...
sixlowpan: minor cleanups and debugging
2014-08-01 00:42:05 +02:00
Oleg Hahm
5dc38a3e8c
sixlowpan: some additional debugging
2014-08-01 00:15:34 +02:00
Oleg Hahm
f2b9e20716
sixlowpan: decrement processing semaphore when discarding
2014-08-01 00:14:45 +02:00
René Kijewski
9cf5ece44f
Merge pull request #1460 from Kijewski/issue-1457
...
pkg: add USEPKG module "libfixmath"
2014-08-01 00:05:56 +02:00
Oleg Hahm
feca0d73c8
crypto: get rid of compiler warnings
2014-08-01 00:04:55 +02:00
René Kijewski
d7b4f1a5ba
pkg: add USEPKG module "libfixmath"
...
This PR adds the USEPKG module "libfixmath".
It integrates https://code.google.com/p/libfixmath/ into RIOT, cmp. #1457 .
2014-08-01 00:04:48 +02:00
Hauke Petersen
938c61a5a2
Merge pull request #1456 from haukepetersen/board_stm32f3discovery
...
board/cpu: Added support for the stm32f3discovery board and stm32f3 cpu
2014-07-31 23:55:05 +02:00
Hauke Petersen
e762dee78e
Merge pull request #1520 from authmillenon/cpu-id-doc
...
native: cpu: Add documentatiton for CPUID_ID_LEN
2014-07-31 23:30:24 +02:00
Martine Lenders
b1bc11c7fc
native: cpu: Add documentatiton for CPUID_ID_LEN
2014-07-31 23:27:38 +02:00
Martine Lenders
7516c94dd8
Merge pull request #854 from authmillenon/cpu-id
...
drivers/cpu: add function to get CPU id/serial number
2014-07-31 23:23:21 +02:00
Ludwig Ortmann
d55da67fb6
Merge pull request #1329 from LudwigOrtmann/riot_license
...
RIOT default license header change
2014-07-31 23:12:47 +02:00
Oleg Hahm
db2cf8df1a
Merge pull request #1518 from cgundogan/remove_tabs_tests
...
converting tabs to spaces in tests (#1439 )
2014-07-31 23:06:29 +02:00
Oleg Hahm
9f0d8d48fd
Merge pull request #1515 from cgundogan/remove_tabs_dist
...
converting tabs to spaces in dist (#1439 )
2014-07-31 23:05:35 +02:00
Martin Lenders
239f2e0f24
Implement CPU id getter for native
2014-07-31 23:05:15 +02:00
Oleg Hahm
937cc51d66
Merge pull request #1516 from cgundogan/remove_tabs_drivers
...
converting tabs to spaces in drivers (#1439 )
2014-07-31 23:04:53 +02:00
Hauke Petersen
19ab93cadc
Merge pull request #1509 from haukepetersen/fix_cortexmcommon_cppcheck
...
cpu/cortex-mX_common: fixed type issues in thread_arch
2014-07-31 23:04:42 +02:00
Oleg Hahm
eec7780117
Merge pull request #1517 from cgundogan/remove_tabs_sys
...
converting tabs to spaces in sys (#1439 )
2014-07-31 23:03:55 +02:00
Hauke Petersen
c54594632f
Merge pull request #1505 from haukepetersen/add_stm32f0_adc
...
cpu/board: added ADC driver for stm32f0discovery
2014-07-31 23:01:21 +02:00
Oleg Hahm
8890470783
Merge pull request #1514 from cgundogan/remove_tabs_cpu
...
converting tabs to spaces in cpu (#1439 )
2014-07-31 22:58:17 +02:00
Ludwig Ortmann
5fdce06b3b
doc: use lgplv2.1-short license header instead of lgplv2-short-v1
2014-07-31 22:57:20 +02:00
Ludwig Ortmann
73aa3739d2
doc: use lgplv2.1-short license header instead of lgplv2-short-v2
2014-07-31 22:57:20 +02:00
Ludwig Ortmann
c40b281873
doc: use lgplv2.1-short license header instead of lgplv2-short-v3
2014-07-31 22:57:20 +02:00
Ludwig Ortmann
3ca4f18479
doc: use lgplv2.1-short license header instead of lgpl-short-riot
2014-07-31 22:57:20 +02:00
Ludwig Ortmann
1200c3bc46
doc: fix comment indentation
2014-07-31 22:57:19 +02:00
Oleg Hahm
8a337f3566
Merge pull request #1512 from cgundogan/remove_tabs_boards
...
converting tabs to spaces in boards (#1439 )
2014-07-31 22:57:13 +02:00
Martine Lenders
107ef28705
Merge pull request #1470 from haukepetersen/add_stm32f4_adc
...
cpu/board: added ADC driver for stm32f4discovery
2014-07-31 22:56:41 +02:00
Cenk Gündoğan
b8009f1be5
converting tabs to spaces in tests ( #1439 )
...
This PR converts tabs to white spaces.
The statement I used for the conversion:
```find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;```
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
2014-07-31 20:53:32 +02:00
René Kijewski
cc6c4fb34a
Merge pull request #1513 from cgundogan/remove_tabs_core
...
converting tabs to spaces in core (#1439 )
2014-07-31 20:52:33 +02:00
Cenk Gündoğan
ca5b45e264
converting tabs to spaces in sys ( #1439 )
...
This PR converts tabs to white spaces.
The statement I used for the conversion:
```find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;```
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
2014-07-31 20:51:50 +02:00
Cenk Gündoğan
c0f80c7f75
converting tabs to spaces in drivers ( #1439 )
...
This PR converts tabs to white spaces.
The statement I used for the conversion:
```find . -name "*.[ch]" -exec zsh -c 'expand -t 4 "$0" > /tmp/e && mv /tmp/e "$0"' {} \;```
Afterwards, I had a quick overview of the converted files to prevent odd indentation.
2014-07-31 20:49:35 +02:00