<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/max32690, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/max32690?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/max32690?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-08-22T05:37:11Z</updated>
<entry>
<title>circleci tweaks (#2770)</title>
<updated>2024-08-22T05:37:11Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-22T05:37:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=858ad66c9316250876dad533e47513b7def915d1'/>
<id>urn:sha1:858ad66c9316250876dad533e47513b7def915d1</id>
<content type='text'>
* skip circleci build on master push
* change max32666 probe to jlink, max32625pico is not reliable enough</content>
</entry>
<entry>
<title>implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture example with iso kind of work but not smoothly. audio example does not seems to work as expected</title>
<updated>2024-08-19T05:04:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T04:59:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8fdd8d9a7b83bfb79ac9a02142592d7ee4948b83'/>
<id>urn:sha1:8fdd8d9a7b83bfb79ac9a02142592d7ee4948b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS &lt; 5</title>
<updated>2024-08-14T16:59:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-14T16:59:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0be427bae95ef0fe94cb6f0b405eb5c3bbae160a'/>
<id>urn:sha1:0be427bae95ef0fe94cb6f0b405eb5c3bbae160a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Combined DCD MUSB implementations</title>
<updated>2024-07-25T13:08:37Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-25T13:08:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5122d6d109f8c4b31b6cbe29c685fad30a8961fe'/>
<id>urn:sha1:5122d6d109f8c4b31b6cbe29c685fad30a8961fe</id>
<content type='text'>
Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral.
 - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup.
 - Combined TM4C and MSP432E into a single header file.
 - Created musb_max32.h, and removed the MAX32 specific C implementation.
 - Updated MAX32 build system to use dcd_musb.c.
 - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing.
</content>
</entry>
<entry>
<title>Pre-commit fixes.</title>
<updated>2024-07-11T16:13:30Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-11T16:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13f5f20c981cc54baa8438e275524db03fb79e94'/>
<id>urn:sha1:13f5f20c981cc54baa8438e275524db03fb79e94</id>
<content type='text'>
Resolve codespell and EOF errors found in the pre-commit CI task.
</content>
</entry>
<entry>
<title>Minor build system fix</title>
<updated>2024-07-10T19:52:43Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-10T19:52:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=494533f9d7b7961dd9a3acf7c2e9070f8ba172b5'/>
<id>urn:sha1:494533f9d7b7961dd9a3acf7c2e9070f8ba172b5</id>
<content type='text'>
Correct a case-sensitive file extension issue in the MAX32690 build scripts.  Did not present itself as an issue under MinGW or MSYS, just Linux.
</content>
</entry>
<entry>
<title>BSP Cleanup</title>
<updated>2024-07-10T19:18:59Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-10T19:18:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f49725d2c958dd1368b5ca191a00be72543c0752'/>
<id>urn:sha1:f49725d2c958dd1368b5ca191a00be72543c0752</id>
<content type='text'>
 - Added MSDK flash rules for CMake
 - Removed partial IAR support. Uniform GCC support across MAX32 parts
 - Updated build scripts for correctly signing the MAX32651
 - Added README files for the BSPs to describe flashing and limitiations
</content>
</entry>
<entry>
<title>MAX32650/1/2 Support</title>
<updated>2024-07-02T22:02:11Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-02T22:02:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0c37f93bc850a881327714997ec1bfeaf69173ed'/>
<id>urn:sha1:0c37f93bc850a881327714997ec1bfeaf69173ed</id>
<content type='text'>
Added support for the MAX32650/1/2 series parts
 - MAX32650FTHR, MAX32650EvKit, MAX32651EvKit
 - Added special flash rule for MAX32651 due to signing required
 - Added depencies to flash-msdk rules for executable
</content>
</entry>
<entry>
<title>Build System Updates</title>
<updated>2024-07-02T15:54:23Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-02T15:54:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=835a6ed62299ea29c04215d3a4547b74803661c6'/>
<id>urn:sha1:835a6ed62299ea29c04215d3a4547b74803661c6</id>
<content type='text'>
Updated MAX32690 and MAX78002 linker and cmake scripts to work with CMake + Ninja build system.  Verified all example projects build with the tools/build.py script for both board, and both make and cmake build systems.
</content>
</entry>
<entry>
<title>AD-APARD32690-SL Support and Cleanup</title>
<updated>2024-07-01T20:31:17Z</updated>
<author>
<name>Brent Kowal</name>
<email>brent.kowal@analog.com</email>
</author>
<published>2024-07-01T20:31:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0b82af61f3ca7f6b708399c49519fb109ab33abb'/>
<id>urn:sha1:0b82af61f3ca7f6b708399c49519fb109ab33abb</id>
<content type='text'>
 - Added BSP for AD-APARD32690-SL board (apard32690)
 - Ran clang-formatting on previously committed code
 - Removed LOG messages from dcd_max32.c
</content>
</entry>
</feed>
