Nicolas Tsiftes
d690dcae31
Merge pull request #1864 from sumanpanchal/wismote-battery-voltage
...
Wismote: Added support for Battery voltage measurement
2016-10-24 14:41:23 +02:00
Antonio Lignan
94174be708
Renamed driver and reworked to support both TSL2561/TSL2563
2016-10-19 23:13:25 +02:00
Michael LeMay
5c4cc2722e
galileo: Shrink pinmux array
...
The pins array in galileo-gen2-pinmux.c:galileo_brd_to_cpu_gpio_pin is
unnecessarily large. This patch reduces its size.
2016-10-19 09:31:50 -07:00
Antonio Lignan
2f76fc1f77
Merge pull request #1784 from g-oikonomou/contrib/cc1350
...
Add CC1350 support
2016-10-18 12:04:48 +02:00
Antonio Lignan
2a84e68e6d
cpu/cc2538: CCA threshold was fixed
2016-10-18 09:35:04 +02:00
Oliver Schmidt
b8d753d35e
Merge pull request #1889 from oliverschmidt/master
...
Several retrotarget changes
2016-10-16 13:12:24 +02:00
Oliver Schmidt
fb4c42a357
Added custom log function for CBM machines.
...
The log function writes directly to the screen. Combined with the usage of PFS this means that the POSIX layer of the C library isn't referenced anymore thus reducing the memory requirements.
2016-10-15 23:36:53 +02:00
Oliver Schmidt
d864e73579
Added directory functions to the Commodore Platform File System.
...
They reduce the Telnet server's run size by 1231 bytes.
2016-10-15 18:36:54 +02:00
Oliver Schmidt
c25e965b0c
Avoid unnecessary key presses.
...
The recently added doesclrscrafterexit() allows cc65 programs to determine if the screen will be cleared after exit(). If that isn't the case then there's no need to ask the user to press a key in order to allow him to read the final program output.
2016-10-15 15:27:42 +02:00
Simon Duquennoy
14bfaffe00
Merge pull request #1883 from zhitaoh/fix-6LoWPAN-typo
...
fix comment with 6LoWPAN typo and break long lines
2016-10-12 15:05:24 +02:00
Oliver Schmidt
957ac63a7c
Improved dicarding of text in the HTML header.
...
Plain text in the HTML header (think of <title>text</title>) is collected as usual. The decision to discard it is triggered by the first withspace following. In the usual case of the <body> no preceeded by any whitespace this means that by the point the first whitespace is encountered we're not in "discard mode" anymore and therefore incorrectly render the text.
Explicitly calling do_word() just before leaving "discard mode" discards all text collected so far.
2016-10-11 11:25:31 +02:00
Oliver Schmidt
72cc19c680
Fixed ProDOS 800kB image.
...
The 800kB file claimed to be a 32MB image. Now the logical size and pysical size match.
2016-10-11 11:18:23 +02:00
g.oikonomou@bristol.ac.uk
ec4b403e77
Allow and document IEEE mode for CC13xx
2016-10-07 10:05:14 +01:00
Zhitao He
7bb10dc2a0
fix comment with 6LoWPAN typo and break long lines
2016-10-03 15:53:28 +02:00
Antonio Lignan
6157dce0b5
Merge pull request #1877 from alignan/pull/fix-zoul-doc
...
Zoul: updated pin-out images
2016-09-28 23:05:17 +02:00
Antonio Lignan
fd881bec19
Merge pull request #1874 from alignan/pull/zolertia-firefly-reva1
...
Zoul: added new Firefly revision A
2016-09-28 17:01:19 +02:00
Antonio Lignan
1758eaa08c
Zoul: updated pin-out images
2016-09-28 16:54:51 +02:00
Nicolas Tsiftes
272c7b92d0
Merge pull request #1875 from mdlemay/fix-dhcp-ipv6
...
galileo: Omit DHCP code when IPv6 is enabled
2016-09-27 17:04:23 +02:00
Michael LeMay
04446e8da5
galileo: Omit DHCP code when IPv6 is enabled
2016-09-24 17:37:07 -07:00
Nicolas Tsiftes
ef78b44a86
Merge pull request #1871 from gkelly/fix-rpl-debug
...
rpl: fix debugging PRINTF in find_removable_dio
2016-09-23 13:34:49 +02:00
Simon Duquennoy
75090f648a
Merge pull request #1870 from simonduq/pr/cc1200-1.2kbps
...
CC1200 added config for 1.2 kbps
2016-09-23 13:13:26 +02:00
Antonio Lignan
75e260b2fc
Zoul: added new Firefly revision A
2016-09-23 11:44:33 +02:00
Simon Duquennoy
ba739f679e
cc1200: configurable tx-rx turaround time
2016-09-23 09:41:20 +02:00
Simon Duquennoy
5dd3d03699
cc1200: call watchdog_periodic while in busy-wait
2016-09-23 09:10:42 +02:00
Simon Duquennoy
086499a864
cc1200: added configuration for 868 MHz 2-FSK at 1.2 kbps
2016-09-23 09:06:14 +02:00
Simon Duquennoy
622d576439
cc1200: configure RSSI offset as part of cc1200_rf_cfg
2016-09-23 09:06:13 +02:00
Simon Duquennoy
97843ed322
cc1200: use Hz instead of kHz for channel spacing
2016-09-23 09:06:05 +02:00
Antonio Lignan
e206984d90
Merge pull request #1873 from MohamedSeliem/patch-7
...
Doxygen Fix
2016-09-23 08:31:41 +02:00
Antonio Lignan
e658bdfcfe
Merge pull request #1860 from alignan/pull/remote-power-mgmt
...
Zoul: power management driver for the RE-Mote revision B
2016-09-23 08:30:56 +02:00
Antonio Lignan
95ed9a9a91
Merge pull request #1859 from alignan/pull/remote-rtcc-update
...
Zoul: RTCC with trigger selection and second-based time increase
2016-09-23 08:30:20 +02:00
Mohamed Seliem
150b97879d
Doxygen Fix
...
this minor fixation to avoid Doxygen bug, which appears when doing this in the documented code:
/**
* \exception \c text
*/
void foo();
2016-09-22 22:30:54 +02:00
Antonio Lignan
268330c7e5
Zoul: power management driver for the RE-Mote revision B
2016-09-22 21:45:54 +02:00
Garret Kelly
42c4cb94e0
rpl: fix debugging PRINTF in find_removable_dio
2016-09-22 10:54:55 -04:00
Antonio Lignan
6aa5890e73
Merge pull request #1869 from nfi/cooja-export-simulations-with-wismote-and-z1
...
Added support in Cooja to include Wismote and Z1 motes when exporting simulations
2016-09-22 12:26:11 +02:00
Niclas Finne
e648373677
Cooja now supports Wismote and Z1 motes when exporting simulations as
...
executable JAR.
2016-09-22 10:56:56 +02:00
Mohamed Seliem
682abac7b7
update uart1.c to include Special function registers bits
...
including "sfr-bits.h" to define PERCFG_U1CFG, and UCSR_MODE
2016-09-21 14:32:09 +02:00
Yannic Schröder
d524211c2a
Clean exit of serialdump when hitting Ctrl-C
...
Ctrl-C is the best way to close serialdump after using make login.
With a clean exit it will signal to make that the make run was successful.
2016-09-20 14:18:21 +02:00
Yannic Schröder
9e080e8aa5
Terminate serialdump when serial device disconnects
...
The running serialdump does not recover from a disconnected device but
runs indefinitely with outputting anything. This makes it quit with a
proper error message.
2016-09-20 14:16:40 +02:00
Yannic Schröder
2974b796d1
Initialize serialdump termios properly
...
termios i_flags were not initialized and could be set to arbitrary values
this resulted in unpredicted behaviour of the output like additional
newlines
2016-09-20 14:14:14 +02:00
Sumankumar Panchal
7803131ea8
Wismote: Added support for Battery voltage measurement
2016-09-17 11:41:30 +05:30
Antonio Lignan
3f4436bac9
Merge pull request #1846 from alignan/pull/msp430-uart0-baud-ubr-fix
...
MSP430/F2xxx: fix ubr msb byte being hardcoded to zero
2016-09-14 09:08:25 +02:00
George Oikonomou
be1f19ad73
Merge pull request #1851 from kqorany/patch-1
...
Improve multicast documentation
2016-09-14 06:53:14 +01:00
George Oikonomou
94d900a76f
Merge pull request #1857 from alignan/pull/remote-revb
...
Zoul: RE-Mote revision B
2016-09-14 06:52:02 +01:00
Antonio Lignan
072bf74aa2
Added RTCC function to increase current time in seconds
2016-09-13 15:16:54 +02:00
Antonio Lignan
d1a7740a2c
Updated RTCC driver with selectable INT1/INT2 trigger
2016-09-13 15:16:54 +02:00
Antonio Lignan
980de99472
Zoul: Removed misplaced project target
2016-09-13 15:15:24 +02:00
Mohamed Seliem
f6795b4972
Neighbor Solicitation Processing (ns_input)
...
In the newest version of contiki, the function uip_nd6_ns_input() is obsolete.
ns_input function is defined static to be restrictively used in uip-nd6.c file, so removing the obsolete function requires moving the function description to the new function
2016-09-13 09:24:46 +02:00
Nicolas Tsiftes
2d49edfc57
Merge pull request #1849 from MohamedSeliem/patch3
...
Make UIP_CONF_DS6_ROUTE_NBU and DS6_NBR_NBU, DS6_ROUTE_NBU obsolete
2016-09-12 14:25:59 +02:00
Mohamed Seliem
675d9325b9
DAD: Remove useless "if" that tests if the source address is unspecified
...
No need to do the unspecified address twice.
#if UIP_ND6_DEF_MAXDADNS > 0
if(uip_is_addr_unspecified(&UIP_IP_BUF->srcipaddr)) {
/* DAD CASE */
..........
#else /* UIP_ND6_DEF_MAXDADNS > 0 */
if(uip_is_addr_unspecified(&UIP_IP_BUF->srcipaddr)) {
/* DAD CASE */
goto discard;
#endif /* UIP_ND6_DEF_MAXDADNS > 0 */
this logic will bring confusion, especially if you analyze the other ND functions (NUD, address resolution) .
2016-09-10 10:56:19 +02:00
Nicolas Tsiftes
8bf235ef86
Merge pull request #1836 from mdlemay/dhcp
...
galileo: Add process to perform DHCP configuration
2016-09-09 16:55:05 +02:00