- Dec 25, 2016
-
-
Gregory Nutt authored
This reverts commit fb146abe.
-
Gregory Nutt authored
SMP: Fix a error introduced in 36b676ee and fully decouple disabling of pre-emption from critical sections.
-
Gregory Nutt authored
Allow dma in 1 bit mode in STM32F4xxx
-
Gregory Nutt authored
STM32: Forgot to update chip.h for STM32F303x[BC]'s 4 ADCs
-
Gregory Nutt authored
SMP: Back out deferred IRQ locking. This was accidentally merged into master and it looks like it is going to be more work than I thought to get it working again. Changes will go to the irqlock branch.
-
Gregory Nutt authored
-
Gregory Nutt authored
SMP: Fix logic error in last change: Deferred restoration of IRQ lock only applies if the context switch was on this CPU.
-
- Dec 24, 2016
-
-
Gregory Nutt authored
sched note: record ID enumeration now results on constant values; ID values do not change with configuration. This makes writing post-processing software much easier
-
Gregory Nutt authored
SMP sched_unlock: Should merging depend on g_cpu_irqlock or not? Let's at least be consistent. And don't use irqcount; use g_cpu_irqlock.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 23, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Frank Benkert authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 22, 2016
-
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Xtensa ESP32: Corrects a problem with dispatching to signal handlers: Cannot vector directly to the signal handling function as in other ABIs under the Xtensa Window ABI. In that case, we need to go through a tiny hook when performs the correct window call (call4) otherwise registers will be scrambled in the signal handler
-
Gregory Nutt authored
Xtensa ESP32: Some fixes from integration of ostest configuration. Almost works: There are some assertions in xtensa_sigdeliver()
-
Gregory Nutt authored
-
- Dec 21, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 20, 2016
-
-
Gregory Nutt authored
-
Geoffrey authored
Xtensa ESP32: Clock frequency is different if running from IRAM or is booting from FLASH. This is a booltloader issue.
-
Gregory Nutt authored
-