Commit Graph

  • c74f7e708e remove class_code/subclass/protocol from driver structure, add name for logging hathach 2020-04-15 11:06:35 +07:00
  • f1a6f92fab Merge branch 'master' into class-driver-id hathach 2020-04-15 10:47:49 +07:00
  • 4ad65342e5 Merge pull request #343 from majbthrd/usbnet_rm_cdceem Ha Thach 2020-04-15 10:42:58 +07:00
  • 490771a094 test vendor hathach 2020-04-15 10:39:01 +07:00
  • c1c9ca5629 test with tmc hathach 2020-04-15 10:37:31 +07:00
  • e713b534fa test ok with cdc and msc hathach 2020-04-15 10:30:34 +07:00
  • bae570f7c7 tested with midi hathach 2020-04-15 01:01:31 +07:00
  • 7fa8d87291 usbnet: remove CDC-EEM Peter Lawrence 2020-04-14 21:10:43 -05:00
  • 8614dcece7 tested with hid hathach 2020-04-15 01:01:07 +07:00
  • 3ef6e33533 use class driver open() for interface support detection hathach 2020-04-15 00:59:56 +07:00
  • ae60146274 use explicit all_subclass and all_protocol since 0xFF is stil valid hathach 2020-04-14 22:35:34 +07:00
  • 16f65890eb Merge branch 'master' into edpt_close Nathan Conrad 2020-04-14 10:22:03 -04:00
  • b90b00d43b complete adding subclass and protocol to driver id hathach 2020-04-14 18:35:50 +07:00
  • 593fe154ec adding subclass & protocol to class driver structure hathach 2020-04-14 18:00:59 +07:00
  • 57ffa94a52 Merge pull request #334 from majbthrd/usbnet_osagnostic Ha Thach 2020-04-14 17:39:50 +07:00
  • bbc59f1ceb stm32fsdev: add static assert for PMA size bigger than EP0 size. Nathan Conrad 2020-04-13 13:11:45 -04:00
  • de208b31cf edpt_close: Remove item from queue instead of modifying it. Nathan Conrad 2020-04-13 11:05:34 -04:00
  • f8e7487355 edpt_close: Updated based on feedback. Nathan Conrad 2020-04-13 09:25:16 -04:00
  • f4df829399 lpc17xx move set configdevice into set address hathach 2020-04-13 17:04:18 +07:00
  • 4f693fea15 Merge pull request #335 from majbthrd/lwip_timeouts Ha Thach 2020-04-13 13:14:26 +07:00
  • 7a93894b99 Merge pull request #325 from hathach/refactor-irqhandler Ha Thach 2020-04-13 10:18:17 +07:00
  • 0eeaccaf46 Skeleton, and initial stm32fsdev implementation (that leaks memory) Nathan Conrad 2020-04-12 21:07:17 -04:00
  • 3f1583dd0f net_lwip_webserver: add support for lwip timeouts Peter Lawrence 2020-04-12 16:13:52 -05:00
  • bb3bbcc00b usbnet: OS-agnostic (Windows/Linux/macOS) network driver Peter Lawrence 2020-04-12 15:41:18 -05:00
  • 04a06ec401 Merge branch 'master' into refactor-irqhandler Ha Thach 2020-04-11 15:49:34 +07:00
  • 4748b349a2 add dcd_irq_handler to porting doc hathach 2020-04-11 15:46:20 +07:00
  • 13a3081d30 Merge pull request #333 from hathach/fix-esp32s2-setup-packet Ha Thach 2020-04-11 15:18:41 +07:00
  • 1751064f70 print correct example name hathach 2020-04-11 13:40:40 +07:00
  • 07809d03a7 Merge pull request #332 from pigrew/stm32fsdev-dcdconnect Ha Thach 2020-04-11 13:20:31 +07:00
  • ae1314f1c7 fix incorrect setup packet hathach 2020-04-11 12:55:45 +07:00
  • 2ff3f765db Merge pull request #319 from hathach/add-esp32s2 Ha Thach 2020-04-10 23:53:03 +07:00
  • a37a56acd3 remove CONFIG_IDF_TARGET_ESP32S2BETA per review hathach 2020-04-10 23:38:36 +07:00
  • 5bd9d14fc1 stm32fsdev: set dcd_connect API definitions to strong, Modify documentation. Nathan Conrad 2020-04-10 10:23:56 -04:00
  • 8953bc9255 added comment note for beta chip walkaround hathach 2020-04-10 20:25:53 +07:00
  • bbb0e1088d Merge pull request #330 from hathach/dcd-disconnect-connect Ha Thach 2020-04-10 16:11:04 +07:00
  • d8d5902ccb change saola-1 led to pin 18 by default hathach 2020-04-10 15:44:50 +07:00
  • c545cfc0bc Correct dedicated FIFO SRAM size to 1024 hathach 2020-04-10 15:42:50 +07:00
  • 978eec73b3 remove 100us delay at the end of dcd_init() hathach 2020-04-10 15:39:59 +07:00
  • 30945ab9f3 revert name to dcd_int_handler due to function prototype warning hathach 2020-04-10 15:27:23 +07:00
  • c0695b4b55 clear USB_RXFLVI_M before read_rx_fifo() hathach 2020-04-10 15:13:12 +07:00
  • 933e3cdfc7 change indent from 4 -> 2 spaces hathach 2020-04-10 15:01:12 +07:00
  • cec747776d rename dcd_init_handler to dcd_irq_handler to consistent with other ports hathach 2020-04-10 14:47:02 +07:00
  • d122d7de88 remove commented code hathach 2020-04-10 14:45:55 +07:00
  • a40d1e800d try to fix racing condition with setup hathach 2020-04-10 14:04:18 +07:00
  • 1b3d1b52c9 fix uint32_t format with log hathach 2020-04-10 13:54:50 +07:00
  • 778db647c4 add CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y hathach 2020-04-10 13:53:57 +07:00
  • 715c4dbbf8 stm32fsdev: Implement dcd_connect. Nathan Conrad 2020-04-08 11:51:33 -04:00
  • d6578823bb rename static function for dcd_cxd56 to prevent conflict hathach 2020-04-09 12:00:45 +07:00
  • c1f3fbbc03 implement dcd connect/disconnect for samd and nrf hathach 2020-04-09 11:47:02 +07:00
  • 11201f1a06 adding dcd_connect/disconnect hathach 2020-04-09 11:42:42 +07:00
  • defea45d44 Merge branch 'master' into refactor-irqhandler Ha Thach 2020-04-09 11:22:20 +07:00
  • 16dbbb2b4f make saola as cmake component, easier to add more esp32 board hathach 2020-04-09 11:19:08 +07:00
  • cefbd9579c add neopixel led strip driver for saola, make saola as an component hathach 2020-04-09 00:06:18 +07:00
  • bfde988af3 update cmake hathach 2020-04-08 23:20:05 +07:00
  • 40e23672ff rename hal_dcd_isr to dcd_irq_handler for fomu hathach 2020-04-08 16:47:20 +07:00
  • e879ad1e6f move irq from msp430 hathach 2020-04-08 16:42:36 +07:00
  • 8f17945b67 move irq for stm32 synopsys hathach 2020-04-08 16:37:09 +07:00
  • 9014ca5528 move irq for stm32 fsdev hathach 2020-04-08 16:26:14 +07:00
  • 880595433c use macro for easy enable/disable SOF hathach 2020-04-08 15:41:16 +07:00
  • 7b7a78ab2e disable SOF interrupt since it is not used for now hathach 2020-04-08 15:29:12 +07:00
  • fc9170b2c1 clean up hathach 2020-04-08 15:15:52 +07:00
  • 70df1aff13 add TODO for saola on-board neopixel hathach 2020-04-08 15:00:16 +07:00
  • 36b33ee775 Merge pull request #328 from majbthrd/nuc_connect Ha Thach 2020-04-07 23:25:03 +07:00
  • a2dee7fb50 rename saola to saola_1 hathach 2020-04-07 23:07:25 +07:00
  • f6edb46c0a update docs for esp32s2 hathach 2020-04-07 23:01:26 +07:00
  • ccb65fcf6a nuvoton: add dcd_disconnect() dcd_connect() Peter Lawrence 2020-04-07 10:51:55 -05:00
  • 4265dfb2de minor clean up hathach 2020-04-07 21:47:24 +07:00
  • 353aa80814 add ci build_esp32s.py hathach 2020-04-07 16:49:17 +07:00
  • 62c14a6866 esp32s2 work with hid_composite_freertos hathach 2020-04-07 16:35:02 +07:00
  • aff52919d6 skip freertos example for cxd56 msp430 and fomu hathach 2020-04-07 16:23:27 +07:00
  • ccfc058646 add hid_composite_freertos example hathach 2020-04-07 16:19:47 +07:00
  • 7394113748 example clean up hathach 2020-04-07 15:34:05 +07:00
  • 3c724251f0 clean up hathach 2020-04-07 13:45:26 +07:00
  • 6a9f971882 add saola button pin support, esp32 build with board_test hathach 2020-04-07 13:42:48 +07:00
  • 51944f0dc9 only check in sdkconfig.defaults hathach 2020-04-07 12:19:12 +07:00
  • bfc43bad81 Merge pull request #321 from pigrew/tweak20200331 Ha Thach 2020-04-07 12:12:44 +07:00
  • f44440df5d ci again hathach 2020-04-07 11:21:34 +07:00
  • f073a5ecd3 CI: seperate esp32s2 into different job hathach 2020-04-07 11:15:59 +07:00
  • 06d7fdc228 Use #define for OSAL_TIMEOUT_WAIT_FOREVER. Nathan Conrad 2020-04-05 11:29:24 -04:00
  • 19f767317f more ci hathach 2020-04-06 23:33:09 +07:00
  • c64db32b82 ci test hathach 2020-04-06 22:23:24 +07:00
  • ef7992ce65 fix CI hathach 2020-04-06 21:36:53 +07:00
  • 06e87b47a2 revert name to dcd_init_handler() hathach 2020-04-06 21:28:02 +07:00
  • a344427e3f fix CROSS_COMPILE for esp32s2 hathach 2020-04-06 20:39:20 +07:00
  • 9d26666c91 update ci setup-node / setup-ruby hathach 2020-04-06 20:35:52 +07:00
  • 22a9b05834 rename dcd_int_handler to dcd_irq_handler for consistency with other port hathach 2020-04-06 19:49:25 +07:00
  • cfb2ef1cff move setup nodes before cache msp430 hathach 2020-04-06 19:43:47 +07:00
  • 06377a341b add tud_irq_handler() for all lpc ip3511 (13, 15, 11) hathach 2020-04-06 18:00:37 +07:00
  • 138965d1d1 add tud_irq_handler() to all NUC board hathach 2020-04-06 17:43:56 +07:00
  • 4179334aca call tud_irq_handler() for all nrf5x board hathach 2020-04-06 17:35:11 +07:00
  • a61d34e09c add WIP changelog hathach 2020-04-06 17:24:34 +07:00
  • fb05451a26 mass rename dcd_isr() to dcd_irq_handler() hathach 2020-04-06 17:24:22 +07:00
  • dc4bf02dcb mass rename tud_isr to tud_irq_handler hathach 2020-04-06 17:04:49 +07:00
  • c026236824 house keeping hathach 2020-04-06 16:33:04 +07:00
  • 050de0ec33 fix issue and typo with In token when Fifo empty hathach 2020-04-06 16:32:55 +07:00
  • 5a00c6ca96 Merge branch 'master' into add-esp32s2 hathach 2020-04-06 14:43:49 +07:00
  • 5963ace5ab add -B for clean and flash hathach 2020-04-06 14:33:36 +07:00
  • 2d6d298302 move irqhandler to application hathach 2020-04-06 14:11:45 +07:00
  • 4430ea61e2 Merge pull request #323 from pigrew/ci-cache-msp430 Ha Thach 2020-04-06 00:15:50 +07:00
  • 9df2a9ba43 Merge pull request #324 from hathach/add-custom-osal Ha Thach 2020-04-06 00:11:45 +07:00