Skip to content
Snippets Groups Projects
  1. Sep 25, 2018
    • David Sidrane's avatar
      px4fmu-v4 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · dfc390bb
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      dfc390bb
    • David Sidrane's avatar
      px4fmu-v2 stackcheck: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 2ec56cef
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      2ec56cef
    • David Sidrane's avatar
      px4fmu-v2 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 5148d2d9
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      5148d2d9
    • David Sidrane's avatar
      px4flow-v2 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · b6068977
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      b6068977
    • David Sidrane's avatar
      px4esc-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · ee28b9aa
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      ee28b9aa
    • David Sidrane's avatar
      px4cannode-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 65322c98
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      65322c98
    • David Sidrane's avatar
      px4cannode-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 384a1dcf
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      384a1dcf
    • David Sidrane's avatar
      px4cannode-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · eaec63a7
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      eaec63a7
    • David Sidrane's avatar
      px4-stm32f4discovery nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 233d116a
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      233d116a
    • David Sidrane's avatar
      omnibus-f4sd nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 7c385090
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      7c385090
    • David Sidrane's avatar
      nxphlite-v3 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 053fecbf
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      053fecbf
    • David Sidrane's avatar
      mindpx-v2 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 0bd2a0be
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      0bd2a0be
    • David Sidrane's avatar
      esc35-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 197940ea
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      197940ea
    • David Sidrane's avatar
      crazyflie nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 907d478f
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      907d478f
    • David Sidrane's avatar
      av-x-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · debb8afa
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      debb8afa
    • David Sidrane's avatar
      auav-x21 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · fe591aee
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      fe591aee
    • David Sidrane's avatar
      aerofc-v1 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · e893aaec
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      e893aaec
    • David Sidrane's avatar
      aerocore2 nsh: Disable ARCH_IRQPRIO & ARCH_HIPRI_INTERRUP · 0829e3c6
      David Sidrane authored
         This insures the common exception handler will not be
         re-entered. The handler does not support nested interrupts
         and the interrupt stack pointer and context will be overwritten
         resulting in hard to debug hardfaults.
      
         If all the priorities are equal the NVIC prevents the
         preemption. The startup code defaults all the priorities
         to the same value 128.
      
         This change safeguards in 2 ways 1) By disabling
         CONFIG_ ARCH_IRQPRIO: up_prioritize_irq cannot be called.
         This will insure that all HW interrupts are at the same
         priority.
      
         2) By disabling CONFIG_ARCH_HIPRI_INTERRUP, the common
         exception will disable any interrupts during interrupt
         processing.
      0829e3c6
  2. Sep 23, 2018
  3. Sep 21, 2018
  4. Sep 18, 2018
  5. Sep 16, 2018
  6. Sep 14, 2018
  7. Sep 13, 2018
  8. Sep 12, 2018
  9. Sep 08, 2018
  10. Sep 04, 2018
  11. Sep 02, 2018
  12. Sep 01, 2018
  13. Aug 31, 2018
  14. Aug 30, 2018
Loading