cortex-from-scratch
2019-10-31 Robin KrensSystem Calls cleanup, multiple Processes and context... master
2019-10-30 Robin Krensbasic scheduling, basic syscall, (added .data copy)
2019-10-22 Robin KrensSYSCALL cleanup and ivt rewrite
2019-10-22 Robin KrensSYSCALL naked assembly working
2019-10-20 Robin KrensMerge branch 'master' of https://github.com/robinkrens...
2019-10-20 Robin Krenskalloc and kfree interface and abstraction
2019-10-20 Robin Krenskalloc and kfree interface and abstraction
2019-10-20 Robin KrensMerge branch 'master' of https://github.com/robinkrens...
2019-10-20 Robin Krenskheap_info and trace
2019-10-19 Robin Krensbasic heap implementation
2019-09-20 Robin KrensUpdate README.md
2019-09-20 Robin Krensst7735s: documentation, ready for merge
2019-09-19 Robin Krensst7735s: font bitmaps and scrolling update (needs review)
2019-09-19 Robin Krensst3375s: linked to stdout, printf, works as an olscool...
2019-09-19 Robin Krensst7735s: scrolling screen
2019-09-18 Robin Krensst7735s: bug fix uninitialized value
2019-09-18 Robin Krensst7735s: houston, we got a letter
2019-09-17 Robin Krensst7735s: tft_fill and tft_setpixel basic functionality
2019-09-17 Robin Krensst7735s: i can draw
2019-09-16 Robin Krensst7735s: signs of life
2019-09-13 Robin Krensmk450: documentation, prepare for merge
2019-09-13 Robin Krensmk450: code clean up and documentation
2019-09-13 Robin Krensmk450: x and y axis basic implementation
2019-09-11 Robin Krensdate and readme update
2019-09-10 Robin Krensprintid and get_temp implementation
2019-09-03 Robin Krensbasic command implementation traditional way
2019-09-02 Robin Krenssketchy slow test with LEDs
2019-08-28 Robin Krenssimple timer input push/pull, output open-drain
2019-08-28 Robin Krenssimple timer with led test
2019-08-14 Robin KrensUpdate README.md
2019-08-14 Robin KrensReadme.md update
2019-08-14 Robin Krensadded commenting, removed deprecated functions
2019-08-14 Robin Krensrtc example with tm1637 driver
2019-08-13 Robin Krensrewrite register function, code formatting
2019-08-13 Robin KrensMerge branch 'tm1637'
2019-08-13 Robin Krensacknowledges for send bits
2019-08-13 Robin Krenstm1637 function routine rewrite
2019-08-13 Robin Krensset address location, reset I2C
2019-08-12 Robin KrensBasic functionality for TM1637
2019-08-12 Robin Krenspretty print EEPROM
2019-08-11 Robin Krenseeprom, cases for n=1, n=2 and n>2
2019-08-11 Robin Krenseeprom sequential read
2019-08-09 Robin Krenseeprom at24c signs of life
2019-08-06 Robin Krensraising and failing edge capture on TIM4
2019-08-05 Robin Krensbasic implemtation general purpose clock and tinyprintf
2019-08-01 Robin Krensrtc implementation
2019-07-30 Robin KrensHSE usage
2019-07-28 Robin Krenstm1637 signs of life, terminal builtin cmds
2019-07-25 Robin Krensbasic led gpio driver
2019-07-24 Robin Krenstested working terminal and reordering of code
2019-07-23 Robin Krensbasic terminal
2019-07-22 Robin Krensfixed-sized memory pool allocator
2019-07-19 Robin Krenssmall system SRAM info output
2019-07-19 Robin Krensfurther ivt and isr implementation
2019-07-18 Robin Krensuart small ping pong receive, update of register functions
2019-07-15 Robin Krensbasic memory management and uart wait fix
2019-07-14 Robin Krensuart functionality (delay) + interrupt tested
2019-07-13 Robin Krensbasic uart functionality (not tested)
2019-07-10 Robin Krensimplementation of interrupts, SysTick exception
2019-07-10 Robin Krensinit vector implementation
2019-07-09 Robin Krensprint to uart0 [note: always printed on screen through...
2019-07-08 Robin Krensjump to c
2019-07-05 Robin Krensstatic RAM (.data) usage
2019-07-05 Robin Krensfirst commit, basic setup and makefile