Commit Graph

29258 Commits

Author SHA1 Message Date
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
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
David Sidrane
4844011b9c stm32:stm32_serial fixed warning 2017-04-18 11:51:56 -10:00
Gregory Nutt
35756d6295 ieee802.15.4: Cosmetic changes from review of last PR. 2017-04-18 14:25:23 -06:00
Gregory Nutt
0d83fce263 Really trivial change in spacing. 2017-04-18 14:12:15 -06:00
Anthony Merlino
ea224e8ddb Merged in merlin17/nuttx/ieee802154 (pull request #321)
wireless/ieee802154: Lots of small fixes to eliminate build issues.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-18 20:11:22 +00:00
David Sidrane
3d67583341 Merged in david_s5/nuttx/upstream_kinetis (pull request #322)
Kinetis:Fixed warning

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-18 20:08:31 +00:00
David Sidrane
a0c4254168 Kinetis:Fixed warning 2017-04-18 10:04:54 -10:00
Anthony Merlino
9ad3b375e5 wireless/ieee802154: Lots of small fixes to eliminate build issues.
Generally cleans things up and fixes lots of small issues preventing a successful build.  Does not completely build, but there are significantly less errors
2017-04-18 15:34:28 -04:00
Gregory Nutt
52cddc45de Merge remote-tracking branch 'origin/master' into ieee802154 2017-04-18 10:38:08 -06:00
Gregory Nutt
27e212a291 Nucleo-F072RB: Various fixes to get the first clean build. 2017-04-18 10:37:05 -06:00
Gregory Nutt
b45472baf8 Nucleo-F072RB: Add board configuration 2017-04-18 10:07:03 -06:00
Gregory Nutt
8420e68a9b STM32F0: The STM32F2 does not have use alternate function groupings as does the F1. Rather, it is like other members of the STM32 family with An alternate setting AF0-AF7 for each pin. 2017-04-18 08:40:14 -06:00
Gregory Nutt
8a5ed57262 Nucleo-F072RB: Add directory and README file. 2017-04-18 08:16:21 -06:00
Gregory Nutt
04ebdbb336 Move: CONFIG_ADC_NO_START_CONV from drivers/adc/Kconfig to arch/arm/src/stm32[f7]/Kconfig as STM32[F7]_ADC_NO_START_CONV. Refresh all configurations with any reference to CONFIG_ADC_NO_START_CONV. 2017-04-18 07:16:35 -06:00
Juha Niskanen
3c0f3ea35b STM32F7: stm32_adc: Do not override ADCPRE_DIV when measuring internal voltage 2017-04-18 06:51:20 -06:00
Juha Niskanen
54eae7dcde STM32F7: warn if no DMA2 configured when using ADC with DMA. Also correct ADC channel numbers that DMA callback passes to upper half driver. 2017-04-18 06:49:51 -06:00
Gregory Nutt
de22d24f8e More changes UART to USART. Fix garbage code in stm32f0_serial.h that was clearing HAVE_USART 2017-04-17 18:37:52 -06:00
Alan Carvalho de Assis
363fe88dbd Fix stm32f0discovery defconfig to use standard serial 2017-04-17 17:59:33 -06:00
Gregory Nutt
924f58fb2b STM32F0: Change HAVE_UART to HAVE_USART 2017-04-17 17:53:04 -06:00
Gregory Nutt
acdc26f972 STM32F0: Add logic to enable other USARTs. No UART4/5. Rather USART4/5. 2017-04-17 17:51:05 -06:00
Gregory Nutt
639bf31eb4 Move enabling of GPIO peripherals form UART setup to clockconfig. This is not a UART function. It is needed by all periphrals. 2017-04-17 17:20:55 -06:00
Gregory Nutt
8b157b034d STM32F0: Fixes to get STM32F0-Discovery build again after changes to support the STM32F07x 2017-04-17 17:13:32 -06:00
Gregory Nutt
2c01aaad59 STM32F0: Add basic support for STM32F07x family 2017-04-17 16:54:07 -06:00
Gregory Nutt
0ef4e37c9e Upate some comments. 2017-04-17 14:28:19 -06:00
Gregory Nutt
13e3e79183 Update coding standard document to discuss un-named structure fields. 2017-04-17 13:17:35 -06:00
Alan Carvalho de Assis
b0597583da Fix System Clock value to 48MHz and remove MCLK definition 2017-04-17 12:48:07 -06:00
Gregory Nutt
efd674e09f STM32F0-Discovery: Clarifie clock calculations in board.h 2017-04-17 12:24:23 -06:00
Gregory Nutt
1d1d633e6f ieee802.15.4: Fix some forbidden C11 syntax. 2017-04-17 11:47:33 -06:00
Gregory Nutt
8df9e7f8ce STM32F0-Discovery: Correct part number in board.h 2017-04-17 11:18:13 -06:00
Alan Carvalho de Assis
3249da6557 STM32F0: Fix HSI clock definition 2017-04-17 11:14:24 -06:00
Alan Carvalho de Assis
735f4d6ea5 STM32F0: Enable the clock for all GPIO ports 2017-04-17 09:58:04 -06:00
Gregory Nutt
6d3ec6e4a4 ieee802.15.4: Changes from review of last PR 2017-04-17 09:53:58 -06:00
Anthony Merlino
9edf6c7b46 Merged in merlin17/nuttx/ieee802154 (pull request #320)
wireless/ieee802154: Continues development on transmit structure

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-04-17 15:35:46 +00:00