Gregory Nutt
|
1564b384e1
|
PIC32MX: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 12:10:05 -06:00 |
|
Gregory Nutt
|
edbc0eaace
|
Kinetis-L GPIO: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 11:55:26 -06:00 |
|
Gregory Nutt
|
c7943586d8
|
STM32 Ethernet: Need two work structures so that pending poll work is not lost when an interrupt occurs.
|
2017-03-02 11:40:12 -06:00 |
|
Gregory Nutt
|
34a2839244
|
Kinetis GPIO: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 11:33:03 -06:00 |
|
Alan Carvalho de Assis
|
f1341dad9c
|
Add support to USB Device on STM32F103-Minimum board
|
2017-03-02 09:36:05 -06:00 |
|
Gregory Nutt
|
28d3344ac2
|
STM32/F7/L4: EXTI ALARM function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 09:18:10 -06:00 |
|
Gregory Nutt
|
d5e04a8c43
|
STM3 L4: EXTI COMP function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 09:03:12 -06:00 |
|
Gregory Nutt
|
89058172f1
|
STM32/F7/L4: EXOT PVD function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 08:56:31 -06:00 |
|
Gregory Nutt
|
f5f9d82d5a
|
arch_phy_irq: Now returns int instead of xcpt_t oldhandler. The oldhandler is useless after the changes to the interrupt argument. Also access an argument for the PHY interrupt. phy_notify.c driver changed to exploit new interrupt argument passing.
|
2017-03-02 08:43:33 -06:00 |
|
Gregory Nutt
|
75446b349b
|
configs/: All functions that used to return an xcpt_t old handler value, not return NULL. The oldhandler value is no longer useful with the recent changes to the interrupt argument passing.
|
2017-03-02 08:43:32 -06:00 |
|
Gregory Nutt
|
91920f6fc3
|
cc3200-launchpad: Remove unused prototypes for obsolete names of button interface function.
|
2017-03-02 08:43:31 -06:00 |
|
Masayuki Ishikawa
|
54b1f5ce2a
|
Merged in masayuki2009/nuttx.nuttx/remove_unused_variable (pull request #233)
Remove unused variable
Approved-by: Gregory Nutt
|
2017-03-02 12:39:32 +00:00 |
|
Gregory Nutt
|
094795e0ed
|
Review parameter usage in sigtimedwait(); update some comments.
|
2017-03-02 06:39:05 -06:00 |
|
Masayuki Ishikawa
|
237e041fba
|
Remove an unused variable when calling sigwaitinfo()
|
2017-03-02 13:14:00 +09:00 |
|
Masayuki Ishikawa
|
4043239cfc
|
Remove an unused variable when calling sigtimedwait()
|
2017-03-02 13:13:53 +09:00 |
|
Masayuki Ishikawa
|
6d2bd682f6
|
Merged nuttx/nuttx/master into master
|
2017-03-02 08:17:34 +09:00 |
|
Maciej Wójcik
|
35b2448203
|
Merged in w8jcik/nuttx (pull request #232)
some simple typos
Approved-by: Gregory Nutt
|
2017-03-01 15:25:42 +00:00 |
|
Pascal Speck
|
1094f85bda
|
Merged in iktek01/nuttx (pull request #231)
- fixed a nullptr-dereference on iob_clone
Approved-by: Gregory Nutt
|
2017-03-01 15:24:53 +00:00 |
|
Masayuki Ishikawa
|
fd479b98b5
|
Merged in masayuki2009/nuttx.nuttx/fix_open_block_device (pull request #230)
Fix open() a block device with CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
Approved-by: Gregory Nutt
|
2017-03-01 15:24:08 +00:00 |
|
Mark Schulte
|
335d02d7a7
|
STM32F4 Discovery: Fix irq handler to have void *arg
|
2017-03-01 09:00:01 -06:00 |
|
Mark Schulte
|
3af929a551
|
STM3210E EVAL: Fix button driver: use irq context
|
2017-03-01 08:58:58 -06:00 |
|
Mark Schulte
|
8277cf2cff
|
STM3210E EVAL: Fix irq handler function type
|
2017-03-01 08:57:13 -06:00 |
|
Mark Schulte
|
585b1892c2
|
Olimexino STM32: Fix irq handler function signature
|
2017-03-01 08:55:26 -06:00 |
|
Mark Schulte
|
df0a05c682
|
Fix function signature for irq handler
|
2017-03-01 08:54:16 -06:00 |
|
Mark Schulte
|
28226198a7
|
memlcd: Mark Schulte <mark@mjs.pw>
|
2017-03-01 08:52:58 -06:00 |
|
Mark Schulte
|
9d22f5df35
|
Add argument to timer irq callback
|
2017-03-01 08:51:15 -06:00 |
|
Mark Schulte
|
4761a7d816
|
Add argument to timer irq callback
|
2017-03-01 08:49:14 -06:00 |
|
Mark Schulte
|
27c3c2605c
|
Add argument to capture irq callback
|
2017-03-01 08:45:27 -06:00 |
|
Maciej Wójcik
|
4a8aa6ae95
|
typos
|
2017-03-01 12:56:15 +01:00 |
|
Pascal Speck
|
40433bd7f7
|
- fixed a nullptr-dereference on iob_clone
|
2017-03-01 12:13:06 +01:00 |
|
Masayuki Ishikawa
|
e239961be8
|
Fix open() a block device with CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y
|
2017-03-01 13:43:12 +09:00 |
|
Masayuki Ishikawa
|
b118fb4387
|
Merged nuttx/nuttx/master into master
|
2017-03-01 13:19:57 +09:00 |
|
Gregory Nutt
|
5987db47e5
|
Changes from review of last PR
|
2017-02-28 18:42:21 -06:00 |
|
David Sidrane
|
7c726e43a5
|
Merged in david_s5/nuttx/upstream_stm32f7_irqfixes (pull request #229)
More build fiexes stm32f7 irqfixes
Approved-by: Gregory Nutt
|
2017-03-01 00:38:03 +00:00 |
|
Gregory Nutt
|
ac6e552ff7
|
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
|
2017-02-28 18:37:44 -06:00 |
|
David Sidrane
|
2ee99c9d4e
|
STM32F7:stm32_tim irq fixes
|
2017-02-28 14:29:06 -10:00 |
|
Gregory Nutt
|
ded155c638
|
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
|
2017-02-28 18:22:58 -06:00 |
|
Gregory Nutt
|
02b1e1ec1a
|
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
|
2017-02-28 18:22:57 -06:00 |
|
David Sidrane
|
964a1abada
|
stm32f7:stm32_sdmmc irq fixes
|
2017-02-28 14:20:45 -10:00 |
|
David Sidrane
|
30c5e78d8f
|
stm32f7:stm32_exti_pwr irq fixes
|
2017-02-28 14:20:19 -10:00 |
|
David Sidrane
|
28768bb3dc
|
Merged in david_s5/nuttx-11/david_s5/kinetiskinetis_lpserialc-irq-fix-typeo-1488323540334 (pull request #228)
Kinetis:kinetis_lpserial.c irq fix typo
Approved-by: Gregory Nutt
|
2017-02-28 23:14:45 +00:00 |
|
David Sidrane
|
ead561d684
|
Kinetis:kinetis_lpserial.c irq fix typeo
|
2017-02-28 23:12:56 +00:00 |
|
Gregory Nutt
|
274d367984
|
Fix another compile problem found in build testing.
|
2017-02-28 16:25:21 -06:00 |
|
Gregory Nutt
|
192c41aa45
|
Fix another compiler issue found in build testing.
|
2017-02-28 14:14:32 -06:00 |
|
Gregory Nutt
|
095411859e
|
Fix another old interrupt handler function prototype
|
2017-02-28 14:00:31 -06:00 |
|
Gregory Nutt
|
fc79762e11
|
Fix a warning due to a naming collision
|
2017-02-28 13:36:56 -06:00 |
|
Gregory Nutt
|
70182bf690
|
Fix more problems found in build testing.
|
2017-02-28 11:34:03 -06:00 |
|
Gregory Nutt
|
1c8d3e1f14
|
STM32 F7: Fix errors related to GPIO EXTI
|
2017-02-28 11:30:54 -06:00 |
|
Gregory Nutt
|
a19b39a9e3
|
EFM32 Serial: Convert to use new interrupt argument interface.
|
2017-02-28 11:24:06 -06:00 |
|
Gregory Nutt
|
ac7307cca0
|
Trivial, cosmetic changes from review.
|
2017-02-28 11:11:11 -06:00 |
|