Peter Lawrence
|
946d4b735a
|
update lib/lwip to STABLE-2_1_2_RELEASE
|
2020-08-05 20:20:12 -05:00 |
|
hathach
|
81b1f97ef7
|
suppress cast-align warnings for net device driver
|
2020-05-18 13:23:40 +07:00 |
|
hathach
|
afc4042375
|
add LOGGER option to use rtt
update example readme for debug log. Update bug template to ask for LOG
as well.
|
2020-04-22 17:08:41 +07:00 |
|
hathach
|
3aa3c35986
|
Merge branch 'master' into add-rtt
|
2020-04-22 13:45:20 +07:00 |
|
hathach
|
4c2d93eec9
|
remove cmsis 5 from submodules
cmsis 5 use git lfs causing issue with submodule cloning and isn't used
yet. Could re-add later if needed.
|
2020-04-22 13:34:04 +07:00 |
|
hathach
|
ee2b6e0f47
|
added segger rtt bundle with v670e
opt out the example folder
|
2020-04-21 23:20:01 +07:00 |
|
hathach
|
5b02deac93
|
remove old rtt
|
2020-04-21 23:17:27 +07:00 |
|
Ha Thach
|
9a48e98fad
|
Merge branch 'master' into develop
|
2020-03-24 12:16:15 +07:00 |
|
hathach
|
c05990af95
|
change cmsis5 to master
|
2020-03-24 09:52:48 +07:00 |
|
hathach
|
a2aa50d2ef
|
update cmsis_5
|
2020-03-24 09:33:11 +07:00 |
|
hathach
|
9f5042399e
|
add cmsis_4 as submodule
|
2020-03-24 08:49:48 +07:00 |
|
hathach
|
feff6aafd5
|
add CMSIS_5 as submodule
|
2020-03-23 22:36:21 +07:00 |
|
hathach
|
76a27cf49a
|
fix rndis response to get mac address
- remove cflags -fshort-enums
- clean up webserver descriptor
|
2020-03-23 15:21:22 +07:00 |
|
hathach
|
5540065085
|
added FreeRTOS as submodule
|
2020-03-10 14:55:56 +07:00 |
|
hathach
|
39ce2e8361
|
adding FreeRTOS as submodule
|
2020-03-10 14:49:01 +07:00 |
|
Peter Lawrence
|
4a4682a80a
|
update net class to follow API naming convention
|
2020-03-03 10:31:46 -06:00 |
|
Peter Lawrence
|
fee79d7466
|
add CDC-ECM/RNDIS/CDC-EEM network device class with example
|
2020-03-02 21:15:01 -06:00 |
|
hathach
|
61ec407752
|
update license year to 2019
|
2019-05-14 11:48:05 +07:00 |
|
hathach
|
8a5bd30fa6
|
freertos cdc_msc_hid makefile compile
|
2019-05-01 16:01:44 +07:00 |
|
hathach
|
c211ee19dd
|
migrate license from BSD 3 clause to MIT
|
2019-03-20 16:11:42 +07:00 |
|
hathach
|
a3713f801d
|
clean up compiler attribute
|
2018-12-14 13:08:21 +07:00 |
|
hathach
|
bc46dc6edf
|
osal clean up
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
2018-12-13 13:49:09 +07:00 |
|
hathach
|
7d3ff7aff6
|
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
|
2018-12-06 22:24:31 +07:00 |
|
hathach
|
57b85262b2
|
added & tested lpc17xx freertos device example
- add USB priority check for freeRTOS config
|
2018-11-29 21:41:09 +07:00 |
|
hathach
|
1a91b5a62e
|
refractor device composite example
|
2018-11-22 00:25:03 +07:00 |
|
hathach
|
b350d8a086
|
clean up
|
2018-08-23 14:49:47 +07:00 |
|
hathach
|
d478064a80
|
freeRtos seems to work well with nrf52840
|
2018-08-23 14:45:22 +07:00 |
|
hathach
|
d18a9e8759
|
freertos blinky with software timer
|
2018-08-23 14:11:21 +07:00 |
|
hathach
|
ca4d64caf6
|
switch osal freeRTOS port to use static semaphore & queue
|
2018-05-17 18:22:30 +07:00 |
|
hathach
|
cb40a7bfd0
|
adding static API for freeRTOS
add vApplicationGetIdleTaskMemory(), vApplicationGetTimerTaskMemory()
|
2018-05-17 17:30:19 +07:00 |
|
hathach
|
6528460563
|
update freeRTOS to v10.0.1
|
2018-05-17 16:06:57 +07:00 |
|
hathach
|
7030d64a95
|
rename vendor to lib
|
2018-05-17 16:04:15 +07:00 |
|