aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More H7 code.Giovanni Di Sirio2017-12-254-155/+503
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11180 35acf78f-673a-0410-8e92-d51de3d6d3f4
* It compiles, not tested and unfinished.Giovanni Di Sirio2017-12-243-52/+193
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11179 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More H7 code, not functional yet.Giovanni Di Sirio2017-12-246-591/+820
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11178 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update AVR multi demo configuration files.Theodore Ateba2017-12-234-32/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11177 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a demo for ChibiOS/NIL test suite purpose.Theodore Ateba2017-12-237-0/+1394
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11176 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a demo for ChibiOS OSLIB test suite purpose.Theodore Ateba2017-12-236-0/+1564
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11175 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a demo for ChibiOS RT test suite purpose.Theodore Ateba2017-12-236-0/+1564
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11174 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11173 ↵Giovanni Di Sirio2017-12-233-138/+74
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More unfinished H7 work.Giovanni Di Sirio2017-12-2311-176/+3810
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11172 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More H7 code.Giovanni Di Sirio2017-12-222-217/+268
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11170 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11169 ↵edolomb2017-12-2219-0/+5428
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11168 ↵edolomb2017-12-221-6/+7
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11167 ↵edolomb2017-12-222-0/+29
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GMAC driveredolomb2017-12-223-0/+1164
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11166 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11165 ↵edolomb2017-12-221-9/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed missing documentation tag.Giovanni Di Sirio2017-12-221-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11164 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Workaround for GCC7 fallthrough bug.Giovanni Di Sirio2017-12-222-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11161 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved "falls through" comments outside #if block.Giovanni Di Sirio2017-12-221-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11158 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update all configuration files of testhal to avoid the error ↵Theodore Ateba2017-12-217-7/+7
| | | | | | CH_DBG_TRACE_MASK not defined in chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11155 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update NIL demos files to resolve the error undefined reference to ↵Theodore Ateba2017-12-2012-43/+17
| | | | | | __heap_base__ and undefined reference to __heap_end__ git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11154 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Update all configuration files of RT demos to avoid the error ↵Theodore Ateba2017-12-209-582/+886
| | | | | | CH_DBG_TRACE_MASK not defined in chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11153 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11152 ↵Giovanni Di Sirio2017-12-202-72/+101
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed missing F_UNLOCK in chFactoryFindObjectByPointer()isiora2017-12-201-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11151 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong initialization of FIFO objects.Giovanni Di Sirio2017-12-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11150 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added new API function to factory.Giovanni Di Sirio2017-12-202-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11149 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Minor documentation fix.Giovanni Di Sirio2017-12-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11148 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Resolve copilation errors due to new flags on configuration file. ↵Theodore Ateba2017-12-193-17/+15
| | | | | | Remove the test suite part due to binary footprint under 100% of flash. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11147 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More H7 code, incomplete.Giovanni Di Sirio2017-12-188-1/+4807
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11146 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Initial STM32H7 stuff.Giovanni Di Sirio2017-12-1714-1/+2239
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11145 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added standard debug files to HTTPS WolfSSL demo.Giovanni Di Sirio2017-12-162-0/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11144 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Merged WolfSSL patch.Giovanni Di Sirio2017-12-1626-0/+6457
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11143 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #909.Giovanni Di Sirio2017-12-142-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11142 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Duplicated code removed.Giovanni Di Sirio2017-12-141-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11140 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Test improvements.Giovanni Di Sirio2017-12-106-133/+331
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11139 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved tests.Giovanni Di Sirio2017-12-106-190/+239
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11138 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed test thread stack size.Giovanni Di Sirio2017-12-093-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11137 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed tickles mode with 16 bits system time.Giovanni Di Sirio2017-12-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated all NIL chconf.h files.Giovanni Di Sirio2017-12-0920-260/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11135 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added support for HSI48 on STM32L4 devices that have it.Giovanni Di Sirio2017-12-084-4/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11133 ↵Giovanni Di Sirio2017-12-076-107/+517
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11132 ↵Giovanni Di Sirio2017-12-075-5/+670
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GHS-related changes.Giovanni Di Sirio2017-12-078-199/+687
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11131 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed unsupported drivers.Giovanni Di Sirio2017-12-077-111/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11130 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11129 ↵Giovanni Di Sirio2017-12-074-55/+112
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11128 ↵Giovanni Di Sirio2017-12-0710-556/+267
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GHS working now.Giovanni Di Sirio2017-12-074-53/+390
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11127 35acf78f-673a-0410-8e92-d51de3d6d3f4
* e200 make files adjustmentsGiovanni Di Sirio2017-12-0712-12/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11126 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated Eclipse metadata.Giovanni Di Sirio2017-12-061-6/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11125 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New makefiles.Giovanni Di Sirio2017-12-063-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11124 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11123 ↵Giovanni Di Sirio2017-12-062-82/+70
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4