AdaCore / bb-runtimes

Source repository for the GNAT Bare Metal BSPs
Other
65 stars 51 forks source link

Bad interrupt names values ? #21

Closed NicoPy closed 4 years ago

NicoPy commented 4 years ago

Hi,

It looks like in file src/a-intnam__zynq.ads, the last 3 values are bad copy/paste :

   PL14_Interrupt         : constant Interrupt_ID := 90;
   PL15_Interrupt         : constant Interrupt_ID := 91;
   SCU_Parity_Interrupt   : constant Interrupt_ID := 92;
   Reserved_93_Interrupt  : constant Interrupt_ID := 35;
   Reserved_94_Interrupt  : constant Interrupt_ID := 35;
   Reserved_95_Interrupt  : constant Interrupt_ID := 35;

Nicolas

Fabien-Chouteau commented 4 years ago

Hi @NicoPy,

Thanks for the report, this is now fixed in the master branch.