Commit Graph

156 Commits

Author SHA1 Message Date
Theodore Ateba 00c51e1016 [AVR] Fix demo build, we run out of RAM.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15930 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-28 11:30:48 +00:00
Theodore Ateba d5788bf2d0 [AVR] Fix demo build, we run out of memory with shell and test bench.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15929 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-28 11:26:54 +00:00
Theodore Ateba 0b1d16e646 [AVR] Fix code style in AVR demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15926 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-26 22:12:59 +00:00
Giovanni Di Sirio fa854a079b Mass update... again.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15923 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-26 10:47:54 +00:00
Giovanni Di Sirio cb09158dc9 Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15917 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-25 13:58:53 +00:00
Giovanni Di Sirio f84032701c Mass EOL change to Unix mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15872 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-12-11 14:52:30 +00:00
Theodore Ateba 494e740771 [AVR] Update Xmega1284a Makefile, with programmer dfu-programmer 0.6.1 no more need to use the force argument.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15853 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-11-29 21:55:45 +00:00
Theodore Ateba 507750ab8b [AVR] Add AVR/RT C++ demo for Arduinio Uno board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15850 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-11-22 23:26:56 +00:00
Giovanni Di Sirio 401b51b089 Tentative fix for AVR regressions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15822 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-10-10 18:40:53 +00:00
Giovanni Di Sirio 7690f84348 Mass change: Source code convention changed from CRLF to just CR (Unix).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15741 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2022-08-29 15:54:32 +00:00
Giovanni Di Sirio c01e5a7c22 Added a new CH_CFG_HARDENING_LEVEL option to RT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15242 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-12-13 15:44:12 +00:00
Giovanni Di Sirio f476d11ed9 Typo in chconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15111 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-18 15:42:21 +00:00
Giovanni Di Sirio d3892df86d RT and NIL upgraded to support the enhanced OSLIB. Mass update of chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15085 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-16 09:02:52 +00:00
Theodore Ateba 0e5d2023d4 Align AVR demo Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15018 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-11-06 17:36:18 +00:00
Giovanni Di Sirio 47ff415e48 Mass update of halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14945 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-10-24 15:48:38 +00:00
Giovanni Di Sirio a0982b7301 HAL version number to 8.0. Renamed HAL error codes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14914 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-10-16 17:21:41 +00:00
Theodore Ateba 6eb567a97a Fix compilation error: test.mk: No such file or directory
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14699 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-08-22 10:23:42 +00:00
Giovanni Di Sirio c26d770f26 Modified all makefiles to include the new test library.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14564 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-20 07:18:57 +00:00
Theodore Ateba 4aabe45c98 Fix compilation error for demos/AVR/RT-TEENSY2-USB.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14557 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-17 10:30:34 +00:00
Theodore Ateba b79efa1963 Add flag to avoid liker error message aboud undefined references
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14556 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-15 21:06:04 +00:00
Giovanni Di Sirio 763f9e6ce0 RFCU implemented.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14442 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-05-30 07:10:59 +00:00
Giovanni Di Sirio 4a1c137eb5 Introduced "root" system variable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14137 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-05 12:12:19 +00:00
Giovanni Di Sirio 2a4fc42a13 Configuration files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14123 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-02 17:43:54 +00:00
Giovanni Di Sirio 417d450e0b Fixed bug #1128.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13893 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-10-31 10:40:11 +00:00
Giovanni Di Sirio f873b7b469 Configuration files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13834 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-09-05 06:26:10 +00:00
Giovanni Di Sirio 5deb16f16d RT7 merged, only ARMv7-M port functional.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13748 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-12 13:15:38 +00:00
Giovanni Di Sirio 02b653d98c New API for high resolution monotonic time stamps.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13744 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-11 06:16:26 +00:00
Theodore Ateba 3f30c447a3 [demo][avr] Update the AVR demo with the new Makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13300 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-21 00:59:46 +00:00
Theodore Ateba 72f8edfd81 [demos][avr] Fix error CH_CFG_USE_DELEGATES requires CH_CFG_USE_MESSAGES
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13295 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-18 15:37:34 +00:00
Theodore Ateba b2c4e5c7c3 [demos][avr] Update the AVR NIL demos with the new API for thread creation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13294 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-18 15:26:47 +00:00
Theodore Ateba a3957b7b09 [avr][demo] This is a commit to to test the commit process.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13288 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-01-18 13:38:26 +00:00
Giovanni Di Sirio 7ed6e8efd7 chconf.h mass update for jobs queues
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13206 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-05 09:17:04 +00:00
Giovanni Di Sirio 82b91d56e7 Mass update of chconf.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13185 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-11-17 10:18:41 +00:00
Giovanni Di Sirio 4019d184a5 Mass update of chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13075 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-10-05 11:12:47 +00:00
Giovanni Di Sirio 4430e2c8a1 RT version number update, regenerated configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12999 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-09-19 05:37:42 +00:00
Giovanni Di Sirio 52448e526b More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12800 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-05-18 09:59:41 +00:00
Giovanni Di Sirio a853d27a6d Embedded flash driver preparations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12721 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-07 09:44:13 +00:00
Giovanni Di Sirio 10415a981e More Nil enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12644 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-02-08 14:36:53 +00:00
Giovanni Di Sirio 62133042e0 NIL configuration files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12640 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-02-06 17:59:49 +00:00
Giovanni Di Sirio 88a4752f81 Integrated NIL 4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12620 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-02-02 10:59:16 +00:00
gdisirio e3c246361b Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12582 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-26 07:00:49 +00:00
Giovanni Di Sirio e351308f44 Mass update of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12575 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-21 21:11:16 +00:00
Giovanni Di Sirio 5ad3d2426f Removed references to QSPI to most configuration files, more to do.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12330 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-10-06 04:48:41 +00:00
Giovanni Di Sirio 85d62cbdf6 Added WSPI-related code, updated halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12311 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-30 17:01:52 +00:00
Giovanni Di Sirio f562ee4948 Mass update of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12306 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-29 16:14:19 +00:00
Giovanni Di Sirio 7c9ad610a6 Fixed a wrong comment in usbcfg.c files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12278 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-19 13:08:36 +00:00
gdisirio 34d794f731 Mass update of halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12257 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-15 08:11:45 +00:00
Theodore Ateba 5a7e462d46 AVR: Enable the UART driver to avoid compilation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12246 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-09-06 13:23:09 +00:00
Giovanni Di Sirio 2f43a43dca Fixed bug #962.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12166 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-07-15 06:48:58 +00:00
Theodore Ateba 6408b184b8 Revert commit 110e8d01-0319-4d1e-a829-52ad28d1bb01, bad file name in halconf.h file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12118 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-06-22 07:42:09 +00:00