Simon Duquennoy
|
722b3258d1
|
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
|
2014-12-01 20:13:09 +01:00 |
|
kkrentz
|
c032b67969
|
llsec: Noncompromise-resilient 802.15.4 security
|
2014-08-05 05:07:05 -07:00 |
|
kkrentz
|
c396a85364
|
llsec: Added a layer in between NETSTACK_MAC and NETSTACK_NETWORK for implementing link layer security
|
2014-08-04 01:09:57 -07:00 |
|
Adam Dunkels
|
824d2047da
|
Add the explicit list of modules, since we cannot do auto-dependency management of them
|
2014-01-26 23:20:47 +01:00 |
|
Adam Dunkels
|
aaf0f83120
|
Add cxmac module to the sky platform
|
2014-01-26 23:20:35 +01:00 |
|
Adam Dunkels
|
34d46fa533
|
Include driver modules
|
2014-01-26 23:20:32 +01:00 |
|
Adam Dunkels
|
d91bab9104
|
Include a basic set of modules
|
2014-01-26 23:20:28 +01:00 |
|
Adam Dunkels
|
6185da7b80
|
Default to SMALL unless otherwise specified, to get size of binaries smaller so that Contiki with RPL/IPv6 fits on the Tmote Sky again.
|
2012-01-18 06:13:17 -08:00 |
|
nifi
|
bf198ec695
|
Moved sensors setup to contiki-sky-platform.c and common make rules to Makefile.common for easier reuse in similar platforms
|
2010-05-03 13:51:11 +00:00 |
|
fros4943
|
f36cfffc99
|
Makefile target for uploading precompiled firmware, example:
make upload-ihex FILE=myfile.ihex
|
2010-03-10 11:46:57 +00:00 |
|
joxe
|
3a2eec2b1a
|
fixed ext-sensor for jcreate
|
2010-02-13 11:20:48 +00:00 |
|
joxe
|
fd4aebdf7f
|
refactored some ADC code into sky-sensors and made it possible to turn off sensors to save energy
|
2010-02-02 20:59:45 +00:00 |
|
nifi
|
467df8ad4c
|
reverted accidental commit
|
2010-01-14 22:26:38 +00:00 |
|
adamdunkels
|
bb63085f60
|
Added SHT11 sensor API for Tmote Sky
|
2010-01-14 20:16:52 +00:00 |
|
nifi
|
dbe56e4666
|
Updated to match the new sensors API
|
2010-01-14 20:01:18 +00:00 |
|
joxe
|
3c0dcb45c7
|
fixed for updated sensors API
|
2010-01-14 15:50:13 +00:00 |
|
joxe
|
31ea888b75
|
fixed Sky platform for new sensor APIs
|
2010-01-14 14:00:38 +00:00 |
|
adamdunkels
|
e3fed27f4a
|
Broke out the CC2420 SFD interrupt into a separate file to allow easier overloading with project-specific files
|
2009-12-05 19:42:56 +00:00 |
|
adamdunkels
|
f03caa357e
|
Allow reprogramming invidual nodes with 'make file.upload MOTE=x' where x is the mote number just like with make login
|
2009-10-29 22:10:21 +00:00 |
|
adamdunkels
|
b71faae330
|
ext-sensor: new driver for external sensors (e.g. Phidgets) on the Sentilla JCreate, developed by Marcus Lunden
|
2009-08-25 16:24:49 +00:00 |
|
joxe
|
e16d4b0f06
|
fixed IPV6 flags for sky
|
2009-06-26 12:00:49 +00:00 |
|
adamdunkels
|
bbab7ba55c
|
When the tmote-bsl binary is found, program only one mote at once (parallel programming with tmote-bsl doesn't seem to work)
|
2009-04-29 11:42:56 +00:00 |
|
adamdunkels
|
2e37fca49f
|
Check for tmote-bsl-linux binary under linux, and use it is available
|
2009-04-10 07:43:29 +00:00 |
|
fros4943
|
b730fb329d
|
changed upload rules due to problems on linux platforms
|
2009-04-02 11:15:30 +00:00 |
|
fros4943
|
ac22ad5081
|
changed the Makefile rules for uploading to sky-nodes.
the earlier approach caused problems sometimes, resulting in command succeeding without all nodes being reprogrammed
|
2009-03-26 13:29:44 +00:00 |
|
fros4943
|
c16921f108
|
checkpointing library implemented for the sky platform (cfs interface is currently not optimized)
|
2009-02-04 17:51:49 +00:00 |
|
adamdunkels
|
e70b45c102
|
Updated to make use of the tmote-bsl instead of msp430-bsl (needed for the Sentilla JCreate) if it exists
|
2009-01-15 22:12:46 +00:00 |
|
adamdunkels
|
29fe3d8741
|
Added acc-sensor.c, dDriver for the acceleromenter sensors on the Sentilla JCreate board
|
2009-01-15 21:07:03 +00:00 |
|
joxe
|
1a1ddd0bd5
|
removed energest-arch from sky and esb platforms
|
2008-09-29 12:38:18 +00:00 |
|
adamdunkels
|
dafa1d89a2
|
Added cc2420-aes.c (functions for interfacing the build-in AES support of the CC2420)
|
2008-07-02 08:47:05 +00:00 |
|
adamdunkels
|
1586d8f36f
|
Changed filename of the CC2420 driver from simple-cc2420 to cc2420.
|
2008-07-01 21:02:51 +00:00 |
|
adamdunkels
|
d134a1fcb1
|
Moved sky-specific make targets from the tools/sky/Makefile to the more natural platform/sky/Makefile.sky. Added a number of convenient targets for accessing the serial port.
|
2008-05-29 20:15:49 +00:00 |
|
adamdunkels
|
959c4f3ee2
|
Removed ENERGEST_CONF_ON which is present in contiki-conf.h anyway
|
2008-01-08 08:18:00 +00:00 |
|
adamdunkels
|
b2f030897c
|
Removed unused file rom.c
|
2007-11-28 23:31:53 +00:00 |
|
adamdunkels
|
58d442ab2f
|
Removed buggy button.c that is and should not be used
|
2007-11-18 12:02:49 +00:00 |
|
adamdunkels
|
2140576ac9
|
Added battery-sensor.c
|
2007-11-13 20:37:18 +00:00 |
|
adamdunkels
|
dd8469ee4a
|
Added inclusion of Tmote Sky bulk upload makefile
|
2007-10-25 13:28:15 +00:00 |
|
adamdunkels
|
ca356ea2e2
|
Added CC2420 driver
|
2007-05-25 08:08:21 +00:00 |
|
adamdunkels
|
dab63c4c6b
|
Added energy estimation, leds instead of minileds to be able to do energy estimation on leds
|
2007-05-22 21:16:37 +00:00 |
|
adamdunkels
|
71573a4968
|
Added sht11 driver, energy estimation. Removed IP/SLIP support for now
|
2007-05-15 08:11:59 +00:00 |
|
adamdunkels
|
6914fd8ae0
|
Removed loader/ subdirectory
|
2007-03-25 17:21:33 +00:00 |
|
nifi
|
14892592c6
|
changed to use msp430-bsl to upload programs
|
2007-03-23 16:27:14 +00:00 |
|
adamdunkels
|
aea251f807
|
added radio-sensor
|
2007-03-22 23:59:54 +00:00 |
|
adamdunkels
|
630ec03ba1
|
Added IP/SLIP support
|
2007-03-22 19:04:43 +00:00 |
|
adamdunkels
|
13938ab079
|
Added CFS xmem module
|
2007-03-21 23:26:12 +00:00 |
|
adamdunkels
|
cccd13ca75
|
Files for incorporating the Tmote Sky port into the Contiki build system
|
2007-03-15 21:44:28 +00:00 |
|