Skip to content
/ FlySkyI6 Public
forked from qba667/FlySkyI6

FW disassembly and modifications of FlySky I6

License

Notifications You must be signed in to change notification settings

hali9/FlySkyI6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlySkyI6

FW disassembly and modifications of FlySky I6.

ASM can be compiled with arm-none-eabi toolchain.

ASM compilation:

arm-none-eabi-as.exe -o fsi6.o fsi6.asm -mcpu=cortex-m0plus -mthumb -g3

arm-none-eabi-objcopy.exe -O binary fsi6.o fsi6.bin

Docummented disassembly can be found in ASM/10ch.0x0000

Documentation was created with use modified script

http://magiclantern.wikia.com/wiki/GPL_Tools/disasm.py

About

FW disassembly and modifications of FlySky I6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.3%
  • C 18.1%
  • Assembly 8.5%
  • C++ 1.1%
  • Standard ML 0.8%
  • Objective-C 0.2%