Carlos Pizano e7eeca7e65 Conditionally use HSE clock config.
The stm32f7-discovery seems ok with the external xtal.
2015-09-01 16:00:35 -07:00
2015-08-28 15:03:17 -07:00
2015-01-29 11:00:33 +01:00
2015-08-31 12:16:49 -07:00
2015-01-29 20:38:19 -08:00
2015-07-08 00:10:58 -07:00

lk

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

See travisg/lk for the latest version.

build and test for ARM on linux

  1. install qemu
  2. install gcc for embedded arm (see note 1)
  3. run scripts/do-qemu (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 vexpress_a9 emulation. type 'help' for commands.

To quit you might need to kill .

note 1: for ubuntu this seem to work: sudo apt-get install gcc-arm-none-eabi

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%