Commit Graph

6109 Commits

Author SHA1 Message Date
Giovanni Di Sirio 0ee0140b2b White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12987 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 15:25:54 +00:00
Giovanni Di Sirio 3de1374e38 Removed regarm_t from ARMCMx port, changed SB API return method.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12986 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 15:24:41 +00:00
Giovanni Di Sirio 43d1c573bc Code organization changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12985 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 14:48:51 +00:00
Giovanni Di Sirio bba90d0866 Fixes and new sbWait() API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12984 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 13:54:25 +00:00
Giovanni Di Sirio ad2a66cd42 Better errors handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12983 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 13:41:54 +00:00
Giovanni Di Sirio 9c7d9ba26e More API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12982 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-13 08:22:10 +00:00
Giovanni Di Sirio 26b29a6925 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12981 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2019-09-12 12:38:58 +00:00
Giovanni Di Sirio 6de7825d13 Sandbox concept refinements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12980 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-11 12:53:31 +00:00
Giovanni Di Sirio a2e373d78d Missing files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12979 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-11 04:18:11 +00:00
cinsights fd444de36f Fix STM32G0 EFL driver fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12978 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-08 03:19:27 +00:00
Giovanni Di Sirio 7040887600 Implemented support for multiple sandboxes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12977 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-07 14:35:52 +00:00
Giovanni Di Sirio dbbf320b3d Cortex-M SandBox subsystem added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12975 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-07 07:38:43 +00:00
Giovanni Di Sirio ee9c03736c chconf.h generators updated, fixed a typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12960 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-28 09:09:25 +00:00
Giovanni Di Sirio be0fa896d4 Test code for objects caches, to be enhanced.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12959 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-28 09:04:03 +00:00
Giovanni Di Sirio 107296cd78 Cache almost complete, tests to be created.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12957 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-25 13:27:36 +00:00
Giovanni Di Sirio 5b0a0fe5b0 Debugging...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12956 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-24 16:25:39 +00:00
Giovanni Di Sirio 61ae4853cb git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12955 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2019-08-24 15:17:59 +00:00
Giovanni Di Sirio ecc4225efe More changes on cache module, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12954 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-24 11:15:49 +00:00
Giovanni Di Sirio ca2c602919 More cache code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12953 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-23 12:51:13 +00:00
Giovanni Di Sirio 80b3141de4 Added module description.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12952 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-23 08:04:00 +00:00
Giovanni Di Sirio db364ffee4 More cache code, small fix in a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12951 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-23 07:40:15 +00:00
Giovanni Di Sirio 2f5eb6f313 Objects cache concept.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12950 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-22 08:47:06 +00:00
Giovanni Di Sirio 20742714c0 Removed old OSAL implementations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12949 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-11 12:13:52 +00:00
Giovanni Di Sirio 0fd433eda0 Added an option to change the shell thread name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12948 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-11 07:08:25 +00:00
Giovanni Di Sirio c05c319615 Made bus acquire/release functions in SNOR driver public.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12946 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-11 06:59:23 +00:00
Giovanni Di Sirio 723ec71674 Fixed bug #1042.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12944 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-11 06:28:28 +00:00
Giovanni Di Sirio c3e5b5ca23 Fixed bug #1041.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12939 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-08 06:55:12 +00:00
Giovanni Di Sirio 0e9e772f51 Fixed bug #1040.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12937 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-08 06:48:31 +00:00
Giovanni Di Sirio 272b779bfd Fixed bug #1010.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12936 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-08-08 06:41:15 +00:00
cinsights fada2872c1 Add STM32G0 EFL driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12921 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-20 14:05:51 +00:00
cinsights f936eb20e3 Refactor L4+ EFL sizing
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12920 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-20 13:35:48 +00:00
Giovanni Di Sirio 81e586a948 Fixed bug #1039.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12910 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-14 06:44:16 +00:00
Giovanni Di Sirio 9dcecbdacd Added an explicit cast.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12909 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-14 06:31:17 +00:00
Giovanni Di Sirio 59c835e58d Fixed small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-14 06:16:11 +00:00
Giovanni Di Sirio 1f17a9b55c Added STM32L452 support in HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12905 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-13 16:17:45 +00:00
Giovanni Di Sirio f54584737b Updated some more L0 mcuconfs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12901 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-11 12:20:52 +00:00
cinsights 5b3fceab1c Update board config to use UART2 versus LPUART1 for ST-LINK
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12900 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-11 11:55:41 +00:00
Giovanni Di Sirio 0aa3570ccf Fixed bug #1038.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12899 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-11 11:49:12 +00:00
Giovanni Di Sirio 368732f1be Mcuconf mass update. Refinements to shared ISRs for F0s.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12897 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-11 11:23:27 +00:00
Giovanni Di Sirio 3fd02036c2 Added mcuconf.h generator for STM32L052/L053/L062/L063.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12896 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-10 13:08:34 +00:00
Giovanni Di Sirio 131421fe93 Added mcuconf.h generator for STM32L072/L073.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12895 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-10 12:19:04 +00:00
Giovanni Di Sirio 9d05564539 L0 shared IRQ rework, mcuconfs to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12894 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-10 09:35:03 +00:00
Giovanni Di Sirio 8c335fdcf7 UART driver now compiles on G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12893 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-10 08:43:29 +00:00
Giovanni Di Sirio 9544a26cd5 Removed IRQ initialization when the ISR is suppressed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12892 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-09 19:47:15 +00:00
Giovanni Di Sirio 2f402d9764 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12891 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2019-07-09 19:40:36 +00:00
Giovanni Di Sirio e919853230 ISRs revision for G0, removed shared handler from UARTv2, L0 and F0 to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12890 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-09 11:47:19 +00:00
Giovanni Di Sirio ef53891490 Missing definitions in G0 registry.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12889 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-09 09:27:21 +00:00
Giovanni Di Sirio deca37741b EXTIv1 changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12888 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-09 08:03:08 +00:00
Giovanni Di Sirio 673b86136e EXTIv1 adapted to G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12887 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-08 14:43:44 +00:00
Giovanni Di Sirio 80589a2035 Added DMA MUX file for G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12885 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-07-07 14:27:21 +00:00