Embedded Websites

General

  • Embedded Template Library: Actually has a bunch of data structure and algorithms, also some extra stuffs like state machine.

CI/Testing

Kernel Hacking

Tooling

  • Segger Ozone: Pretty decent visual debugger. Basic features are free.
  • Segger RTT: Really fast printing even faster than SWO, even support color printing and has nice client application to view the printing.
  • Segger SystemView: Can be used with any JLink(since RTT can be used with any JLink), note that this thing seems buggy, check our own post.

Others