Giter Club home page Giter Club logo

jocktos's People

Contributors

jgoard avatar nick-a-schneider avatar

Stargazers

 avatar

Watchers

 avatar

jocktos's Issues

flush out repo README

the main README.md needs to outline the project goals, status and build instructions for the firmware and documentation

Bring documentation up to date

The place holder docs are functional enough, and JOCKTOS has enough functionality that the rst docs should be updated to describe what we have so far.

Bring documentation up to date

The place holder docs are functional enough, and JOCKTOS has enough functionality that the rst docs should be updated to describe what we have so far.

Sleep for OS idle loop

          ```suggestion

WFI()

Simplest thing that we can do is just to include that into the scheduler. It will sleep until the next interrupt, and when no tasks are active. 

We could just try this for now since issues with memory retention and wakeup sources will be something we need to consider before diving deeper.

Some deeper sleep states will incur a small delay before becoming fully active again as clock sources re-stabilize, etc.

_Originally posted by @JGoard in https://github.com/JGoard/JOCKTOS/pull/8#discussion_r1702441060_
            

flush out repo README

the main README.md needs to outline the project goals, status and build instructions for the firmware and documentation

Current High Priority Issues (08/03/2024)

Nick and I will be cleaning up the comments for each of the libraries and making the project look more presentable...

Josh Tasks Include

  • Clean and comment sufficiently Jocktos.h, os, timers, and synchro
    • Get rid of hungarian notation in these places
  • Privatize/Encapsulate Semaphore attributes that we do not want to be accessed
  • Look at timers.h, start thinking about how to set up clock peripherals
  • Make two tasks, one as an inflating task fighting for a semaphore,

Nick Tasks include

  • Clean and comment tcb, main, and allocator
    • Get rid of hungarian notation in these places
  • Rewrite allocator functions for use with uint32 and not uint64
  • Fix uintptr sizeof issue on line 89 in allocator

To be considered at some point...

  • Enabling FPU and refactoring stack init to do so

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.