Commit Graph

99 Commits

Author SHA1 Message Date
hathach 25bb8830c5 doc: merge example/readme.md into docs/getting_started.md 2020-09-12 09:26:41 +07:00
hathach 10d5dac913 update doc 2020-09-04 11:20:09 +07:00
hathach 7a443d6bea add itsybitsy nrf52840 board support 2020-08-27 16:40:24 +07:00
Katherine Temkin 91f7ce9769 add support for SAMD11 devices / add samd11_xplained board 2020-08-21 13:15:07 -06:00
hathach acde49ccc9
enable pull-up in dcd_init() instead of usbd 2020-08-01 20:14:58 +07:00
Kate Temkin 9181ce55fb add BSP for Great Scott Gadgets' LUNA boards (SAMD21) 2020-07-14 21:51:31 -06:00
hathach 0fd074afd8
change REDUCE_SPEED=0/1 to explicitly SPEED=high/full
update readme, boards.md to add link to new stm boards
2020-07-08 16:29:48 +07:00
hathach 4cec866994
correct HSE_VALUE in hal_conf
- although it is define in CFLAGS, it is worth to correct to be
consistent with other build
- extract set_speed()
2020-07-02 14:57:00 +07:00
hathach 463e978134 added DA14695 DK USB bsp 2020-07-01 12:47:14 +07:00
hathach 50b569ad1b added esp32s2 kaluga bsp 2020-06-29 16:52:08 +07:00
Mark Olsson 3c43009278 Add support for stm32f746nucleo board 2020-05-15 10:23:01 +02: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 6f9c256ad0
complete remove dcd_set_config(), fix unit test 2020-04-17 13:52:34 +07:00
hathach 50be9d7c3a
mass rename tud/dcd_irq_handler to tud/dcd_init_handler 2020-04-17 12:27:53 +07:00
Nathan Conrad 16f65890eb Merge branch 'master' into edpt_close 2020-04-14 10:22:03 -04:00
Nathan Conrad f8e7487355 edpt_close: Updated based on feedback. 2020-04-13 09:51:46 -04:00
Nathan Conrad 0eeaccaf46 Skeleton, and initial stm32fsdev implementation (that leaks memory) 2020-04-12 21:27:27 -04:00
Ha Thach 04a06ec401
Merge branch 'master' into refactor-irqhandler 2020-04-11 15:49:34 +07:00
hathach 4748b349a2 add dcd_irq_handler to porting doc 2020-04-11 15:46:20 +07:00
Ha Thach 07809d03a7
Merge pull request #332 from pigrew/stm32fsdev-dcdconnect
stm32fsdev: Implement dcd_connect.
2020-04-11 13:20:31 +07:00
Nathan Conrad 5bd9d14fc1 stm32fsdev: set dcd_connect API definitions to strong, Modify documentation. 2020-04-10 10:26:41 -04:00
Nathan Conrad 715c4dbbf8 stm32fsdev: Implement dcd_connect. 2020-04-09 17:03:12 -04:00
hathach f6edb46c0a update docs for esp32s2 2020-04-07 23:01:26 +07:00
hathach ff9ceb65d2 doc update 2020-04-01 20:56:46 +07:00
hathach d1aeac4e33 added changelog 2020-03-30 11:44:03 +07:00
hathach 1712b61ab6 added Arduino Nano 33 BLE with/without Sense 2020-03-28 21:34:42 +07:00
Ha Thach f2b761fee9
Merge pull request #306 from jeremyherbert/master
add support for seeeduino xiao
2020-03-24 14:37:38 +07:00
Jeremy Herbert 01820061b2 add support for seeeduino xiao 2020-03-23 23:39:53 -07:00
hathach 27ec8451a4 update doc for MSP430 2020-03-24 12:12:38 +07:00
hathach 9a0c02236e doc update 2020-03-10 13:28:55 +07:00
hathach 659fc4f29e added itsybitsy m0, m4 2020-03-07 18:26:39 +07:00
hathach bdc5e3d3bc added feather sense and CLUE 2020-03-07 18:02:54 +07:00
hathach 43eff66d40 add raytac mdbt50q rx dongle 2020-01-10 16:51:24 +07:00
hathach 287d45155d added stm32f401 blackpill 2020-01-10 15:19:33 +07:00
hathach 84bbe54e17 follow up to #261
- fix button pullup
- flash using teensy_loader_cli
- update boards.md
2020-01-09 22:04:11 +07:00
hathach e85a481db1 added Peter into contributors doc 2020-01-07 17:04:15 +07:00
hathach 2379ce8d65 update doc, RT1011 verified to work, thanks to @arturo182 2019-11-23 21:59:28 +07:00
hathach 9758f3e461 doc update 2019-11-23 01:11:37 +07:00
hathach d76eb8d659 doc update 2019-11-23 00:51:43 +07:00
hathach 4ecb07afc5 added MIMX RT1052 Evaluation Kit 2019-11-23 00:19:53 +07:00
hathach cc9b6b93c8 update doc for RT1060 evk 2019-11-22 17:42:52 +07:00
hathach 00a571fc38 doc update 2019-11-22 15:37:23 +07:00
Sean Cross 470d827f13 docs: porting: remove invalid information and fix typo
It is no longer the case that boards need to be added to this file.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-13 09:03:13 -08:00
hathach d65bc34bfe added and tested nRF52833DK (pca10100) 2019-11-11 00:11:49 +07:00
hathach a19db3bdd2 added board nrf52840 mdk dongle 2019-11-10 20:07:43 +07:00
hathach ac0203b42f
update doc 2019-11-01 10:13:19 +07:00
hathach f58726887a
update doc, hid set report 2019-10-31 21:28:46 +07:00
hathach a29eb87c38 Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into pigrew-ZLP_Request2 2019-10-29 18:19:10 +07:00
hathach 33e3bf001c update boards doc 2019-10-24 12:07:37 +07:00
hathach b3a5bb3247
Update boards.md 2019-10-08 15:52:00 +07:00