Commit Graph

1451 Commits

Author SHA1 Message Date
King Kévin 5adb4421ef add build date 2024-04-17 07:47:46 +02:00
King Kévin 0c9ae4bbfd fix send tab and enter 2024-04-17 06:23:20 +02:00
King Kévin 16af15e47d minor: fix formatting 2024-04-17 06:22:59 +02:00
King Kévin d17bc7b3a4 add mass erase menu 2024-04-17 06:22:34 +02:00
King Kévin 880916166b change USB descriptor to misc, for windows to recognize 2024-04-17 06:21:49 +02:00
King Kévin ae16710fc0 minor: improve auth URL 2024-04-16 09:03:51 +02:00
King Kévin 68b58215f1 remove ununsed HID codes 2024-04-16 08:59:22 +02:00
King Kévin b93eeafbf2 add credential clear using numlock/capslock 2024-04-16 04:20:33 +02:00
King Kévin 25bf86e47f clear credentials when mounted 2024-04-15 08:33:00 +02:00
King Kévin 818725bfb3 fix flash pages 2024-04-15 08:20:14 +02:00
King Kévin 43b26806af put manufacturer key to other page 2024-04-15 07:55:33 +02:00
King Kévin ddb100570d improve timeout menus 2024-04-15 07:24:42 +02:00
King Kévin 8ca558ef30 add set layout menu 2024-04-15 07:19:48 +02:00
King Kévin 59447cf24d fix pasting credentials 2024-04-15 07:18:47 +02:00
King Kévin 832cbffb60 add locking menu 2024-04-15 05:20:21 +02:00
King Kévin 0c30f50731 add manuf key setting 2024-04-15 04:51:01 +02:00
King Kévin f5a36a6bb8 add SHA256 lib 2024-04-15 04:11:52 +02:00
King Kévin 38b90fcafc add authentication menu 2024-04-15 04:10:36 +02:00
King Kévin e89e5a72f6 fix EOL detection 2024-04-15 04:10:06 +02:00
King Kévin e81eee7588 fix help output 2024-04-15 04:09:33 +02:00
King Kévin 1db10e1f07 add timeout menu 2024-04-14 05:53:56 +02:00
King Kévin d5ae799100 fix save config 2024-04-14 03:54:53 +02:00
King Kévin b594480ff6 minor: formatting 2024-04-14 03:50:30 +02:00
King Kévin 144ac21a4f to into account button swap 2024-04-14 03:49:13 +02:00
King Kévin 931672c665 minor: clean print 2024-04-14 03:36:26 +02:00
King Kévin 4d6d8fa13d add swap button capability 2024-04-14 03:28:15 +02:00
King Kévin 908c1de5d4 minor: clean formating 2024-04-14 03:27:24 +02:00
King Kévin 48cbeb2c91 move load config into function 2024-04-14 03:26:50 +02:00
King Kévin 4100553bb4 add load and save config 2024-04-14 03:09:20 +02:00
King Kévin 1602b0b59a implement timeout 2024-04-13 08:25:24 +02:00
King Kévin 53e322b06f add paste credentials 2024-04-12 07:28:58 +02:00
King Kévin afabf5ee74 implement credentials menu 2024-04-12 05:32:36 +02:00
King Kévin 305eab7151 add button handling 2024-04-12 04:54:11 +02:00
King Kévin 3ae95c20cf add CDC interface 2024-04-12 02:43:03 +02:00
King Kévin ef58b0b3b8 start passkey device firmware based on hid_composite example 2024-04-11 14:24:57 +02:00
hathach 2828a56a4f
apply oldPRCR to board_init() 2024-04-09 17:05:25 +07:00
Matthias Schär bd67fdf011
Renesas RX controllers: Recover the previous state of the system write protect register in functions that are called within init-code 2024-04-09 12:15:32 +07:00
Matthias Schär 385611c5a9
Revert "Fixed behavior of the PRCR register. Previous write protection will be recovered."
This reverts commit 4d7296109e31690972d8cf09e6138131938cb0ed.
2024-04-09 12:14:27 +07:00
Matthias Schär 5c7876d444
Fixed behavior of the PRCR register. Previous write protection will be recovered. 2024-04-09 12:13:38 +07:00
Ha Thach af1346c748
Merge pull request #2466 from wavenumber-eng/MCX
TinyUSB stack ported to MCXA and MXCN freedom boards.
2024-04-08 12:30:25 +07:00
Ha Thach ffab7bf9dd
Merge pull request #2538 from kkitayam/add_uvc_2ch_example
Add an example of 2ch video capture.
2024-04-08 10:52:29 +07:00
hathach c97c3418c7
minor update bsp 2024-04-05 20:31:55 +07:00
hathach 1c5abc835f
Merge branch 'master' into MCX 2024-04-05 17:59:38 +07:00
hathach 5ce4585884
fix pre-commit format 2024-04-05 17:14:51 +07:00
hathach caf2c5e0b7
reverted un-related file changes 2024-04-05 17:04:33 +07:00
hathach 5b2441d8a3
support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcu 2024-04-05 16:12:31 +07:00
hathach 34737f9c60
update uvc 2ch to stream0 use yuy2, stream1 use mpeg
this help reduce sram requirement for example, also provide different format (uncompressed & mpeg)
2024-04-05 00:55:48 +07:00
hathach f603c4a330
skip cdc_msc_hid_freertos example for rp2040 2024-04-04 13:01:16 +07:00
hathach 7910cc2981
fix build with rp2040 + max3421
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-04 10:55:14 +07:00
hathach 594833374c
add new example to cmake include list 2024-04-03 22:24:04 +07:00