aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #877.Giovanni Di Sirio2017-08-243-1/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10469 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #876.Giovanni Di Sirio2017-08-242-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10467 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #875.Giovanni Di Sirio2017-08-241-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10464 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #864.Giovanni Di Sirio2017-08-222-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10459 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #874.Giovanni Di Sirio2017-08-2214-4/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10457 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #873.Giovanni Di Sirio2017-08-222-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10455 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative fix for L4 OTG.Giovanni Di Sirio2017-08-222-38/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10454 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative workaround for L4 OTG driver.Giovanni Di Sirio2017-08-205-62/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10453 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10452 ↵isiora2017-08-181-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added check to verify that the matrix H64H32 clock ratio is compatible with ↵isiora2017-08-181-12/+15
| | | | | | master clock frequency. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10451 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10450 ↵isiora2017-08-181-2/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Some renaming work for clearness.Giovanni Di Sirio2017-08-182-30/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10449 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added matrix H64H32 clock ratio.isiora2017-08-171-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10447 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added matrix clock ratio setting.isiora2017-08-171-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10446 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed SAMA_PIT define. Now it includes the dependency on busses clock ratio.isiora2017-08-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10445 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added clock ratio setting of the matrix busses,isiora2017-08-171-0/+2
| | | | | | | PIT clock depends on it. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10444 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Activate the USB driver in mcuconf file to build the demo without any error.Theodore Ateba2017-08-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10443 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a NIL demo for Arduino NANO.Theodore Ateba2017-08-175-0/+1433
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10442 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add Arduino MINI NIL demo.Theodore Ateba2017-08-175-0/+1433
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10441 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed compiler warning.isiora2017-08-161-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10440 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10439 ↵isiora2017-08-161-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added debug asserts.isiora2017-08-162-6/+17
| | | | | | | | Fixed slow clock select. Added mainf measurement Tested XT main clock. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10438 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR MEGA testhal Makefile according the new architecture.tfateba2017-08-167-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10437 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add a specific directory for AVR MEGA in the testhal.Theodore Ateba2017-08-1642-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10436 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR MEGA demos Makefiles according the new architecture.Theodore Ateba2017-08-169-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10435 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR XMEGA all testhal Makefile.Theodore Ateba2017-08-167-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10434 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add LLD directory to the AVR XMEGA Low Level Drivers.Theodore Ateba2017-08-168-29/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10433 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Modify AVR XMEGA platform according the new architecture.Theodore Ateba2017-08-161-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10432 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add low level driver directory and platfor for AVR MEGA.Theodore Ateba2017-08-1635-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10431 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed IVR addressisiora2017-08-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10430 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added init code to setup the secure VBAR.isiora2017-08-141-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10429 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added acknowledgement of PIT and AIC interrupt.isiora2017-08-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10428 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changed ST interrupt priority to 0, the lowest one.isiora2017-08-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10427 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed disable/enable macro.isiora2017-08-141-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10426 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed PLLA_MUL.isiora2017-08-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10425 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added a macro to acknowledge the current interrupt.isiora2017-08-141-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10424 35acf78f-673a-0410-8e92-d51de3d6d3f4
* The IRQ handlers are normal functions: deleted interrupt attribute to them.isiora2017-08-141-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10423 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Enabled FIQ in _port_thread_startisiora2017-08-141-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10422 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove the not implemented TIM lld files.Theodore Ateba2017-08-136-1922/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10421 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Remove the not implemented USART lld files.Theodore Ateba2017-08-132-566/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10420 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Tiny RT demo makefile.Theodore Ateba2017-08-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10419 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Tiny NIL demo makefile.Theodore Ateba2017-08-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10418 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update AVR tiny platform path according the new architecture and correct ↵Theodore Ateba2017-08-131-6/+6
| | | | | | comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10417 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the platform name and comments.Theodore Ateba2017-08-131-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10416 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Change the ATTiny GPIO files path according the new architecture and correct ↵Theodore Ateba2017-08-133-7/+8
| | | | | | comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10415 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Change the ATTiny TIM files path according the new architecture and correct ↵Theodore Ateba2017-08-133-12/+12
| | | | | | comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10414 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Change the ATTiny USART files path according the new architecture and ↵Theodore Ateba2017-08-133-7/+7
| | | | | | correct comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10413 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the AVR Tiny Architecture.Theodore Ateba2017-08-1322-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10412 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed Bug #870Rocco Marco Guglielmi2017-08-134-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10411 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed number of vectors for newer devices.Giovanni Di Sirio2017-08-123-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10408 35acf78f-673a-0410-8e92-d51de3d6d3f4