Skip to content

Add N0115 support - #610

Merged
M4xi1m3 merged 21 commits into
Omega-Numworks:experimentalfrom
M4xi1m3:feature-n0115
Aug 1, 2026
Merged

Add N0115 support#610
M4xi1m3 merged 21 commits into
Omega-Numworks:experimentalfrom
M4xi1m3:feature-n0115

Conversation

@M4xi1m3

@M4xi1m3 M4xi1m3 commented Jul 31, 2026

Copy link
Copy Markdown
Member

What is this ?

This pull request add supports for the N0115 and fix some issues regarding how the bootloader (renamed n0110-bootloader) device was implemented:

  • A lot of duplicated code has been introduced when creating that device, which has now been removed (7d1f8cd, 14803bc)
  • The toolchain has evolved in the last 4 years and the firmware doesn't build on the latest version of arm-none-eabi-gcc. This is now fixed (9781cb2, a341a84). Omega now compiles with the 2022 version (which is now used in the CI: 5090817) and on the latest version (arm-none-eabi-gcc 16.1.0, Binutils 2.46.1).
  • Some issues were present in the code of the bootloader (mostly relating to comparing string litterals) and have been fixed.

Regarding the n0115 itself, it mostly is the same hardware as the n0110 ith few notable exceptions (explained later), so the code for the n0115 reuses most of the code of the n0110 (to avoid code duplication). See ion/src/device/n0115-bootloader/Makefile and ion/src/device/n0115/Makefile for more details.

N0115 specifics

The N0115 is very similar to the N0110 except for three crucial points :

External Flash

The external flash requires an extra GPIO pin (A10) to be initialized (As output pin). On N0115 calculators, this pin is connected to a transistor that is itself connected to the VCC pin of the external flash, for energy saving. This pin is turned on when the flash is initialized and turned off when it is shut down (like when going to sleep). Relevant code is in ion/src/device/n0115/drivers/external_flash_gpio.cpp.

Battery

The reference voltage of the ADC used to read the level of the battery has changed (was 2.8V, is now 3.3V). Relevant code is in ion/src/device/n0115/drivers/config/battery.h.

Display

New display panels are used in the calculator, which leads to new possible initialization sequences for the disply. Relevant code is in ion/src/device/n0115/shared/display.cpp, specifically in function initPanel. These changes were repercuted on all models, because A it doesn't hurt and B someone could use a N0115's panel to repair a N0110.

@M4xi1m3
M4xi1m3 merged commit cda920c into Omega-Numworks:experimental Aug 1, 2026
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant