mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
atusb/fw/: new request ATUSB_GPIO_CLEANUP to re-enable INT0
- board.h (gpio_cleanup), board_app.c (gpio_cleanup): restore INT0 when done manipulating GPIOs - board.c (gpio): updated comment explaining how to restore INT0 - include/atusb/ep0.h (enum atspi_requests), ep0.c (ATUSB_GPIO_CLEANUP): new request to return to normal operation after ATUSB_GPIO
This commit is contained in:
@@ -125,6 +125,9 @@ static int my_setup(const struct setup_request *setup)
|
||||
return 0;
|
||||
usb_send(&eps[0], buf, 3, NULL, NULL);
|
||||
return 1;
|
||||
case ATUSB_TO_DEV(ATUSB_GPIO_CLEANUP):
|
||||
gpio_cleanup();
|
||||
return 1;
|
||||
|
||||
case ATUSB_TO_DEV(ATUSB_SLP_TR):
|
||||
debug("ATUSB_SLP_TR\n");
|
||||
|
||||
Reference in New Issue
Block a user