[include][stdint.h] Add definition of INTN_C and  UINTN_C macros

 INT8_C, INT16_C, INT32_C, INT64_C, INTMAX_C
 UINT8_C, UINT16_C  UINT32_C, UINT64_C and UINTMAX_C
 variants are supported.

Change-Id: I3e94d0c93db51afe5633180d2520c0c2b99c63dc
1 file changed
tree: acfd805f2c79118d096326805a92f880070c6822
  1. app/
  2. arch/
  3. dev/
  4. include/
  5. kernel/
  6. lib/
  7. make/
  8. platform/
  9. project/
  10. scripts/
  11. target/
  12. tools/
  13. top/
  14. .gitignore
  15. .travis.yml
  16. engine.mk
  17. LICENSE
  18. lk_inc.mk.example
  19. makefile
  20. README.md
README.md

LK

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

See http://github.com/littlekernel/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