- Dec 26, 2015
-
-
Dimitry Kloper authored
Modify Kconfig to be aware of the new chip. Add all the interrupt hanler constants and vectors where needed. Move contsatnts from generic to specific headers when needed.
-
Dimitry Kloper authored
TCB_RESTORE macro has a problem when restoring Status Register and returning from the function (in up_fullcontextrestore()) as non-atomic action. If there is some frequently occurring interrupt, chances are that we will enter the interrupt handler just before ret is called. The handler may cause a context switch which, when unrolled, will execute up_fullcontextrestore() function that employs TCB_RESTORE. It will be interrupted again just before return, leaving part of context switch content un-popped again, etc... Thus, chances are that the stack will eventually blow. Note that this is not some edge condition fix. This bug was discovered when testing AVR with UART configured to work on 115200 baud rate.
-
- Dec 24, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Master
-
pnb authored
-
pnb authored
-
pnb authored
-
pnb authored
-
pnb authored
-
- Dec 23, 2015
-
-
Gregory Nutt authored
TMS570: Add TMS570 SCI driver(s). Initial commits are just SAMV7 drivers with name changes. A lot more needs to be done
-
Gregory Nutt authored
-
Gregory Nutt authored
-
pnb authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 22, 2015
-
-
Gregory Nutt authored
-
pnb authored
-
pnb authored
-
pnb authored
-
pnb authored
-
pnb authored
This reverts commit 7a484f4d7665c533998d6893c21b69340038b5fc.
-
pnb authored
This reverts commit 08600d05eb12cb4f62280766b7f780e8eaa2284b.
-
pnb authored
This reverts commit c0b6ba73d59dc973d6984bce12ff4a20d870de2a.
-
pnb authored
-
Gregory Nutt authored
STM32 ADC: Add DMA support for STM32F30xxx
-
pnb authored
-
Paul A. Patience authored
-
Gregory Nutt authored
-
- Dec 21, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 20, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
pnb authored
-