/nspire-task-manager

Displays tasks, memory usage and more of the TI-Nspire's underlying Nucleus OS.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Nspire Task Manager

What is this?

This is a simple tool to show data structures of the TI-Nspires underlying operating system, Nucleus OS, for example:

  • Tasks
  • Memory pools
  • Event groups
  • Queues
  • Semaphores (classic CAS only atm)
  • Mailboxes (classic CAS only atm)

You can also delete some of them (that's why it's called "Manager" ;)

How do I compile this?

Get the Ndless SDK and type make.
You might have to install a newer version of Nspire I/O.

I want a tns file!

Search in this thread.