Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 2.08 KB

TODO.md

File metadata and controls

38 lines (36 loc) · 2.08 KB

TODO List

  • Upgrade qemu tools
  • Add more tools support: trace-cmd, perf, memtester, mtools, genext2fs
  • Add prebuilt toolchains with sysroot for buildroot
  • Add LDT, LDD3 examples, need kernel modules support
  • Add more kernel features: BFS
  • Add more examples and utilities
  • Add more test functions: testsuites, benchmarks and test automation
  • Do we need to save/restore every checking out of source code
  • Find out kernel option dependencies for non-interactive config method
  • Add dhcp support
  • Add elixir cli, web and vim plugin support, github.com/bootlin/elixir
  • Reuse uboot and qemu source code in buildroot?
  • Allow terminal users to share their own boards online
  • Instruction encoding/decoding support should be added to easier ISA understanding: pwntools
  • Modulize the core Makefile to 'APP' level, reduce coupling and increase scalability & maintainability
  • More 'APP's and functions: from top to bottom
    • GUI System
    • Tools for profile, trace and debug
    • Operating Systems, include busybox, openwrt, openembedded, yocto, openEuler, UOS
    • Virtualization, Container, Hypervisor, User-Mode OS, Real Time, OP-TEE
    • Bootloaders
  • Rename 'APP' to 'PKG', allow to add more packages support
  • Add more system, like deepin, openeuler
  • Add serial port virtualization support, ref: http://tinylab.org/serial-port-over-internet/
  • Integrate vscode support or add a standalone plugin for vscode
  • Integrate filebrowser support
  • Extend the feature of temp setting with low-case variable, currently, the variables LINUX, BUILDROOT use upper-case but not save
    • The variables passed with upper-case should be saved automatically
    • And the one with low-case should be temporally
  • Parse tags better for github.com, gitee.com and gitlab.com
  • Colorize help output