Mateusz Szafoni
|
30acdf5db5
|
Merged in raiden00/nuttx (pull request #236)
STM32F33XX DAC, OPAMP, COMP and ADC headers
Approved-by: Gregory Nutt
|
2017-03-04 19:11:38 +00:00 |
|
raiden00pl
|
46d62b1e09
|
stm32f33xxx: Add ADC header file
|
2017-03-04 19:40:14 +01:00 |
|
raiden00pl
|
b866ea0dd0
|
stm32f33xxx_memorymap.h: Add COMP and OPAMP base adress
|
2017-03-04 19:36:56 +01:00 |
|
raiden00pl
|
a14ed630e8
|
stm32f33xxx: Add COMP header file
|
2017-03-04 19:35:17 +01:00 |
|
raiden00pl
|
da3dd1d69c
|
stm32f33xxx: Add OPAMP header file
|
2017-03-04 19:32:50 +01:00 |
|
raiden00pl
|
3e3a13b4b0
|
stm32f33xxx: Add DAC header file
|
2017-03-04 19:30:08 +01:00 |
|
raiden00pl
|
71b0127bc1
|
chip/stm32_dac.h: fix typo
|
2017-03-04 19:23:33 +01:00 |
|
Gregory Nutt
|
c976a66f8d
|
net/drivers/skeleton.c: Back out serialization changes of the last commit. They are not necessary in the skeleton.c example because the calls to net_lock() at the beginning of each worker function will enforce serialization.
|
2017-03-04 11:33:36 -06:00 |
|
Gregory Nutt
|
e2eb5f1ae0
|
drivers/net: Add framework for serialization in the case where multiple low-priority work queues are used.
|
2017-03-04 09:45:09 -06:00 |
|
Gregory Nutt
|
b55a98e900
|
Olimex-STM32-P407: Enable task names
|
2017-03-04 08:49:24 -06:00 |
|
Gregory Nutt
|
ee8abb8160
|
FS: Don't build block driver proxy if PSEUDOFS_OPERATIONS are disabled.
|
2017-03-04 08:25:20 -06:00 |
|
Gregory Nutt
|
0a192361de
|
Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations."
Oops. It was not backward. Enable == !Disable. Negative logic is confusing.
This reverts commit 1fcf353e89 .
|
2017-03-04 08:16:46 -06:00 |
|
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 |
|