Giter Site home page Giter Site logo

contikicoreforarduino's Introduction

ContikiCoreForArduino

Library containing some core components of Contiki-OS for ESP32 and RP2040.

Components

Contained are a few Contiki core components. Those are protothreads, processes, timers and etimers.

The actual scheduling of the processes has to be done in the Arduino main loop, see example.

What's missing?

  • the scheduling loop is actually polling which should not be the case
    • scheduling should be timer interrupt triggered
    • device should go to low power between scheduling events
  • release notes which appear at the proper place in pio
  • generation of build configuration depending on CPU, currently this is done via ifdefs which is not the nice way...

Release Notes

0.0.8 (2022-11-23)

  • new target: RP2040
  • added Contiki ctimer

0.0.7 (2020-03-08)

  • library is now a pio project on its own

0.0.6 (2020-03-01)

  • initial release

contikicoreforarduino's People

Contributors

rgrr avatar

Watchers

James Cloos avatar

contikicoreforarduino's Issues

Missing esp32-hal-timer.h

Hello,

I installed it via platformio and tried to compile it, but it failed by saying that the project is missing the esp32-hal-timer.h header file. Tried to find it, but I assume that we need an freertos SDK or smthg. It would be great if we have a description on how to.

What library do I need for successful compilation? Can I use it for ESP8266 as well?

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.