| 6 |
removed in a future version. Use __attribute__((interrupt)) |
removed in a future version. Use __attribute__((interrupt)) |
| 7 |
explicitly if this functionality is really needed. |
explicitly if this functionality is really needed. |
| 8 |
|
|
| 9 |
|
- A new ISR() macro has been added, and is now the preferred |
| 10 |
|
for to introduce an interrupt service routine. It is |
| 11 |
|
equivalent to the old SIGNAL() macro, which might become |
| 12 |
|
deprecated in a future version. |
| 13 |
|
|
| 14 |
|
- A new header file, <compat/deprecated.h> has been established. |
| 15 |
|
Its purpose is to collect deprecated items from older versions |
| 16 |
|
of the library, starting out with the enable_external_int(), |
| 17 |
|
timer_enable_int(), and INTERRUPT() macros/functions. |
| 18 |
|
|
| 19 |
- A new set of interrupt vector names has been added, closely |
- A new set of interrupt vector names has been added, closely |
| 20 |
matching the names given in the datasheet, and more compatible to |
matching the names given in the datasheet, and more compatible to |
| 21 |
other compilers available for the AVR platform. The table of |
other compilers available for the AVR platform. The table of |