4513 Commits

Author SHA1 Message Date
hathach
8bec3be68c try fixing msp430 cache 2021-01-25 13:46:23 +07:00
hathach
83614418b5 get all device example build with rp2040 (except freeRTOS) 2021-01-25 13:28:23 +07:00
hathach
ec458292fe fix host build 2021-01-25 13:25:47 +07:00
hathach
0fe0757657 correct msp430 cache 2021-01-25 12:53:24 +07:00
hathach
c2b0083f0a change msp430 caching, use url for cache key 2021-01-25 12:49:04 +07:00
hathach
ed280e3ec1 correct ci scripts 2021-01-25 12:21:50 +07:00
Peter Lawrence
edc2224118 rp2040: start to adopt TU coding conventions 2021-01-23 20:21:58 -06:00
Peter Lawrence
587d1b334b rp2040_hcd: check pointer before using 2021-01-23 20:19:10 -06:00
hathach
bcf16c04bd enable ci for rp2040 2021-01-24 01:28:56 +07:00
hathach
87daf28421 rp2040 skip freertos example 2021-01-24 01:26:38 +07:00
hathach
4101df7a75 rp2040 hid_composite compiled and tested 2021-01-24 00:54:58 +07:00
hathach
599b428e13 rp2040 dfu_rt dynamic_configuration compiled
not tested, but should be OK
2021-01-24 00:52:46 +07:00
hathach
26522d0ec5 rp2040 dual cdc compiled and tested 2021-01-24 00:47:49 +07:00
hathach
959a94b98d rp2040 audio_test compile 2021-01-24 00:44:17 +07:00
hathach
ffad6eaf80 cmake esp32s2 and rp2040 getting along 2021-01-24 00:22:23 +07:00
Ha Thach
469ca2f155
Merge pull request #600 from hathach/refactor-bsp
Refactor bsp
2021-01-23 23:28:35 +07:00
hathach
e6ce18b019 text clean up 2021-01-23 18:46:06 +07:00
hathach
e217c82895 more ci clean up 2021-01-23 18:32:56 +07:00
hathach
cdd1c45306 improve ci for esp32s2 2021-01-23 18:09:57 +07:00
hathach
575b43e67d seperate ci build for family and orphaned boards 2021-01-23 17:32:24 +07:00
hathach
8e52272b28 ci checkout sub-submodule 2021-01-23 15:21:24 +07:00
hathach
d619444cb4 change lwip to github mirror 2021-01-23 14:55:12 +07:00
hathach
8af7ae867d action checkout submodule=true 2021-01-23 14:34:06 +07:00
hathach
a15f02dcc1 try fetchRecurseSubmodules = false 2021-01-23 14:26:59 +07:00
hathach
b0b78c0efb try to fix cross included submodules with pico-sdk 2021-01-23 01:15:20 +07:00
hathach
fd56ae777e doc update 2021-01-23 01:12:56 +07:00
hathach
50e0b81713 add pico-sdk as submodule 2021-01-23 01:05:09 +07:00
hathach
c58c8c4229 rp2040 cdc_msc work well 2021-01-23 00:59:50 +07:00
hathach
a780a8762b rp2040 better support multiple boards 2021-01-23 00:32:14 +07:00
hathach
b8847de802 get board_test running with pico on both led and button 2021-01-23 00:12:10 +07:00
hathach
b6e9c42b02 update cmake build to work with esp32s2 and rp2040 2021-01-22 14:58:32 +07:00
hathach
67a9cdc35b fix compiler warning 2021-01-22 11:33:25 +07:00
Ha Thach
edd91d28f5
Merge pull request #599 from hathach/group-boards-into-family
Group boards into family
2021-01-22 11:29:42 +07:00
hathach
0cf2b02791 Merge branch 'master' into group-boards-into-family 2021-01-22 11:17:10 +07:00
hathach
4cd8a95ef7 more ci 2021-01-22 10:43:52 +07:00
hathach
2b3008f9a8 fix esp32s2 ci build 2021-01-22 09:41:41 +07:00
Ha Thach
388abe9d9c
Merge pull request #598 from hathach/pico
RP2040 support
2021-01-21 17:14:02 +07:00
hathach
755d4180c9 revert submodules changes 2021-01-21 16:57:10 +07:00
Ha Thach
1e134cbb31
Merge branch 'master' into pico 2021-01-21 16:35:13 +07:00
Reinhard Panhuber
f1551d7a5f Add __restrict keyword and memore alignment to src/dst pointer of
_tu_fifo_read_from_const_src_ptr()
 _tu_fifo_write_to_const_dst_ptr()
2021-01-20 20:14:23 +01:00
graham sanderson
e0aa405d19 RP2040 support 2021-01-19 19:52:07 -06:00
Reinhard Panhuber
93ec6f3735 Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.c 2021-01-19 17:10:08 +01:00
Reinhard Panhuber
56edc2b261 Change names from edpt_ISO_xfer to edpt_iso_xfer 2021-01-19 10:50:19 +01:00
Reinhard Panhuber
99e6bc3720 Explicitly add cast to uint32_t before shifting uint8 to left 2021-01-18 17:54:08 +01:00
Reinhard Panhuber
595a88b34c Correct include path to #include "common/tusb_fifo.h" 2021-01-18 17:38:32 +01:00
Reinhard Panhuber
15152b62ce Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer 2021-01-18 17:16:25 +01:00
Reinhard Panhuber
dff588d772 Implement dcd_edpt_ISO_xfer() and adapt transmission scheme 2021-01-18 17:15:23 +01:00
Reinhard Panhuber
2284db1fb5 Add usbd_edpt_ISO_xfer() 2021-01-18 17:14:17 +01:00
Reinhard Panhuber
51c80630f5 Clean up 2021-01-18 17:13:06 +01:00
Reinhard Panhuber
8450bc3225 Add FIFO copy modes: tu_fifo_copy_mode_t
Allows to copy from/to constant pointers required for STM32 hardware
FIFO copies.
2021-01-18 17:12:39 +01:00