aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
* Added crypto templates.Giovanni Di Sirio2017-10-223-11/+515
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10873 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed doc and checks.Giovanni Di Sirio2017-10-221-16/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10872 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added stubs.Giovanni Di Sirio2017-10-221-2/+315
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10871 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More crypto code, still unfinished.Giovanni Di Sirio2017-10-224-115/+189
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10870 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Crypto driver initial setup.Giovanni Di Sirio2017-10-2210-0/+1055
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10869 35acf78f-673a-0410-8e92-d51de3d6d3f4
* OSALs alignment.Giovanni Di Sirio2017-10-183-100/+188
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10848 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Typos and one error.Giovanni Di Sirio2017-10-182-8/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10847 35acf78f-673a-0410-8e92-d51de3d6d3f4
* NIL adapted to the new API.Giovanni Di Sirio2017-10-182-90/+162
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10842 ↵Giovanni Di Sirio2017-10-171-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10838 ↵Giovanni Di Sirio2017-10-161-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reintegrated RT5 point1 branch.Giovanni Di Sirio2017-10-1640-573/+919
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10833 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: ↵Giovanni Di Sirio2017-10-161-4/+6
| | | | | | | | svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10832 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: ↵Giovanni Di Sirio2017-10-1519-99/+185
| | | | | | | | svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10822 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Fixed and optimizations, NOW it seems to work for intervals larger than ↵Giovanni Di Sirio2017-10-132-11/+13
| | | | | | | | | | | | system time. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10818 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Now it is APPARENTLY working for intervals larger than system time.Giovanni Di Sirio2017-10-131-31/+31
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10817 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Experimental code.Giovanni Di Sirio2017-10-132-11/+23
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10816 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: ↵Giovanni Di Sirio2017-10-122-15/+15
| | | | | | | | svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10815 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Added support for "large virtual timers", those allows for intervals greater ↵Giovanni Di Sirio2017-10-123-15/+43
| | | | | | | | | | | | than the system time capability. To be tested. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10814 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * Rework of virtual timers in RT5, preparation.Giovanni Di Sirio2017-10-126-58/+39
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10813 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * EXPERIMENTAL: Introduced sysinterval_t in RT, now system time and intervals ↵Giovanni Di Sirio2017-10-1221-379/+614
| | | | | | | | | | | | are different types and could have different sizes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rt5_dev_point1@10812 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Add calibration data inside the BMP085 drive.Theodore Ateba2017-10-152-119/+109
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10830 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed readme.Giovanni Di Sirio2017-10-151-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10829 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | Fixed readme.Giovanni Di Sirio2017-10-151-1/+1
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10828 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10827 ↵Giovanni Di Sirio2017-10-151-1/+1
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10826 ↵Giovanni Di Sirio2017-10-152-6/+6
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | More headers updated.Giovanni Di Sirio2017-10-1561-256734/+387897
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10825 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | CMSIS update and cleanup.Giovanni Di Sirio2017-10-15204-32994/+36856
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10824 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | AVR: Update the ICU header file.Theodore Ateba2017-10-131-2/+45
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10820 35acf78f-673a-0410-8e92-d51de3d6d3f4
* | AVR: Update ICU low level driver functions names.Theodore Ateba2017-10-131-6/+7
|/ | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10819 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #896.Giovanni Di Sirio2017-10-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10809 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10805 ↵Giovanni Di Sirio2017-10-101-1/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10804 ↵Giovanni Di Sirio2017-10-091-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10802 ↵Giovanni Di Sirio2017-10-092-9/+40
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10799 ↵Giovanni Di Sirio2017-10-081-2/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #895.Giovanni Di Sirio2017-10-082-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10797 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mailbox calls updated.Giovanni Di Sirio2017-10-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10793 35acf78f-673a-0410-8e92-d51de3d6d3f4
* lwIP 2.0.3 integratedGiovanni Di Sirio2017-10-074-105/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10790 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Comment style.Giovanni Di Sirio2017-10-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10789 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #892.Giovanni Di Sirio2017-10-064-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10788 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong definition on H32MX and H64MX pmcedolomb2017-10-061-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10785 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #891.Giovanni Di Sirio2017-10-061-16/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10784 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed old code.Giovanni Di Sirio2017-10-055-641/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10777 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed various typos and documentation-related issues.Giovanni Di Sirio2017-10-054-29/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10776 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved the weak Boot_Handler in the .boot section (as .boot is in the ↵isiora2017-10-041-2/+2
| | | | | | rules.ld now) git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10773 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added .boot section to startupisiora2017-10-041-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10772 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved .boot section in rules.ldisiora2017-10-041-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10771 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More bug #889.Giovanni Di Sirio2017-10-041-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10770 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 3, added objects factory settingsGiovanni Di Sirio2017-10-042-0/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10767 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 2, added version tag in chconf.h filesGiovanni Di Sirio2017-10-043-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10766 35acf78f-673a-0410-8e92-d51de3d6d3f4
* chconf.h files alignment pass 1Giovanni Di Sirio2017-10-042-3/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10765 35acf78f-673a-0410-8e92-d51de3d6d3f4