1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-03 02:33:16 +03:00
ben-wpan/atusb
Werner Almesberger d03beb2257 atusb/fw/: changed USB stack to use interrupts instead of polling
Note: this change surprisingly _increases_ the DFU wait in the boot
loader. Not yet sure why.

- boot.c (main): move the interrupt vectors to the boot loader
  section
- atusb.c (main): move the interrupt vectors to the application
  section
- boot.c (main): enable global interrupts while looping (disable
  them before jumping to the application)
- board_app.c (__timer_read, timer_read): removed wrapped since
  we're now always called with interrupts disabled
- usb/atu2.c (ep_init): enable endpoint interrupts
- usb/atu2.c (usb_init): enable device interrupts
- usb/atu2.c (usb_poll, USB_GEN_vect, USB_COM_vect): moved poll
  loop code into separate handlers for device and endpoint
  interrupts
- boot.c (main), atusb.c (main): removed call to usb_poll
2011-06-11 11:06:18 -03:00
..
cam Updates CAM processes of various sub-projects 2011-02-21 23:31:04 -03:00
fw atusb/fw/: changed USB stack to use interrupts instead of polling 2011-06-11 11:06:18 -03:00
atrf.sch atusb/: swapped C10 and C13 in schematics, to match layout 2011-05-27 04:29:01 -03:00
atusb.brd atusb: include the position of fiducials in atusb-pos.csv (for fab) 2011-06-07 16:51:26 -03:00
atusb.cmp atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
atusb.pro atusb: added two fiducial marks 2011-03-23 13:08:48 -03:00
atusb.sch atusb/: swapped C10 and C13 in schematics, to match layout 2011-05-27 04:29:01 -03:00
Makefile atusb: include the position of fiducials in atusb-pos.csv (for fab) 2011-06-07 16:51:26 -03:00
README-PCB atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
README-SMT atusb: enlarged USB positioning pin hole; general cleanup 2011-03-31 03:27:11 -03:00
usb.sch atusb/: swapped C10 and C13 in schematics, to match layout 2011-05-27 04:29:01 -03:00