Gregory Nutt
|
8a076d4c09
|
Eliminate a warning
|
2016-04-04 08:30:03 -06:00 |
|
Gregory Nutt
|
1e4674e535
|
STM32 RTC alarm: Use modifyreg32 for consistency
|
2016-04-04 08:28:01 -06:00 |
|
Gregory Nutt
|
1ea7b48677
|
RTC lower half was missing call to F4 alarm cancel function
|
2016-04-04 08:23:09 -06:00 |
|
Gregory Nutt
|
531b9f6626
|
STM32 RTC alarm: remove some if 0ed out logic.
|
2016-04-04 08:16:53 -06:00 |
|
Gregory Nutt
|
19aa5880e7
|
STM32 RTC Alarm: Add Neil's alarm cancellation logic
|
2016-04-04 08:15:48 -06:00 |
|
Gregory Nutt
|
65dc922a2e
|
STM32 RTC: Fix compile errors for STM32 F1
|
2016-04-03 13:26:29 -06:00 |
|
Gregory Nutt
|
a573617f33
|
Costmetic renaming
|
2016-04-03 12:38:02 -06:00 |
|
Gregory Nutt
|
9f0df8180a
|
STM32 RTC: Fix some errors when RTC debug is enabled
|
2016-04-03 09:52:08 -06:00 |
|
Gregory Nutt
|
6b3b12ee0a
|
STM32 RTC: Move the logic to set a relative alarm from the low level RTC driver up higher into the RTC device driver lower half.
|
2016-04-03 09:22:02 -06:00 |
|
Gregory Nutt
|
e904d98915
|
STM32 RTC: Add implementation of logic to set the alarm relative to the current time
|
2016-04-02 18:17:46 -06:00 |
|
Gregory Nutt
|
a609880839
|
STM32 F4 RTC: Add support for setting alarm via driver
|
2016-04-02 17:38:19 -06:00 |
|
Gregory Nutt
|
0fccd81eff
|
cosmetic update
|
2016-04-02 14:58:01 -06:00 |
|
Gregory Nutt
|
9bc38d19d9
|
RTC: Further simplications of the RTC driver interface; Add sample implementation of alarms for F1
|
2016-04-02 13:54:18 -06:00 |
|
Gregory Nutt
|
5fdefa1aad
|
Minor cleanup of STM32 alarm stuff
|
2016-04-02 13:11:57 -06:00 |
|
Gregory Nutt
|
476301e5a4
|
STM32: Adapt the lower half RTC driver to the new, simplified interface
|
2016-04-02 12:58:47 -06:00 |
|
Neil Hancock
|
5ac54013d2
|
STM32 F4: Add a custom RTC driver
|
2016-04-02 10:46:10 -06:00 |
|
Aleksandr Vyhovanec
|
472115eda9
|
ARMv7-M: Add support for the IAR compiler
|
2016-04-02 08:14:09 -06:00 |
|
Gregory Nutt
|
bd2da2f543
|
ARMv7-M: Add toolchain option to select the IAR tools. Move ARMv7-M assembly language into a gnu/ subdirectory. Makefile selects iar/ or gnu/ directory based upon tool configuration
|
2016-04-02 07:53:52 -06:00 |
|
Aleksandr Vyhovanec
|
29ab0fb991
|
STM32: Add support for the IAR compiler
|
2016-04-02 06:58:55 -06:00 |
|
Gregory Nutt
|
267e20c729
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:01:32 -06:00 |
|
Gregory Nutt
|
32acc35c88
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:54 -06:00 |
|
Paul A. Patience
|
2f187f8714
|
STM32 DAC: Fix DMA support for STM32F2xxx and STM32F4xxx
|
2016-03-20 17:26:40 -04:00 |
|
Gregory Nutt
|
51be83aa3a
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
|
Gregory Nutt
|
4d4f54a789
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
|
Gregory Nutt
|
52d777fa8d
|
Merged in paulpatience/nuttx-arch/stm32f469 (pull request #56)
STM32: Add support for STM32F46xxx
|
2016-03-01 11:53:07 -06:00 |
|
Gregory Nutt
|
f552aa3ee8
|
Merged in paulpatience/nuttx-arch/stm32f30xxx_pinmap (pull request #55)
STM32: Rename STM32F30xxx ADC pins to be more consistent
|
2016-03-01 11:38:44 -06:00 |
|
Paul A. Patience
|
099990f3da
|
STM32: Add support for STM32F46xxx
|
2016-03-01 12:18:07 -05:00 |
|
Paul A. Patience
|
221b49cf05
|
STM32: Rename STM32F30xxx ADC pins to be more consistent
|
2016-03-01 09:55:59 -05:00 |
|
Gregory Nutt
|
0da57e1b53
|
It is too late to be doing this... Fix the spacing error introduced with the second correction to the spelling error
|
2016-02-24 17:56:40 -06:00 |
|
Gregory Nutt
|
29297da2a7
|
Another spelling error
|
2016-02-24 17:55:30 -06:00 |
|
Gregory Nutt
|
550e0f945b
|
STM32 I2C: Fix some spelling; duplicate I2C reset fix on other variants of the driver
|
2016-02-24 16:45:45 -06:00 |
|
David Sidrane
|
3b871c4fa2
|
No really removed spaces
|
2016-02-24 22:23:39 +00:00 |
|
David Sidrane
|
052b45db0a
|
Added spacing back
|
2016-02-24 22:21:07 +00:00 |
|
David Sidrane
|
aa6968dcd5
|
Ensures frequency is updated on reinitalized bus
|
2016-02-24 12:02:11 -10:00 |
|
Gregory Nutt
|
9c63736c98
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
|
Gregory Nutt
|
441cd2bf1c
|
Fix a typo introduced in last set of name changes
|
2016-02-14 19:58:30 -06:00 |
|
Gregory Nutt
|
8b7dd552a3
|
Fix a typo introduced in last big set of name changes
|
2016-02-14 17:44:45 -06:00 |
|
Gregory Nutt
|
666cc280f4
|
Rename irqenable() to up_irq_enable(); rename irqdisable() to up_irq_disable()
|
2016-02-14 16:54:09 -06:00 |
|
Gregory Nutt
|
83bc1c97c3
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:11:25 -06:00 |
|
Gregory Nutt
|
70e502adb0
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
Gregory Nutt
|
3caffdd82e
|
Standardization of some naming in preparation for a large automated change
|
2016-02-13 12:57:09 -06:00 |
|
Gregory Nutt
|
a6eb9a351c
|
Add spinlock support for ARMv7-M architectures
|
2016-02-09 13:44:22 -06:00 |
|
Gregory Nutt
|
1166e311b0
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -06:00 |
|
Gregory Nutt
|
d2b2cd3415
|
Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS
|
2016-02-03 10:33:22 -06:00 |
|
Manuel Stuehn
|
7236e742ab
|
STM32 Ethernet: Fix a cornercase where the TX poll timer is not restarted.
|
2016-02-03 08:24:49 -06:00 |
|
Gregory Nutt
|
1e4f2ae2c1
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -06:00 |
|
Gregory Nutt
|
d2571985ef
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -06:00 |
|
Gregory Nutt
|
30624c8dfa
|
EFM32, STM32, and Tiva I2C Drivers: Clean up some kruft that is no longer needed after the last massive I2C interfcase change
|
2016-02-01 19:51:55 -06:00 |
|
Gregory Nutt
|
0693e76be8
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:30:29 -06:00 |
|
Gregory Nutt
|
a64f36a63e
|
I2C: Remove setaddress method
|
2016-02-01 12:14:20 -06:00 |
|