Commit Graph

  • 57427aec4d Improved LFS support, not it is possible to make an LFS file system at arbitrary positions in flash. Giovanni Di Sirio 2024-10-09 13:41:46 +0000
  • 6feb1a794d LFS bindings improved with a base parameter. Giovanni Di Sirio 2024-10-09 13:24:17 +0000
  • 0d8248435d Added support for STM32L431xx. vrepetenko 2024-10-09 12:58:01 +0000
  • 758e77c09f New XSNOR framework replacing the old serial_nor. It allows multiple device types on multiple interfaces and devices auto-detection. STM32-WSPI-MFS demo modified to showcase the new capabilities. Giovanni Di Sirio 2024-10-09 10:29:53 +0000
  • ffc90b0ae3 More stub macros. Giovanni Di Sirio 2024-10-09 10:00:14 +0000
  • bbeb9eb907 Fixed gpdmaInit() name. Giovanni Di Sirio 2024-10-09 09:49:42 +0000
  • db12a29856 Changed various WSPI LLDs to not leave undefined modes. Giovanni Di Sirio 2024-10-09 09:27:41 +0000
  • c1f1dc9477 MX25 apparently working. Giovanni Di Sirio 2024-10-09 08:34:56 +0000
  • c08c6d2d5b Fixed few errors on MX25. Giovanni Di Sirio 2024-10-09 07:23:50 +0000
  • 4451ce567c Add line editing to XSHELL fxcoder 2024-10-08 13:23:49 +0000
  • 79ff212f25 MX25 ready for testing. Giovanni Di Sirio 2024-10-08 11:58:38 +0000
  • 0d95ea03f1 Add multi-command per line support (; separated) fxcoder 2024-10-07 23:19:37 +0000
  • 4038b1971c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16618 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-10-07 13:26:22 +0000
  • 05edf9138a Fixed some problems, some work done for MX25. Giovanni Di Sirio 2024-10-07 11:14:37 +0000
  • bcefe1ecca git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16616 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-10-07 09:09:02 +0000
  • 90954b5148 Makefiles now can check for multiple inclusions of common subsystems. Giovanni Di Sirio 2024-10-07 08:47:27 +0000
  • 4e7b069816 It is all "xsnor" now. Giovanni Di Sirio 2024-10-06 05:03:43 +0000
  • c18796b23d Renaming. Giovanni Di Sirio 2024-10-06 04:56:37 +0000
  • fa94053240 Renamed. Giovanni Di Sirio 2024-10-06 04:51:08 +0000
  • 8c5a68531b Moving namespace to xsnor. Giovanni Di Sirio 2024-10-06 04:49:55 +0000
  • e94ebf02c3 MFS test suite passed!! Giovanni Di Sirio 2024-10-05 18:44:20 +0000
  • a8d4df561d Some more errors fixed, MFS test suite still failing. Giovanni Di Sirio 2024-10-05 18:16:15 +0000
  • 2e83264e79 Fixed more errors and added a confirmation check to memory initialization code. Giovanni Di Sirio 2024-10-05 16:13:33 +0000
  • 2a2c4ca46b More errors fixed, there are more. Giovanni Di Sirio 2024-10-05 14:38:24 +0000
  • 5318386c8c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16606 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-10-05 08:18:33 +0000
  • eadcda4b20 Should be "done", ready for testing. Giovanni Di Sirio 2024-10-01 09:51:16 +0000
  • 24aea2d47b Support for 4 bytes addresses over SPI. Giovanni Di Sirio 2024-10-01 08:57:16 +0000
  • eb114e7183 Simplified flash subclasses interface. Giovanni Di Sirio 2024-10-01 08:17:57 +0000
  • e8c8093e78 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16602 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-29 16:20:31 +0000
  • 8d3baa31dd Fixed few errors and more N25Q support code. Giovanni Di Sirio 2024-09-29 08:16:19 +0000
  • 69d9074982 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16600 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-28 08:54:58 +0000
  • 9270357e04 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16599 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-27 12:06:01 +0000
  • 38477f6deb Introduced device-specific configuration options. Giovanni Di Sirio 2024-09-27 08:21:35 +0000
  • 4e5f3a4c1f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16597 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-25 15:12:18 +0000
  • 525dfa6323 Configuration rationalized. Giovanni Di Sirio 2024-09-25 08:52:06 +0000
  • 3cb8e0f129 More SPI-related support code. Giovanni Di Sirio 2024-09-25 08:20:12 +0000
  • bab1787228 doc fix Giovanni Di Sirio 2024-09-25 08:19:52 +0000
  • ada8b5e94f More SPI code. Giovanni Di Sirio 2024-09-24 13:52:51 +0000
  • 946c14fdfb More SPI-related changes. Giovanni Di Sirio 2024-09-24 13:01:16 +0000
  • e2e2d42a88 SPI support, not finished. Giovanni Di Sirio 2024-09-24 10:37:36 +0000
  • e4850a59ca XShell added prompt command and API, other minor features and history bug fix fxcoder 2024-09-24 09:01:13 +0000
  • 97dfdfc328 Some N25Q code. Giovanni Di Sirio 2024-09-23 16:43:45 +0000
  • 6b4186af6f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16588 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-23 16:38:20 +0000
  • b8569f022d Added readme. Giovanni Di Sirio 2024-09-23 11:51:57 +0000
  • 0bff87a154 Ported chconf.h to correct version edolomb 2024-09-23 11:24:34 +0000
  • e64276fba7 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16585 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-23 11:22:21 +0000
  • ad16f61b3d Fixed bug #1291 and enabled filter feature in FDCANv1 and FDCANv2 Added G4 CAN demos edolomb 2024-09-23 11:16:30 +0000
  • 99da7ad9fa Enabled can filter in FDCANv2 edolomb 2024-09-23 11:00:53 +0000
  • 4963301a69 Added Demo CAN for G4 edolomb 2024-09-23 10:59:23 +0000
  • d21919cc76 Added SNOR device template. Giovanni Di Sirio 2024-09-23 10:51:47 +0000
  • 9f2dc3ebd7 Fixed bug #1291 and enabled filter feature edolomb 2024-09-23 10:16:42 +0000
  • b53208fc76 Fixed few errors (compile). Giovanni Di Sirio 2024-09-22 17:59:06 +0000
  • 93984dce00 More code, base class almost done. Giovanni Di Sirio 2024-09-22 16:49:26 +0000
  • 3417b9927b More work on SNOR. Giovanni Di Sirio 2024-09-22 15:52:09 +0000
  • 9715f2b24c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16576 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-22 10:17:34 +0000
  • 542808d9df New SNOR code, experimental and unfinished. Giovanni Di Sirio 2024-09-19 15:39:19 +0000
  • 5b65567175 XShell small fixes. Giovanni Di Sirio 2024-09-18 15:06:30 +0000
  • fac939ad95 Command history in XShell (buggy). Giovanni Di Sirio 2024-09-17 17:33:14 +0000
  • cf11b29d7c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16572 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-16 10:46:52 +0000
  • 9b02079c73 Added shell priority parameter. Giovanni Di Sirio 2024-09-16 10:45:03 +0000
  • 28311fbe23 Simplification of threds spawn, deprecated some old macros. Giovanni Di Sirio 2024-09-16 10:39:58 +0000
  • a1f5802814 Bun in xshell, replaced shell with xshell in RT-STM32-SHELL demo. Giovanni Di Sirio 2024-09-13 13:30:37 +0000
  • c627599bfc git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16568 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-13 12:30:57 +0000
  • 8c91458cd5 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16567 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-13 12:29:26 +0000
  • d7cdb40b12 New XShell specific for the new RT, it leverages the new thread dispose feature. Giovanni Di Sirio 2024-09-13 10:03:39 +0000
  • a1c71bb8ce Added support for STM32F401-BLACK-PILL edolomb 2024-09-12 15:16:08 +0000
  • da979738dc Fixed bug #1290 edolomb 2024-09-12 11:11:16 +0000
  • ff4077f59e Fixed bug #1289 edolomb 2024-09-12 10:21:56 +0000
  • e5216e7292 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16562 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-11 16:25:46 +0000
  • 79ef2f9748 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16561 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-09-11 15:50:46 +0000
  • 9c20dbf283 Preliminar work on an enhanced shell. Giovanni Di Sirio 2024-09-11 09:52:06 +0000
  • a9a2a1cb49 Changed "mpool" field name in a more generic "object". Giovanni Di Sirio 2024-09-11 09:51:23 +0000
  • 0eddf2cdc3 Small changes to the new thread "spawn" API. Added one use example to be extended to all demos in the future. Giovanni Di Sirio 2024-09-10 12:50:19 +0000
  • 72b4172e29 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16557 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 fxcoder 2024-09-10 10:12:57 +0000
  • 45fd0626cb Fixed thread context initialization. Giovanni Di Sirio 2024-09-10 10:01:38 +0000
  • e559223be7 Modified G4 ld files to use SRAM1 only by default. Apparently using SRAM2 or CCM for thread stacks can reduce performance of 10..20%. Giovanni Di Sirio 2024-09-10 08:17:33 +0000
  • 8e77a8fcd5 LWIP fix related to possible systick frequencies. Giovanni Di Sirio 2024-08-28 11:19:49 +0000
  • d331e05ba9 LWIP fix related to possible systick frequencies. Giovanni Di Sirio 2024-08-28 11:19:49 +0000
  • 48c322181f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_21.11.x@16553 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-27 12:32:51 +0000
  • 033550db49 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16553 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-27 12:32:51 +0000
  • 93560d49ee git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16552 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-27 11:55:07 +0000
  • 4fcb6aa3ac git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16551 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-27 09:06:09 +0000
  • 09420b9b4c Fixed a bug related to USARTv3/SD9. Giovanni Di Sirio 2024-08-27 08:40:51 +0000
  • 6bdc854d82 Fixed a bug related to USARTv3/SD9. Giovanni Di Sirio 2024-08-27 08:40:51 +0000
  • 32acaa3bbc Merged RT8 with SMP-related improvements. Giovanni Di Sirio 2024-08-26 15:42:51 +0000
  • 155d3f3ed5 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16542 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-17 07:34:02 +0000
  • 8aa4c34ac1 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16541 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-17 07:31:47 +0000
  • 44578cc49b Updated ADCv4 with ADC3-DMA support. Giovanni Di Sirio 2024-08-17 07:07:03 +0000
  • 6ac915f6bf Preparation changes in H7 mcuconf.h files. Giovanni Di Sirio 2024-08-16 11:57:41 +0000
  • 865693539d Recursive locks in RT and NIL made optional, only enabled if the underlying port supports the capability. Giovanni Di Sirio 2024-08-16 09:21:15 +0000
  • d008219863 Recursive locks in RT and NIL made optional, only enabled if the underlying port supports the capability. Giovanni Di Sirio 2024-08-16 09:21:15 +0000
  • bd9ad6946e Recursive locks in RT and NIL made optional, only enabled if the underlying port supports the capability. Giovanni Di Sirio 2024-08-16 08:30:03 +0000
  • 97e6ace463 FDCANv2 fix. Giovanni Di Sirio 2024-08-15 09:09:06 +0000
  • c22bc4ad83 FDCANv2 fix. Giovanni Di Sirio 2024-08-15 09:09:06 +0000
  • 801e24e062 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_21.11.x@16534 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-14 09:33:04 +0000
  • 840cfcbe56 Updated version numbers. Giovanni Di Sirio 2024-08-14 08:53:45 +0000
  • ca9801a341 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16531 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-14 08:52:44 +0000
  • 31786f55e6 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_21.11.x@16530 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-14 08:46:45 +0000
  • 6c56491550 Fixed bug #1288. Giovanni Di Sirio 2024-08-14 08:42:31 +0000
  • 2edb8fc302 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16528 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 Giovanni Di Sirio 2024-08-14 08:40:46 +0000