IRQ nesting in global IRQ handler disabled.
Macros IANABLE and IDISABLE added to enable IRQ nesting manually in each isr.
Nesting in i2c isr disabled --> this avoids the mystique i2c crc errors as well as the
probability to jump into the abort or prefetch handler.