Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-in Push

This is the reverse-engineered version of Add-in Push by Heath123.

How to use

You have to install the full fxSDK toolchain before proceeding to the following steps.

  1. Connect your calculator to PC via USB.
  2. Build this add-in by fxsdk build-cg -s. Use -lcw to target fx-CG100.
  3. While keeping the USB inserted, execute this add-in in the calculator.
  4. Go to your gint add-in source folder and run fxsdk build-cg-push -s.

If you want to use Add-in Push with your PrizmSDK project, open its linker script and change rom (rx) : o = 0x00300000 to rom (rx) : o = 0x8C200000. Build your add-in as usual and send the binary directly by fxlink -sw /path/to/addin.bin.

Notes

This project only targets fx-CG50, fx-CG100 with OS 02.00.X202 and their derivatives. fx-9860 and fx-CG10/20 are not supported due to lacking of sufficient extended RAM region.

About

Add-in launcher for fx-CG50 and fx-CG100

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages