aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-09-07[spelling] signalling --> signaling (#162)John Grossman
2016-08-25[spelling] spelling-fixes. (not external/)klemens
2016-06-03[kernel] Add debug tracking of stack memory usage.Erik Gilling
2016-06-02[usbc] Add a usbc_flush_ep call to flush a given USB endpointGurjant Kalsi
2016-04-18[cdcserial][usb] Add a CDC-Serial USB Class Driver.Gurjant Kalsi
2016-03-28[usb] Allow client code to specify USB endpoint type.Gurjant Kalsi
2016-03-24[lib] Add begin/end cdecls to gfx and font header.cstout
2016-03-23[heap] Add API used by Dartino to get arena listErik Corry
2016-03-10[display] Refactor to avoid implicit framebuffer allocation.cstout
2016-03-04[display] Add DISPLAY_FORMAT_RGB_x111cstout
2016-03-03[display] Add __BEGIN_CDECLScstout
2016-02-29[arch][x86] flatten x86-64 and x86 into a single tree of codeTravis Geiselbrecht
2016-02-29[kernel] fix threadload on some UP systemsTravis Geiselbrecht
2016-02-26Move concat define to the one place that needs it.cstout
2016-02-25[target][dartuinoP0] Allow for varying framebuffer format and stride.cstout
2016-02-23[kernel] add more controlled way to switch vmm address spacesTravis Geiselbrecht
2016-02-23[ports] Add an API to dynamically add/remove ports from a port group.Gurjant Kalsi
2016-02-21[dev][usb] C++ header guard the usb headersTravis Geiselbrecht
2016-02-20[lib][cksum] move into external/Travis Geiselbrecht
2016-02-20[lib][aes] move to external/Travis Geiselbrecht
2016-02-16[libc][include] move most of the top level includes into lib/libc/includeTravis Geiselbrecht
2016-02-16[kernel][vm] get rid of external declaration of address_to_pageTravis Geiselbrecht
2016-02-16[kernel][vm] add support for multiple user address spacesTravis Geiselbrecht
2016-02-14[vmm] move most users of arch_mmu_query directly to vaddr_to_paddr()Travis Geiselbrecht
2016-02-14[vim] remove vim expandtab comments on most of the filesTravis Geiselbrecht
2016-02-14[style] mass reformat all the non external code to 4 space indentsTravis Geiselbrecht
2016-02-09[magic][constants] Convert all of LK's multichar character kernel magic const...Gurjant Kalsi
2016-02-09[magic][constants] Convert LK's multichar character constants to hex.Gurjant Kalsi
2016-02-08[include][stdint.h] Add definition of INTN_C and UINTN_C macrosMichael Ryleev
2016-02-07Add round_up_pow2_u32() to pow2.hErik Gilling
2016-02-07[lib][io] move all the io stuff into lib/ioTravis Geiselbrecht
2016-02-07[lib][libc] move the io hooks into a separate struct that the handle points toTravis Geiselbrecht
2016-02-07[lib][libc] move the io function dispatch into a new handle out of FILE *Travis Geiselbrecht
2016-02-07[lib][debug] have the panic shell return a pointer, disable the shell if unim...Travis Geiselbrecht
2016-02-07[lib][libc] rearrange the io stack a bit and move code out of lib/debug into ...Travis Geiselbrecht
2016-02-07[lib][libc] simplify the stdio call stack a bit and output via a single write...Travis Geiselbrecht
2016-02-07[lib][debug] reformat with space indentsTravis Geiselbrecht
2016-01-17[kernel][smp] reduce impact of SMP code on UP buildsBrian Swetland
2016-01-05[merge] merge dartuino sensor development branchTravis Geiselbrecht
2015-12-16[qemu][m4][gfx][display] Get the VNC based LCD working on the qemu-m4 port.Gurjant Kalsi
2015-12-14[lib][tga] reformat the tga decoder libraryTravis Geiselbrecht
2015-12-14[dartuino][lcd][gfx] Added support for colour lcd, refactored sharp lcd codeGurjant Kalsi
2015-12-08[gfx][colour] Separate surface manipulation functions from colour translation...Gurjant Kalsi
2015-12-07[gfx][dartuino][lcd] Get the sharp memory lcd working on the dartuinoGurjant Kalsi
2015-12-03[assert] Exclude static_assert macro when using C++Carlos Pizano
2015-12-02[bmi055][sensors][gpio]driver for bosch bmi055Eric Holland
2015-11-20[kernel][ports] Add basic ports functionalityCarlos Pizano
2015-11-19[dev][usb] allow anyone to register for callback events from the usb stackTravis Geiselbrecht
2015-11-19[dev][usb] reformat usb device stack to spacesTravis Geiselbrecht
2015-11-13[lib][cmpctmalloc] Tweak bucket sizes to optimize power-of-2 allocs. Fix and ...Erik Corry