Giter Club home page Giter Club logo

allwinner_t113's Introduction

Bla

This is Freertos on Allwinner T113 chip. (chip because it is not mcu, more like SOC)

features of this project

  • FreeRTOS with single core (yes i suck, no smp yet)
  • interrupt controller GICv2
  • OHCI using tinyUSB
  • Working graphics with 800x480 lcd (chineese noname/nomarking lcd)
  • twi is not working/finished
  • uart output is blocking (yes seriously no dma or interrupts)

Some details

Clocking of the cpu is 1008MHz.

DDR3 is initialized by the proprietary code in xfel. There is no bootloader yet. Get uboot or something.

USB OHCI Support is a bit hackish. I had to add cache invalidate/clear on some places. It will need very minor change for clean implementation.

LCD output is single buffered. Double buffer is written already, but not tested or enabled yet.

Documentation

License

There are many projects included here: TinyUSB (MIT License), tinyprintf(BSD3), TLSF(BSD), FreeROTS(MIT License), CMSIS_5(Apache license v2.0)

Startup (start.S + parts of irq.c and asm/*S) are from Xboot project

Other than that all files are my work, and released under public domain. Do whatever you want :-)

allwinner_t113's People

Contributors

robots avatar

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.