Move global interrupt enable/disable functions out to Common.h and document them.
This commit is contained in:
parent
de9bd767dc
commit
c263ea837a
13 changed files with 127 additions and 104 deletions
|
@ -25,7 +25,8 @@
|
|||
* - Added board driver support for the Sparkfun ATMEGA8U2 breakout board
|
||||
* - Added TWI baud rate prescaler and bit length parameters to the TWI_Init() function (thanks to Thomas Herlinghaus)
|
||||
* - Internal restructuring for eventual multiple architecture ports
|
||||
* - Added start of an AVR32 UC3 architecture port (currently incomplete/experimental)
|
||||
* - Added AVR32 UC3 architecture port (currently incomplete/experimental)
|
||||
* - Added new architecture independant functions to enable, disable, save and restore the Global Interrupt Enable flags
|
||||
* - Library Applications:
|
||||
* - Added ability to write protect Mass Storage disk write operations from the host OS
|
||||
* - Added new MIDIToneGenerator project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue