diff options
| author | hathach <[email protected]> | 2019-04-02 01:52:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-02 02:14:22 +0700 |
| commit | dd9c441a612651c980b6eec748383bf58dea3d52 (patch) | |
| tree | d19005f01bccdfd825022b98c570fa513dff5c58 /examples | |
| parent | 491b5936d5abba5030cceea35a4aa31c470e5782 (diff) | |
samd support suspend and resume. Though cannot distinguish between Suspend and Disconnect
should work with #47
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_hid/ses/samd51/samd51.emProject | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject b/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject index 280afdcd1..cc34dc63d 100644 --- a/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject +++ b/examples/device/cdc_msc_hid/ses/samd51/samd51.emProject @@ -71,6 +71,11 @@ <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hpl/gclk/hpl_gclk.c" /> </folder> </folder> + <folder Name="hal"> + <folder Name="src"> + <file file_name="../../../../../hw/mcu/microchip/samd/asf4/samd51/hal/src/hal_atomic.c" /> + </folder> + </folder> </folder> </folder> </folder> |
