Code Monkey home page Code Monkey logo

osdomotics / osd-contiki Goto Github PK

View Code? Open in Web Editor NEW

This project forked from contiki-os/contiki

9.0 9.0 11.0 77.78 MB

The official git repository for OSD-Contiki, the open source OS for the Internet of Things

Home Page: http://wiki.osdomotics.com

License: Other

C 79.42% C++ 6.01% JavaScript 0.06% CSS 0.03% Assembly 0.60% Awk 0.01% XSLT 0.02% Python 1.73% Perl 0.34% Shell 0.05% Objective-C 0.04% Makefile 0.39% HTML 0.02% Gnuplot 0.01% Logos 0.03% Java 11.25% Batchfile 0.01% Dockerfile 0.01% Asymptote 0.01%

osd-contiki's People

Contributors

adamdunkels avatar alignan avatar atiselsts avatar bkozak-scanimetrics avatar bthebaudeau avatar cmorty avatar dak664 avatar darconeous avatar enricmcalvo avatar errordeveloper avatar fros4943 avatar g-oikonomou avatar harald42 avatar herjulf avatar hexluthor avatar jelmert avatar jimparis avatar kkrentz avatar laurentderu avatar malvira avatar mdlemay avatar mexx42 avatar mgrella avatar mmuman avatar nfi avatar oliverschmidt avatar schlatterbeck avatar simonduq avatar thomas-ha avatar yatch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osd-contiki's Issues

Please change project description

It says:

"
The official git repository for Contiki, the open source OS for the Internet of Things

http://www.contiki-os.org/
"

while this looks more like the repo for the OSDomotics stuff. Since this repo is valuable on his own ot might make sense to rather point to your wiki instead.

Error on hw_timer.h

Please any one can help with this error !?

In file included from sketch.pde:15,
from sketch.cpp:2:
../../../../cpu/avr/hw_timer.h: In function 'int8_t hwtimer_ini(uint8_t, uint8_t, uint8_t, uint16_t)':
../../../../cpu/avr/hw_timer.h:233: error: 'TCCR3B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:233: error: 'TCCR4B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:233: error: 'TCCR5B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:235: error: 'TCCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:235: error: 'TCCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:235: error: 'TCCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:250: error: 'ICR3' was not declared in this scope
../../../../cpu/avr/hw_timer.h:250: error: 'ICR4' was not declared in this scope
../../../../cpu/avr/hw_timer.h:250: error: 'ICR5' was not declared in this scope
../../../../cpu/avr/hw_timer.h:259: error: 'OCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:259: error: 'OCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:259: error: 'OCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h: In function 'int32_t hwtimer_pwm_max_ticks(uint8_t)':
../../../../cpu/avr/hw_timer.h:392: error: 'TCCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:392: error: 'TCCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:392: error: 'TCCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:393: error: 'TCCR3B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:393: error: 'TCCR4B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:393: error: 'TCCR5B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:409: error: 'OCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:409: error: 'OCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:409: error: 'OCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:414: error: 'ICR3' was not declared in this scope
../../../../cpu/avr/hw_timer.h:414: error: 'ICR4' was not declared in this scope
../../../../cpu/avr/hw_timer.h:414: error: 'ICR5' was not declared in this scope
../../../../cpu/avr/hw_timer.h: In function 'int8_t hwtimer_set_pwm(uint8_t, uint8_t, uint16_t)':
../../../../cpu/avr/hw_timer.h:444: error: 'OCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR3B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR4B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR5B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR1C' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR3C' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR4C' was not declared in this scope
../../../../cpu/avr/hw_timer.h:444: error: 'OCR5C' was not declared in this scope
../../../../cpu/avr/hw_timer.h: In function 'int8_t hwtimer_set_com(uint8_t, uint8_t, uint8_t)':
../../../../cpu/avr/hw_timer.h:465: error: 'TCCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:465: error: 'TCCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:465: error: 'TCCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:467: error: 'TCCR3A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:467: error: 'TCCR4A' was not declared in this scope
../../../../cpu/avr/hw_timer.h:467: error: 'TCCR5A' was not declared in this scope
../../../../cpu/avr/hw_timer.h: In function 'int8_t hwtimer_fin(uint8_t)':
../../../../cpu/avr/hw_timer.h:517: error: 'TCCR3B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:517: error: 'TCCR4B' was not declared in this scope
../../../../cpu/avr/hw_timer.h:517: error: 'TCCR5B' was not declared in this scope
make: *** [obj_arduino/sketch.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.