Wykres commitów

187 Commity (master)

Autor SHA1 Wiadomość Data
mathison e30e0bf060 Added info on software and supported radios to README 2025-01-05 12:19:12 +01:00
Simon Küppers 8b57c623e2
Update README.md
Added link for ASL
2025-01-04 18:02:28 +01:00
rhgndf b1b534aa07 Add watchdog reset 2025-01-04 16:48:57 +01:00
chevybowtie 9d903bbf43 Update README.md
add an additional setting required for PTT to work properly on a PX-888 HT
2025-01-04 16:01:26 +01:00
chevybowtie 4321416c97 Update README.md
Settings for ALS3 for a basic AIOC interface to an inexpensive HT
2025-01-04 16:01:26 +01:00
Simon Kueppers ea57a6b2d9 Implemented a rudimentary Host OS detection for better MacOS support for UAC2.0 2025-01-02 10:32:54 +01:00
Simon Kueppers bb71ef3d28 Removed obsolete manual stm32 endpoint callback 2025-01-02 10:32:54 +01:00
Simon Kueppers 55c40c8969 Bumped tinyusb to 0.17.0 release 2025-01-02 10:32:54 +01:00
Simon Küppers 8378a9f81f
Update README.md 2024-11-19 09:57:12 +01:00
Simon Küppers 471ba73abe
Add note to v1.2 hardware 2024-10-27 09:41:28 +01:00
Simon Küppers 21cc08cec4
Update README.md
Add Ko-Fi Button
2024-10-27 09:11:23 +01:00
Simon Küppers 85dfb108ac
Create FUNDING.yml 2024-10-27 09:09:41 +01:00
Simon Küppers d7ff1490ba
Update README.md
Added link to dl-nordwest
2024-10-26 10:20:40 +02:00
Simon Küppers cad5707d16
Update README.md
Added note regarding v1.1 hardware
2024-09-18 14:13:01 +02:00
Simon Kueppers 97f82cf5f9 Refactored IO naming to explicit IN and OUT in settings module 2024-09-18 13:29:20 +02:00
Simon Kueppers 595e7902bc Overhauled HID configuration interface due to issues with using report_ids on Windows 2024-09-18 13:29:20 +02:00
Simon Kueppers 6169b7911c Implemented functionality of hardware input pins on PB6/PB7 2024-09-18 13:29:20 +02:00
Simon Küppers 0d58a07c2e
Update README.md
Added note regarding TRS intermittent joints
2024-09-18 11:21:28 +02:00
Simon Küppers e551ac2978
Update README.md
Added compatiblity note
2024-09-17 12:56:35 +02:00
Simon Kueppers e93be6926f Doubled CDC serial buffer size, due to instability issues with firmware updates on certain models 2024-07-14 16:40:18 +02:00
Simon Kueppers 92d70d3ec5 Renamed registers 2024-07-14 16:40:18 +02:00
Simon Küppers 5dbe16d50b
Update README.md
Added a few notes
2024-02-11 16:21:25 +01:00
Simon Küppers a2b50fa4bc
Update README.md 2024-01-20 14:59:55 +01:00
Simon Küppers d32fb2e629
Update README.md
Reformatted the future work portion
2024-01-20 14:59:35 +01:00
Simon Küppers 20962d494a
Merge pull request #45 from rxt1077/patch-2
Update README.md with 3D printed case link
2024-01-20 14:45:39 +01:00
Simon Küppers d89b5a29d1
Update README.md
Adjusted text for 3D printed case
2024-01-20 14:45:18 +01:00
Simon Küppers 63cb2a70c1
Merge pull request #52 from klinquist/bootloader-mode-photo
Include photo of shorted pins, add sudo note
2024-01-20 14:37:17 +01:00
Simon Küppers 2c7b92c231
Update README.md
Changed sudo note
2024-01-20 14:36:46 +01:00
Simon Küppers 64d2d73993
Update README.md
Added note regarding parts for self-sourcer
2024-01-20 14:30:34 +01:00
Kris Linquist e5d031dfe5 Include photo of shorted pins, add sudo note 2024-01-09 08:09:05 -08:00
Simon Kueppers 68e1e46ea1 Added debug hooks into audio and PTT system 2024-01-01 17:03:52 +01:00
Simon Kueppers 2fd3f70917 Added various read-only debug registers to register map 2024-01-01 17:03:30 +01:00
Simon Kueppers e853047a2c Moved flash definitions into linker file and added explicit invalidation into the programming file. This way the user configuration is lost on each firmware upgrade. Although inconvenient, it's required for now since settings might not be compatible between versions 2023-12-31 16:08:20 +01:00
Simon Kueppers c0fbd8c746 Made Virtual COS/PTT configurable via new configuration interface 2023-12-31 16:06:35 +01:00
Simon Kueppers af0ddf9714 Added new settings registers for IO routing and made interaction between UART and PTT configurable 2023-12-31 13:38:32 +01:00
Simon Kueppers e839f4a119 Added COS abstraction layer 2023-12-30 15:12:26 +01:00
Simon Kueppers 4d08129d49 Modified the CM108 HID report descriptor and set all button presses to unassigned function so as to not interfere with the host system 2023-12-30 15:12:26 +01:00
Simon Kueppers cd47d69fe1 Implemented first preview of automatic PTT and COS assertion 2023-12-30 15:12:26 +01:00
Simon Kueppers 122c8dd21b Added functionality to send back linestate reports to host. This is currently not working correctly 2023-12-30 15:12:26 +01:00
Simon Kueppers 43cd92f3bb Added functionality to send back HID button presses to host 2023-12-30 15:12:26 +01:00
Simon Kueppers 8345f991ec Added configurability of USB VID:PID (issue #46) 2023-12-30 15:07:49 +01:00
Simon Kueppers 6c9cfed30a Adjusted PTT/serial collision code to only examine PTT1 status 2023-12-30 15:07:49 +01:00
Simon Kueppers 3c2e4d7849 Implemented settings module for storing AIOC settings in a register map format 2023-12-30 15:07:49 +01:00
Simon Kueppers ae56bc7af4 Switched from our own tinyusb bugfix branch to official 0.16.0 release
https://github.com/hathach/tinyusb/pull/1828
2023-12-30 15:07:49 +01:00
Ryan Tolboom ec6dc0eac0
Update README.md with 3D printed case link
Resolves #44
2023-11-09 19:07:09 -05:00
Simon Küppers 865ff28c81
Update README.md
Added note regarding missing parts from JLCPCB
2023-11-08 17:54:37 +01:00
Simon Küppers 1d65f881fe
Update README.md
Added Adafruit TRS connector compatibility
2023-11-04 12:54:27 +01:00
Simon Kueppers 09bb15d94a Added additional newlib stubs due to failing build (issue #36) 2023-09-10 18:52:43 +02:00
Simon Küppers 2ff6a934a6
Merge pull request #35 from larsks/fix/readme
Fix erroneous link in README
2023-07-30 19:11:09 +02:00
Lars Kellogg-Stedman ac62d6fd06
Fix erroneous link in README
The link to information about the TRS connectors pointed to the wrong
section.
2023-07-24 23:24:33 -04:00