Commit Graph

11615 Commits

Author SHA1 Message Date
Giovanni Di Sirio 0070aac920 Fixed some errors in the template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15570 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-04-03 09:39:06 +00:00
Giovanni Di Sirio 6879635b5e Fixed a problem with OTG USB on STM32H723/33/25/35.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15569 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-31 12:41:02 +00:00
Giovanni Di Sirio 6d88ef4c72 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15568 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-30 13:17:10 +00:00
Giovanni Di Sirio 759af7d477 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15567 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-29 18:38:37 +00:00
Giovanni Di Sirio 42ffe27c35 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15566 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-29 07:14:20 +00:00
Giovanni Di Sirio 47360e49ec git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15565 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-28 14:16:18 +00:00
Giovanni Di Sirio b2db683929 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15564 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-28 11:10:53 +00:00
Giovanni Di Sirio 4adf9f490c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15563 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-28 08:50:54 +00:00
Giovanni Di Sirio 5641232c9e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15562 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-28 08:24:42 +00:00
Giovanni Di Sirio 1f28600f7f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15561 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-27 12:38:50 +00:00
Giovanni Di Sirio 66787d1126 OCTOSPIv2 now working in STR mode, still problems in DTR mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15560 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-27 12:16:15 +00:00
Giovanni Di Sirio 6c33dd8c86 Made buffers in MFS test suite non-cached.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15559 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-27 09:37:06 +00:00
Giovanni Di Sirio 3574b2909d Removed another local buffer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15558 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-27 09:17:04 +00:00
Giovanni Di Sirio 9b4bf3c9f0 Improved MFS to use explicitly non-cacheable buffers for potentially DMA-accessible I/O areas.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15557 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-27 08:34:14 +00:00
Giovanni Di Sirio 0fc6cb688f Added missing files, the demo still does not work.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15556 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-27 07:35:04 +00:00
Giovanni Di Sirio b072d687cb Fixed bug #1218.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15553 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-25 09:28:39 +00:00
Giovanni Di Sirio 141c1f6639 SNOR rework because cache-related issue, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15552 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-22 18:59:07 +00:00
Giovanni Di Sirio 7fbd1ae369 FatFS now functional on STM32H7xx, added a target to the VFS demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15551 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-22 08:32:36 +00:00
Giovanni Di Sirio d62c01ac48 Improved cache settings in STM32H7xx mcuconf.h.
Modified SDMMCv2 to allow for uncached buffers.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15550 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-21 11:21:51 +00:00
Giovanni Di Sirio b2f2f91972 Fixed regression.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15547 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-20 09:11:59 +00:00
Giovanni Di Sirio 1c35fe84d9 Board files realignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15545 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-20 08:50:02 +00:00
Giovanni Di Sirio e906633f93 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15544 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-19 15:36:48 +00:00
Giovanni Di Sirio 8fdbc10159 Added SD card detection code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15543 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-19 13:32:48 +00:00
Giovanni Di Sirio db203cfb84 Added demo for STM32H735 Discovery.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15542 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-19 11:59:06 +00:00
Giovanni Di Sirio 0b6a440551 Board files for ST_STM32H735IG_DISCOVERY.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15540 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-19 10:22:00 +00:00
Giovanni Di Sirio bbb6eb43a8 Small MDMA improvement.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15539 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 12:28:13 +00:00
Giovanni Di Sirio b40bae71c9 Fixed a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15537 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 09:50:13 +00:00
Giovanni Di Sirio 051f1ed184 Fixed bug #1230.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15534 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 09:37:50 +00:00
Giovanni Di Sirio fba5ea7f95 Fixed bug #1229.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15531 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 09:14:44 +00:00
Giovanni Di Sirio 4edce31f68 Fixed bug #1228.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15529 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 08:53:25 +00:00
Giovanni Di Sirio 1db669522c Fixed bug #1227.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15526 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-18 08:42:26 +00:00
Giovanni Di Sirio 88dd95e70f Removed check for old device revision.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15525 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-16 16:17:09 +00:00
Giovanni Di Sirio bcc7d7b15f Fixed ADC triggering for G071 build.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15519 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-16 10:30:19 +00:00
Giovanni Di Sirio c052603402 Fixed stuck driver start.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15518 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-16 10:16:15 +00:00
Giovanni Di Sirio 598d6fa6ff typos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15517 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-16 10:12:08 +00:00
Giovanni Di Sirio de2a2c9b02 Fixed bug #1225.
Fixed bug #1226.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15515 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-15 14:25:36 +00:00
Giovanni Di Sirio 2c48a71c0b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15514 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-15 13:01:09 +00:00
Giovanni Di Sirio 80cf2c38d4 Fixed bug #1224.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15511 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-14 12:43:56 +00:00
Giovanni Di Sirio 30c437bcdf Fixed bug #1223.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15508 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-14 12:22:28 +00:00
Giovanni Di Sirio f5114d9839 Fixed bug #1100.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15505 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-14 09:07:37 +00:00
Giovanni Di Sirio 7c3b54d051 Fixed bug #1222.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15503 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-14 08:21:34 +00:00
Giovanni Di Sirio c622d52f6b Fixed bug #1221.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15500 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-14 07:49:08 +00:00
Giovanni Di Sirio 9c2249427b git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15499 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-13 12:06:57 +00:00
Giovanni Di Sirio 44eed31543 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15495 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-13 09:43:28 +00:00
Giovanni Di Sirio 596250e2b8 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15491 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-13 09:26:01 +00:00
Giovanni Di Sirio 96085296ae git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15487 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-13 09:07:50 +00:00
Giovanni Di Sirio 3323eb379d Fixed bug #1220. Added OCTOSPIv2.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15486 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-13 09:03:49 +00:00
Giovanni Di Sirio 6880a6b8b0 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15485 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-12 13:11:18 +00:00
Giovanni Di Sirio 1a895884e2 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15484 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2022-03-11 09:29:30 +00:00
Giovanni Di Sirio 6fee977d76 Incomplete OCTOSPIv2 for STM32.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15483 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-03-11 09:15:47 +00:00