Fixed bug bug #986. Fixed a small documentation error in M0 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12418 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
08debc2868
commit
6b83515c62
|
@ -104,8 +104,6 @@ void PendSV_Handler(void) {
|
|||
|
||||
/**
|
||||
* @brief IRQ epilogue code.
|
||||
*
|
||||
* @param[in] lr value of the @p LR register on ISR entry
|
||||
*/
|
||||
void _port_irq_epilogue(void) {
|
||||
struct port_extctx *ctxp;
|
||||
|
|
|
@ -160,6 +160,7 @@
|
|||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||
- HAL: Fixed broken functionality of MFS module (bug #986).
|
||||
- RT: Fixed GCC6 problem breaks Cortex-M0 port (bug #985).
|
||||
- NIL: Fixed scheduler misbehaving in rare cases (bug #983)
|
||||
(backported to 18.2.2 and 17.6.5).
|
||||
|
|
Loading…
Reference in New Issue