Jussi Kivilinna
33ddaa0b10
clock: add testing for 32-bit overflow of 64-bit system timer
2017-04-21 08:55:07 -06:00
Jussi Kivilinna
c57d49f420
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
Jussi Kivilinna
325ba1a803
clock: add clock_resynchronize and use subseconds RTC
...
Add clock_resynchronize for better synchronization of CLOCK_REALTIME and CLOCK_MONOTONIC to match RTC after resume from low-power state.
Add up_rtc_getdatetime_with_subseconds under CONFIG_ARCH_HAVE_RTC_SUBSECONDS to allow initializing (and resynchronizing) system clock with subseconds accuracy RTC.
2017-04-21 08:45:57 -06:00
Juha Niskanen (Haltian)
c04c49dac0
Add support for the STM32F09X family.
2017-04-21 08:23:25 -06:00
Gregory Nutt
7457875447
VFS poll(): Add some error handling logic
2017-04-20 19:15:17 -06:00
Masayuki Ishikawa
9fe8d0ccbb
Merged nuttx/nuttx into master
2017-04-21 08:44:44 +09:00
Gregory Nutt
d08b802998
Merge remote-tracking branch 'origin/master' into ieee802154
2017-04-20 16:19:42 -06:00
Gregory Nutt
356e71850b
IOB: A file needed to include iob.h
2017-04-20 16:18:57 -06:00
Gregory Nutt
f902b8b058
Merge branch 'iob'
2017-04-20 16:09:14 -06:00
Gregory Nutt
bfb93338f6
Move net/iob to drivers/iob so that the I/O buffering feature can be available to other drivers when networking is disabled.
2017-04-20 16:08:49 -06:00
Gregory Nutt
bcc6b61fc1
Move include/nuttx/net/iob.h to include/drivers/iob.h; rename CONFIG_NET_IOB to CONFIG_DRIVERS_IOB
2017-04-20 14:53:30 -06:00
Gregory Nutt
73c7f05a3c
Cosmetic changes to spacing and comments.
2017-04-20 14:08:08 -06:00
Gregory Nutt
d0ec395c42
Correct some spacing and some unused definition in some irq.h header files.
2017-04-20 12:39:21 -06:00
Gregory Nutt
bb54449889
STM32F0: Add an untested port of the F1 USB device to the STM32F0
2017-04-20 11:50:58 -06:00
Gregory Nutt
20ddbd7368
STM32F0: Add support for HSI48
2017-04-20 11:08:23 -06:00
Gregory Nutt
a98cdc7a45
Add STM32F0 USB device header file; Update TODO list.
2017-04-20 09:31:12 -06:00
Gregory Nutt
547f6c7cc3
SIM: Fix some bad naming changes associated with the simulated touchscreen.
2017-04-20 07:51:27 -06:00
Masayuki Ishikawa
e57fa0ef7e
Merged in masayuki2009/nuttx.nuttx/bug_fix_by_sony (pull request #329 )
...
procfs: Fix wrong member IDs are displayed when 'cat /proc/<pid>/group/stasus'.
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-20 12:55:26 +00:00
Gregory Nutt
e3c9e9e0b8
UART 16550: Missing left parenthesis in function prototype. This is Bitbucket Issue #41 .
2017-04-20 06:50:11 -06:00
Juha Niskanen
9d0ecedf7d
Add support for STM32L152CC, STM32L152RC and STM32L152VC. Update some bits and comments for other STM32L1 parts in chip.h
2017-04-20 06:30:26 -06:00
Juha Niskanen
e631ee4582
STM32 L1: stm32l15xx_rcc: Allow board to configure HSE clock in bypass-mode. Allows using MCO output from ST-link chip (on Nucleo and Discovery boards) as HSE input.
2017-04-20 06:28:01 -06:00
Nobutaka.Toyoshima
e971083449
procfs: Fix wrong member IDs are displayed when 'cat /proc/<pid>/group/stasus'.
...
Jira: PDFW15IS-259
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2017-04-20 16:12:20 +09:00
Masayuki Ishikawa
c9fd6bb716
Merged nuttx/nuttx into master
2017-04-20 16:09:09 +09:00
Gregory Nutt
9ff5e83ea7
Merge remote-tracking branch 'origin/master' into ieee802154
2017-04-19 18:07:33 -06:00
Gregory Nutt
9281cd558e
6loWPAN: Add an IOCTL to set the IEEE802.15.4 PAN ID
2017-04-19 18:06:43 -06:00
Anthony Merlino
00d52c1942
Merged in merlin17/nuttx/ieee802154 (pull request #328 )
...
wireless/ieee802154: Fixes radio callback arguments
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-19 22:18:26 +00:00
Anthony Merlino
a5d73e42cd
wireless/ieee802154: Fixes radio callback arguments
2017-04-19 18:15:09 -04:00
Gregory Nutt
9a1fe0b971
ieee802154: Cosmetic changes from review of last PR.
2017-04-19 14:52:45 -06:00
Anthony Merlino
3328732f9c
Merged in merlin17/nuttx/ieee802154 (pull request #327 )
...
wireless/ieee802154: Starts structuring transmission completion handling
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-19 20:41:56 +00:00
Anthony Merlino
1abe4ae4da
wireless/ieee802154: Starts structuring transmission completion handling
2017-04-19 16:35:02 -04:00
Ian McAfee
6a2c43b0c1
SAMV7 EMAC: Add conditional logic to account the fact that the SAMV71 has 6 rather than 3 queues after version 1.
2017-04-19 14:32:28 -06:00
Gregory Nutt
ec5b0a0ef3
Minor changes to spacing only from review of last PR
2017-04-19 13:40:52 -06:00
Gregory Nutt
1f7b190684
Merge remote-tracking branch 'origin/master' into ieee802154
2017-04-19 13:37:38 -06:00
Anthony Merlino
0a9426a7ed
Merged in merlin17/nuttx/ieee802154 (pull request #326 )
...
wireless/ieee802154: Removes uneccessary structs surrounding bit-fields in mac802154.c
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-19 19:36:50 +00:00
Gregory Nutt
50fda0d748
6loWPAN: Fix a missing source address in header. Correct calculation of payload size.
2017-04-19 13:33:20 -06:00
Anthony Merlino
3b5f350656
wireless/ieee802154: Removes uneccessary structs surrounding bit-fields in mac802154.c
2017-04-19 14:47:35 -04:00
Anthony Merlino
eec8fd452e
Merged in merlin17/nuttx/ieee802154 (pull request #325 )
...
Ieee802154
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-19 17:33:57 +00:00
Anthony Merlino
37e7c67373
wireless/ieee802154: Changes radio interface to match MAC callback design
2017-04-19 13:26:44 -04:00
Anthony Merlino
3950541136
wireless/ieee802154: Renames mac802154_devwrapper_s to mac802154_chardevice_s
2017-04-19 13:26:44 -04:00
Gregory Nutt
a8563bf9be
Merge remote-tracking branch 'origin/master' into ieee802154
2017-04-19 11:20:20 -06:00
Gregory Nutt
d3e1ea84f6
Update README
2017-04-19 11:19:40 -06:00
Gregory Nutt
dbafc0fc49
ieee802154: Purely cosmetic changes from review of last PR.
2017-04-19 09:53:32 -06:00
Anthony Merlino
d23a3970bb
Merged in merlin17/nuttx/ieee802154 (pull request #324 )
...
wireless/ieee802154: Simplifies MAC callback interface. Adds missing data type definitions
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-19 15:40:05 +00:00
Anthony Merlino
de4e2d84c4
wireless/ieee802154: Simplifies MAC callback interface. Adds missing data type definitions
2017-04-19 11:30:43 -04:00
Gregory Nutt
575fb0acbf
Nucleo-F072RB: Enable board_app_inititalize, procfs, and built-in functions.
2017-04-19 07:26:51 -06:00
Gregory Nutt
d9c266c71b
Trivial change to document.
2017-04-19 06:23:13 -06:00
Masayuki Ishikawa
83a2a43eb7
Merged nuttx/nuttx into master
2017-04-19 16:10:15 +09:00
Gregory Nutt
e7a1847d08
Coding style: Minor updates to last commit.
2017-04-18 16:46:23 -06:00
Gregory Nutt
0a457a1b20
Coding standard: Defining structures within the scope of another structure is discouraged.
2017-04-18 16:29:49 -06:00
David Sidrane
29fe0a1b5f
Merged in david_s5/nuttx/upstream_stm32_warn (pull request #323 )
...
stm32:stm32_serial fixed warning
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-18 22:01:02 +00:00