George Oikonomou
1b0470687b
Change the cc2531 usb stick descriptor
...
The CC2531 USB stick now identifies itself as a
'Texas Instruments CC2531 USB Dongle' and uses a
TI-assigmed VID:PID. The VID:PID is now configurable
in contiki- or project-conf.h
2013-08-09 15:51:58 +01:00
George Oikonomou
0614c4e720
No longer build rpl-of0 for Sensinodes
2013-08-09 15:50:47 +01:00
George Oikonomou
6a79ac3b2d
Increase 8051 plaform configurability
2013-08-09 15:50:47 +01:00
George Oikonomou
70d8bd71df
Disable example-defined putchar for 8051 platforms
2013-08-09 15:50:47 +01:00
George Oikonomou
ecf8ca55ef
Move SLIP interface define to project-conf
2013-08-09 15:50:47 +01:00
George Oikonomou
fa166116b7
Auto-enable SLIP for 8051-based platforms
2013-08-09 15:50:47 +01:00
George Oikonomou
0a7094bc39
Remove leftover make targets
...
The sensinode platform does not support .upload and .serialdump
Their presence in the makefile has confused in the past confused
some users. This commit removes them
The commit also removes the $(OBJECTDIR)/%.rel: %.cS recipe which
is not used by either 8051 platform and is probably broken anyway,
since it has been unmaintained for years
2013-08-09 15:48:05 +01:00
Adam Dunkels
70eb439a88
Merge pull request #325 from g-oikonomou/cc2538-tools-release
...
CC2538 IEEE address and README updates
2013-08-07 08:25:30 -07:00
George Oikonomou
81318909e0
Read IEEE address from InfoPage by default
2013-08-07 15:28:33 +01:00
George Oikonomou
6b01b36cc9
Update readme references and tool download URLs
2013-08-07 15:28:04 +01:00
George Oikonomou
64c16d4be1
Adjust a config define to its new name
2013-08-07 15:27:19 +01:00
Adam Dunkels
99c331382b
Turn off the LCD by default as it is somewhat flaky
2013-08-06 21:33:03 +02:00
Adam Dunkels
e147c63044
Added mspgcc 4.7.x flags
2013-08-06 21:33:03 +02:00
Oliver Schmidt
6ab336f55f
Several minor consistency improvements.
2013-07-31 00:55:31 +02:00
Oliver Schmidt
8d23d1b0bb
Support the recently added verbosity control.
2013-07-31 00:15:38 +02:00
Oliver Schmidt
3cda787264
Be consistent with tab chars in Makefiles.
2013-07-30 23:39:02 +02:00
Adam Dunkels
54f2109134
Merge pull request #290 from simonduq/rpl-mrhof-etx-nomc
...
Update of RPL MRHOF (use no metric container with ETX [RFC6719])
2013-07-29 00:56:25 -07:00
Mariano Alvira
5d19de3dbf
Merge pull request #266 from ismb-pert/fix-mbxxx
...
mb851 platform is now the more generic mbxxx. STM32W_CPUREV environment variable is used to select the variant of STM32W to use.
2013-07-26 07:38:11 -07:00
Nicolas Tsiftes
8f5941a4c9
Merge pull request #253 from JelmerT/feature-z1-tlc59116
...
TLC59116 I2C led driver for Zolertia Z1
2013-07-23 11:09:02 -07:00
Simon Duquennoy
defcc639ce
Use no metric container when having MRHOF with ETX, as specified in RFC6719. Renamed rpl-of-etx to rpl-mrhof.
2013-07-23 19:36:38 +02:00
stefano pascali
36e7db42de
Some little refactor
2013-07-19 16:15:55 +02:00
stefano pascali
b43ce0f677
Travis-ci tweaks, added CPUREV to 01 regression test, needed by mbxxx platform
2013-07-12 17:07:04 +02:00
stefano pascali
fcb09d5d30
Fixed mbxxx platform
2013-07-11 17:56:17 +02:00
Robert Quattlebaum
0308d3fcf0
settings: Correct a problem where sometimes CC_INLINE is not defined properly.
2013-07-02 08:46:03 -07:00
Jelmer Tiete
4e0d5cf65e
Corrected copyright holder.
2013-06-24 16:13:35 +02:00
Jelmer Tiete
9810bfbcfd
contiki code style changes and copyright update + added source to ARCH instead of SOURCEFILES in platform Makefile
2013-06-24 15:17:52 +02:00
Jelmer Tiete
0a4a14aacb
added tlc59116 datasheet url
2013-06-24 15:17:52 +02:00
Jelmer Tiete
ed8be502db
tlc59116 for zolertia, added 0 values at init and code clean-up
2013-06-24 15:17:52 +02:00
Jelmer Tiete
cc2567b988
working tlc59116 implementation for z1
2013-06-24 15:17:52 +02:00
Jelmer Tiete
8b61492152
first implementation for tlc59116 on z1
2013-06-24 15:17:52 +02:00
Peter A. Bigot
5fc0575e99
Makefile.include: support make clean all
...
Historically $(OBJECTDIR) was created when Makefile.include is read. A
consequence is that combining "clean" with "all" (or any other build
target) results in an error because the clean removes the object
directory that is required to exist when building dependencies.
Creating $(OBJECTDIR) on-demand ensures it is present when needed.
Removed creation of $(OBJECTDIR) on initial read, and added an order-only
dependency forcing its creation all Makefile* rules where the target is
explicitly or implicitly in $(OBJECTDIR).
2013-06-20 17:45:41 -05:00
Oliver Schmidt
af93e5fbd9
Merge pull request #274 from oliverschmidt/master
...
Made use of Atari XL shadow RAM.
2013-06-18 13:38:08 -07:00
Oliver Schmidt
b90a1e2417
Made use of Atari XL shadow RAM.
...
The new Atari XL target allows cc65 programs to make use of
the shadow RAM. This allows to turn aon all features of the
web browser - and will allow for additional improvements to
come :-)
2013-06-18 22:36:58 +02:00
Oliver Schmidt
807293ab6d
Merge pull request #267 from oliverschmidt/master
...
Removed some more old RCS tags from the Contiki source tree.
2013-06-13 06:55:47 -07:00
Oliver Schmidt
79bb5ea73f
Removed some more old RCS tags from the Contiki source tree.
2013-06-13 15:54:26 +02:00
Matthias Kovatsch
58dd33b145
Fixing minimal-net for Cygwin.
2013-06-06 19:04:11 +02:00
Oliver Schmidt
d636d7110f
Added platform 'Atari XL'.
...
Don't be afraid, I'm not trying to have more retro platforms than "real" platforms ;-)
The platform 'atarixl' will replace the platform 'atari'. However I need both for some
transition period.
2013-06-01 22:49:00 +02:00
Oliver Schmidt
c138dc758a
Removed obsolete file.
...
I wrote:
> Moved from last cc65 release (2.13.3) to recent cc65 snapshot (2.13.9).
> [...]
> Atari:
> - The builtin linker config allows to override the start addr so there no more need for a custom linker config.
> [...]
However I didn't actually remove the custom linker config not needed anymore.
2013-06-01 22:38:45 +02:00
Robert Quattlebaum
36fbbe48aa
Merge pull request #244 from darconeous/pull-requests/cpu-native-tapdev-ipv6-fix
...
native/net/tapdev: Fix for new `UIP_CONF_IPV6` handling.
2013-05-21 17:42:44 -07:00
Nicolas Tsiftes
a445c4020d
Merge pull request #153 from darconeous/pull-requests/cpu-avr-bootloader
...
avr/bootloader.c: Now compatible with bootloaders which always run first
2013-05-20 05:49:13 -07:00
Nicolas Tsiftes
4b80ad9c89
Merge pull request #239 from darconeous/pull-requests/avr-ravenusb-rpl
...
avr-ravenusb/cdc_task: Fix compile issues.
2013-05-20 04:42:03 -07:00
Robert Quattlebaum
09eec82d08
Merge pull request #134 from darconeous/pull-requests/cpu-avr-avrdude-mcu
...
cpu/avr: Added "AVRDUDE_MCU" configuration parameter.
2013-05-19 17:35:26 -07:00
Robert Quattlebaum
9c70e0e5cc
native/net/tapdev: Fix for new UIP_CONF_IPV6
handling.
2013-05-19 17:27:30 -07:00
Robert Quattlebaum
674f70b6c3
cpu/avr: Added "AVRDUDE_MCU" configuration parameter.
2013-05-19 14:23:31 -07:00
Adam Dunkels
aaac20a950
Merge pull request #225 from tecip-nes/pic32_minor_reorganization
...
Pic32 minor reorganization
2013-05-19 14:22:14 -07:00
Robert Quattlebaum
3e0666265d
avr-ravenusb/cdc_task: Fix compile issues.
...
A lot more changes are in the pipeline, but compiling is a good start.
2013-05-19 11:31:01 -07:00
Robert Quattlebaum
92b4f5fe59
platform/econotag: Allow RPL and Router settings to be overridden.
2013-05-19 08:21:18 -07:00
Robert Quattlebaum
9c17a542a7
avr/bootloader.c: Now compatible with bootloaders which always run first.
...
The boot loader now knows when to go into bootstrap mode by
looking for a specific EEPROM value. Also updated code style
to match Contiki code style guidelines.
2013-05-19 08:21:16 -07:00
Mariano Alvira
5df586e09d
Merge pull request #184 from g-oikonomou/bug-fixes/rimestats
...
Rimestats Fix (#183 )
2013-05-19 07:45:22 -07:00
Mariano Alvira
26d81d85a1
Merge pull request #228 from g-oikonomou/bug-fixes/uip-conf-ipv6
...
Fix 8051 port builds to play nicely with #173
2013-05-18 15:36:59 -07:00