Porting Arduino to NXP-FRDM board

Trying to Port Arduino IDE to NXP-FRDM board,
is there any manual for this. send me some links.if ok.

thanks.

At least you'll have to add a board description to boards.txt, so that digitalRead() and the other standard functions work. Eventually you'll also have to create library modules for the specific controller, depending on how close the target controller comes to an existing ARM based Arduino.

It may be easier to use Atmel studio, instead of the Arduino IDE, because it supports more controllers off the shelf.