Gregory Nutt
|
1fcf353e89
|
FS: Fix backward conditional logic that prevent unlink() from building in some configurations.
|
2017-03-04 07:48:56 -06:00 |
|
no1wudi
|
93814ccd41
|
Merged in no1wudi/nuttx (pull request #235)
fixed a typo
Approved-by: Gregory Nutt
|
2017-03-04 13:23:27 +00:00 |
|
no1wudi
|
90a16ed9c7
|
fixed a typo
|
2017-03-04 14:38:22 +08:00 |
|
HuangQi
|
6febad2f2c
|
fixed a typo
|
2017-03-04 11:26:22 +08:00 |
|
Gregory Nutt
|
d3c29a15d1
|
Remove unused variable warning.
|
2017-03-03 19:19:56 -06:00 |
|
Gregory Nutt
|
ff20d22f66
|
SAMv7 Ethernet: Fix a return value type.
|
2017-03-03 19:16:48 -06:00 |
|
Gregory Nutt
|
0f25b0a9f1
|
Correct a typo
|
2017-03-03 17:02:20 -06:00 |
|
Gregory Nutt
|
a8363528dc
|
net/phy_notify.c: Call to arch_phy_irq() missing new interrupt argument parameter.
|
2017-03-03 16:08:21 -06:00 |
|
Gregory Nutt
|
a23230298d
|
STM32L4476VG Discovery: stm32_buttons.c needs errno.h.
|
2017-03-03 16:05:34 -06:00 |
|
Gregory Nutt
|
210896438c
|
Kinetis PIN IRQ needs errno.h
|
2017-03-03 15:30:16 -06:00 |
|
Gregory Nutt
|
7bb19ad8bc
|
STM32 Ethernet: Remove unused variable warning.
|
2017-03-03 15:24:00 -06:00 |
|
Gregory Nutt
|
8353ddbef4
|
STM32 L4 Serial: Ooops unmatched parenthesis
|
2017-03-03 15:18:09 -06:00 |
|
Gregory Nutt
|
9a33f41180
|
Kinetis PINIRQ: Improper type for return value.
|
2017-03-03 15:09:44 -06:00 |
|
Gregory Nutt
|
f8ef544c34
|
K66 Buttons: Missing definition of 'ret'
|
2017-03-03 15:07:38 -06:00 |
|
Gregory Nutt
|
06ce1a2291
|
Add missing endif
|
2017-03-03 14:39:35 -06:00 |
|
Gregory Nutt
|
86239d4a73
|
Experimental change to STM32 Ethernet driver a success. Porting change to all other Ethernet drivers.
|
2017-03-03 14:45:09 -06:00 |
|
Gregory Nutt
|
47ebe1e320
|
Update some comments
|
2017-03-03 12:48:58 -06:00 |
|
Gregory Nutt
|
fc5fca5145
|
Add MAX value definitions to go along with irq_t and irq_mapped_t
|
2017-03-03 11:48:20 -06:00 |
|
Gregory Nutt
|
e1218c4b4b
|
Smaller vector tables: Add irq_mapped_t.
|
2017-03-03 10:20:40 -06:00 |
|
Gregory Nutt
|
04c9ccdd2d
|
Update TODO list and some Kconfig comments.
|
2017-03-03 09:20:25 -06:00 |
|
Gregory Nutt
|
c2b620b4f8
|
Implements support for smaller interrupt tables as described at http://www.nuttx.org/doku.php?id=wiki:howtos:smallvectors . This is largely the work of Mark Schulte. However, I have made several changes to match with the Wiki document. If you like the change, thanks go to Marc. For any errors you can blame me.
|
2017-03-03 09:20:25 -06:00 |
|
Masayuki Ishikawa
|
eca7ae3043
|
Merged in masayuki2009/nuttx.nuttx/reenable_config_start_year (pull request #234)
Revert "CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used"
Approved-by: Gregory Nutt
|
2017-03-03 13:03:07 +00:00 |
|
Masayuki Ishikawa
|
d78113e4ad
|
Revert "CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used"
This reverts commit 4035ed8c6c .
|
2017-03-03 10:42:10 +09:00 |
|
Masayuki Ishikawa
|
90672504df
|
Merged nuttx/nuttx/master into master
|
2017-03-03 10:22:54 +09:00 |
|
Gregory Nutt
|
7a9a3bea2f
|
stm32_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
|
2017-03-02 18:36:14 -06:00 |
|
Gregory Nutt
|
454164a88c
|
stm32_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
|
2017-03-02 18:20:38 -06:00 |
|
Gregory Nutt
|
f4bad1a280
|
stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 16:34:37 -06:00 |
|
Gregory Nutt
|
4f5e0e3519
|
board_button_irq: Button 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 15:27:55 -06:00 |
|
Gregory Nutt
|
0f46d714a9
|
board_button_irq: Button 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 15:10:37 -06:00 |
|
Gregory Nutt
|
4c82827ab1
|
board_button_irq: Button 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 14:37:22 -06:00 |
|
Gregory Nutt
|
4a4636c8a1
|
Tiva: 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:58:00 -06:00 |
|
Gregory Nutt
|
7982b45367
|
STM32 L4: 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:36:40 -06:00 |
|
Gregory Nutt
|
32383556fd
|
PIC32MZ: 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:23:45 -06:00 |
|
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 |
|