Go to file
lepton-phlb ba1438889e
Update README.md
added pip install command line for scion tool.
2019-06-20 16:43:45 +02:00
bin/scion/sys/root/src changed PF_INET to AF_INET. 2018-02-15 11:43:04 +01:00
bsp changed path. use explicit path c:/tauon. 2017-07-25 15:33:11 +02:00
dev/scion/sys/root added V1.7.1 stm32 cube package. 2018-02-15 11:56:23 +01:00
executive-sample/executive-base/scion/sys/user/tauon-basic added stm32f4 i2c generic driver. 2018-02-15 11:50:45 +01:00
fs added stm32f4 i2c generic driver. 2018-02-15 11:50:45 +01:00
kernel/scion/sys/root added ioctl specific command for modem and i2c. added driver header for modem ublox sara g3. 2018-02-15 12:02:51 +01:00
lib/scion/sys/root/src/lib added stm32f4 i2c generic driver. 2018-02-15 11:50:45 +01:00
net added support of latest uip from contiki 3.0. 2017-07-17 11:56:24 +02:00
sched added stm32f4 i2c generic driver. 2018-02-15 11:50:45 +01:00
tools/scion/tools added rotary and lcd graphic display on front panel win32 simulation. 2017-07-17 15:59:31 +02:00
.gitignore added support IAR 7.80 2017-03-01 18:53:52 +01:00
README.md Update README.md 2019-06-20 16:43:45 +02:00

README.md

lepton-root.scion

prerequisite scions for lepton operating system construction (python 3, windows 7 or more recent). STILL UNDER CONSTRUCTION

  1. Install scion tool: pip install git+https://github.com/lepton-distribution/seed.scions.git#egg=scion

  2. Open windows console with administrator rigths.

  3. Create lepton rootstock: scion rootstock-install c:/lepton/scion-install

  4. Plant the seed of the lepton graft seeds: scion seed-add https://github.com/lepton-distribution/lepton-seed.scions.git

  5. Grow the lepton source tree with the grafts: scion graft

LEPTON OPERATING SYSTEM

Initial version of lepton scion

Lepton is an open source POSIX "compliant" Operating System for deeply embedded devices. It tries to bring PSE-53 POSIX capabilities to embedded world (including multiprocess, filesystems, IP stacks, BSD socket, messages queues, ...). The system implementation follows an UNIX approach. Unix « philosophy". Everything is file. Everything is a stream of bytes.

The aim of this project, it's not to develop another operating system like GNU/Linux, but an human understandable operating system that provides more services than a realtime kernel, while keeping a reasonable footprint for deeply embedded system.

We hope Lepton will be able to help anybody to develop their personal, school or professional projects easily and quickly.

We are ready to accommodate contributions to improve Lepton and support new features.

Supported platforms: -. ARM Cortex-M7: Atmel SMART SAM V71 Xplained Ultra (Atmel) -. ARM Cortex-M4: STM32F4 Discovery (ST stm32F407) -. ARM Cortex-M4: STM32F4 nuodio project (ST stm32F429) -. ARM Cortex-M4: Olimex P407 (ST stm32F407) -. ARM Cortex-M0+: ATSAMD20 Xplained Pro (Atmel) -. ARM Cortex-M4: TWR-K60N512 (Freescale) -. ARM7: AT91M55800A (Atmel) -. ARM9: AT91SAM9261-EK (Atmel) -. ARM9: AT91SAM9260-EK (Atmel) -. PC (32bits simulation for GNU/Linux and MS Windows)

Lepton provides more than 150 POSIX functions over a real-time operating system that can be: -. Open source FreeRTOS 9.0. -. Proprietary embOS from Segger. -. Open source eCos community (Deprecated).

Lepton offers the ability to use other real-time operating system (closed or open source) like FreeRTOS by using a simple abstraction layer.

Lepton uses some parts of underlying real-time operating system: -. board startup (HAL) -. basic synchronization functions (semaphore, mutex, ...) -. task sheduler -. ISR mechanisms -. some libraries (math.h, stdlib.h, ...)

In addition Lepton/Tauon offers: -. Unix « philosophy". Everything is file. Everything is a stream of bytes. -. more than 150 functions from POSIX standard (IEEE Std 1003.1a: open(), read(), write(), close(), ioctl(), select() …), BSD Socket… realtime extension (1003.1b) and threads extension (1003.1c) -. simple model for device drivers -. UNIX stream to improve "reuse" -. support lwip stack (2.0) -. support uip stack (3.0 extracted from Contiki project ) -. support rootfs, ufs, fat16 (msdos and vfat), fatfs filesystem -. VFS layer to brings new and custom file systems -. USB devices stack and profils CDC-ACM, MSD and Ethernet-ECM (tested only on AT91SAM9261-EK). Full duplex audio class 1 profile and MSD with stm32f4. -. NanoX and FLTK support (FLNX exactly) -. Mongoose WEB server, FTP server (from trollFTPD) and mini shell -. simulation process under GNU/Linux (Tauon) and Windows (Lepton)

Thanks to:

Philippe Le Boulanger (original author of Lepton and maintainer) lepton.phlb@gmail.com

Jean-Jacques Pitrolle (maintainer) lepton.jjp@gmail.com