Travis Geiselbrecht 961a556813 [platform][stm32f7xx][uart] add support for more than one active uart
At the moment still only has hard coded bits for uart 1 and 3. Things
are declared in a wonky way to avoid allocating large structures unnecessarily.
2015-11-23 12:46:34 -08:00
2015-11-20 14:51:31 -08:00
2015-09-02 17:11:51 -07:00
2015-01-29 20:38:19 -08:00

LK

The LK embedded kernel. An SMP-aware kernel designed for small systems.

See travisg/lk for the latest version.

to build and test for ARM on linux

  1. install or build qemu. v2.4 and above is recommended.
  2. install gcc for embedded arm (see note 1)
  3. run scripts/do-qemuarm (from the lk directory)
  4. you should see 'welcome to lk/MP'

This will get you a interactive prompt into LK which is running in qemu arm machine 'virt' emulation. type 'help' for commands.

note 1: for ubuntu: sudo apt-get install gcc-arm-none-eabi or fetch a prebuilt toolchain from http://newos.org/toolchains/arm-eabi-5.2.0-Linux-x86_64.tar.xz

Description
No description provided
Readme MIT 39 MiB
Languages
C 80.6%
C++ 10.8%
Assembly 3.6%
Makefile 3.4%
Python 1%
Other 0.6%