Skip to content
Snippets Groups Projects
  1. Apr 08, 2011
    • Dean Camera's avatar
      Correct UC3 global interrupt functions. · de9bd767
      Dean Camera authored
      Replace all calls and references to _delay_ms() in the code with the architecture-agnostic Delay_MS() function.
      
      Improve code generation for the Delay_MS() function on the AVR8 architecture when called with a constant input.
      de9bd767
    • Dean Camera's avatar
      Add in a new common Delay_MS() function, which provides a blocking delay for all architectures. · 70284d39
      Dean Camera authored
      Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture.
      
      Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
      70284d39
  2. Apr 04, 2011
  3. Mar 27, 2011
  4. Mar 23, 2011
  5. Mar 21, 2011
  6. Mar 18, 2011
  7. Mar 16, 2011
  8. Mar 15, 2011
  9. Mar 14, 2011
  10. Mar 13, 2011
  11. Mar 11, 2011
  12. Mar 05, 2011
  13. Mar 03, 2011
  14. Feb 28, 2011
  15. Feb 27, 2011
Loading