Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
8ace1e3be2
|
Remove all implementatinos of up_wdginitialize(). It is no longer used.
|
2016-05-18 19:48:42 -06:00 |
Gregory Nutt
|
8eb7898a91
|
RTC driver: A PID of zero should mean to notify the calling task
|
2016-04-10 09:12:50 -06:00 |
Gregory Nutt
|
4fbd79d1a8
|
rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts
|
2016-04-03 13:35:01 -06:00 |
Gregory Nutt
|
1135ce804d
|
RTC: Extend interface by adding a method to set the alarm relative to the current time
|
2016-04-02 18:18:48 -06:00 |
Gregory Nutt
|
1767b21d3c
|
Update submodules
|
2016-04-02 17:42:00 -06:00 |
Gregory Nutt
|
0723226bda
|
RTC: Further simplications of the RTC driver interface; Add sample implem.
|
2016-04-02 13:55:58 -06:00 |
Gregory Nutt
|
58d6624f29
|
RTC: Simplify the RTC driver interface. Way too much stuff in that interface and it is not fully implemented anywhere.
|
2016-04-02 13:01:02 -06:00 |
Gregory Nutt
|
6ad641888b
|
Add I2C frequency to the i2c_msg_s structure
|
2016-02-01 14:17:20 -06:00 |
Gregory Nutt
|
10000841a8
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:16:05 -06:00 |
Gregory Nutt
|
3a781a2d3f
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:47 -06:00 |
Gregory Nutt
|
ceb415204e
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:16 -06:00 |
Gregory Nutt
|
e5f27f5865
|
Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked
|
2015-11-25 12:51:45 -06:00 |
Gregory Nutt
|
38c9d42e21
|
drivers/timers/pcf85263.c: Add a driver for the NXP PCF85263 I2C RTC
|
2015-11-20 17:36:10 -06:00 |
Gregory Nutt
|
c34b5108a7
|
RTC: Fix system time initialization when using an exernal RTC. Fix some bugs in the DS1307/DS3231 RTC driver
|
2015-11-19 14:54:30 -06:00 |
Gregory Nutt
|
622ea95ab1
|
drivers/timers/ds3213.c: Extend to include support for the DS1307 RTC
|
2015-11-18 08:43:19 -06:00 |
Gregory Nutt
|
25c4ff8285
|
Update some comments
|
2015-11-17 16:29:34 -06:00 |
Gregory Nutt
|
c0a701b779
|
Merged in wail007/nuttx (pull request #33)
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
|
2015-11-17 16:23:03 -06:00 |
Wail Khemir
|
09b9d6ba1f
|
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
|
2015-11-17 16:39:21 -05:00 |
Gregory Nutt
|
45530a77d4
|
Add support for DS3231 I2C RTC. Untested on initial commit.
|
2015-11-17 14:07:55 -06:00 |
Paul A. Patience
|
3b89eabd50
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2.
|
2015-09-01 13:52:29 -04:00 |
Gregory Nutt
|
e78e762dd6
|
Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.
|
2015-04-02 13:00:10 -06:00 |
Gregory Nutt
|
6667517c24
|
Header file for the CS2100-CP
|
2015-04-01 16:56:27 -06:00 |
Gregory Nutt
|
0ec67181c9
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |