Gregory Nutt
|
da6c5aabdf
|
All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa
|
2015-08-21 08:42:24 -06:00 |
|
Gregory Nutt
|
ba6c0b3fa3
|
Fix more common typos
|
2015-08-16 11:06:29 -06:00 |
|
Gregory Nutt
|
e29220183a
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
|
Gregory Nutt
|
1f5e16dc95
|
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
|
2015-07-10 18:41:26 -06:00 |
|
Gregory Nutt
|
d1847d2e0b
|
Correct write to incorrect register in EFM32 SPI driver. From Pierre-noel Bouteville.
|
2015-06-09 12:50:30 -06:00 |
|
Gregory Nutt
|
f875a26ed2
|
Add SPI GPIO pin initialization. From Pierre-noel Bouteville.
|
2015-06-05 14:26:21 -06:00 |
|
Gregory Nutt
|
38735fafeb
|
More missing semicolons after DEBUGASSERT
|
2015-05-27 13:32:39 -06:00 |
|
Gregory Nutt
|
321b54f49a
|
Updated EFM32 RTC driver from Pierre-noel Bouteville
|
2015-05-19 14:53:01 -06:00 |
|
Gregory Nutt
|
0883ea1af0
|
USB host drivers: Cannot take semaphores in cancel() method
|
2015-05-14 09:58:21 -06:00 |
|
Gregory Nutt
|
5fad63c28a
|
STM32/EFM32 USB host drivers. Remove some detritus left from previous change
|
2015-05-14 07:55:55 -06:00 |
|
Gregory Nutt
|
c2c7dadf0f
|
The USB host cancellation now applies to all transfers and so it no longer conditional
|
2015-05-11 12:04:03 -06:00 |
|
Gregory Nutt
|
cac9879ad2
|
EHCI HCDs will now support cancellation of syncrhonous transfers
|
2015-05-11 11:43:31 -06:00 |
|
Gregory Nutt
|
3f092b8f9c
|
STM32 and EFM32 host will now support cancellation of synchronous methods
|
2015-05-11 11:15:28 -06:00 |
|
Gregory Nutt
|
0536435ff8
|
Correct an error recently introduced in the STM32 and EFM32 USB host controller drivers.
The test for data partially transferred is incorrectec: chan->xfrd != xfrlen
Should be chan->xfrd > 0
From Ronly XLN.
|
2015-05-11 09:04:25 -06:00 |
|
Gregory Nutt
|
b8483aea40
|
In go_os_start that sets the IDLE thread stack coloration, mov does not set condition codes which are tested by the following beq. Need to use movs instead. Noted by David Sidrane
|
2015-05-07 20:36:08 -06:00 |
|
Gregory Nutt
|
8f959373e1
|
USB host: Modify the transfer() and asynch() methods so that the actual size of the transfer is returned. Unverified on initial commit.
|
2015-05-05 13:14:22 -06:00 |
|
Gregory Nutt
|
823af4b409
|
USB host: Need to include the port structure when disconnecting, otherwise may destroy a root hub port
|
2015-05-02 10:44:18 -06:00 |
|
Gregory Nutt
|
149d8c039d
|
EFM32 USB host: Add missing trace data and some missing connection-related logic; update a configuration
|
2015-04-30 13:46:53 -06:00 |
|
Gregory Nutt
|
501d82928d
|
STM32/EFM32 USB host: Implemented asynchronous cancel method
|
2015-04-30 11:24:18 -06:00 |
|
Gregory Nutt
|
c096b7d426
|
USB Hub: Fix compile problems when hub debug enabled
|
2015-04-30 08:12:55 -06:00 |
|
Gregory Nutt
|
a4455d07c1
|
STM32 HUB: Fix more compilation errors when hub support is enabled
|
2015-04-30 08:00:41 -06:00 |
|
Gregory Nutt
|
2f7682f7df
|
Fix some errors in initial re-verification of USB host on the STM32F4-Discovery
|
2015-04-30 07:28:30 -06:00 |
|
Gregory Nutt
|
d4feb7205f
|
First cut, dirty conversion of EFM32, STM32 FS and HS host drivers to the new interfaces
|
2015-04-29 15:53:58 -06:00 |
|
Gregory Nutt
|
d77a19f0a2
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
|
Gregory Nutt
|
321ccb3ba3
|
Fix several typos in comments
|
2015-04-09 16:13:03 -06:00 |
|
Gregory Nutt
|
fe38ca23e5
|
Cosmetic
|
2015-04-09 07:59:31 -06:00 |
|
Gregory Nutt
|
ae15c6963c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
Gregory Nutt
|
801d556452
|
EFM32: Add I2C driver. From Pierre-noel Bouteville
|
2015-03-14 14:47:53 -06:00 |
|
Gregory Nutt
|
d8a99fb73f
|
SAMV71-XULT: Enable 64-bit floating point support
|
2015-03-11 12:30:14 -06:00 |
|
Gregory Nutt
|
521de710b8
|
EFM32 updates from Pierre-noel Bouteville
|
2015-03-08 07:12:47 -06:00 |
|
Gregory Nutt
|
9bcdf974a0
|
Add new common lazy FPU state saving option for ARMv7-M. Not yet verified
|
2015-03-06 08:26:43 -06:00 |
|
Gregory Nutt
|
429863f348
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
|
Gregory Nutt
|
56b29b00ea
|
EFM32 USB Device: Is not basically functional with this change. From Pierre-noel Bouteville.
|
2015-02-16 15:45:49 -06:00 |
|
Gregory Nutt
|
c662563b83
|
Forgot to add a file in the last commit
|
2015-02-13 10:05:10 -06:00 |
|
Gregory Nutt
|
501bc15fbd
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
8bac6b71ce
|
SYSLOG: Add an option to use the syslog'ing device as the system consolution. This option enables a low-level, write-only console device at /dev/console (similar to the low-level UART console device). From Pierre-noel Bouteville.
|
2015-02-08 06:53:24 -06:00 |
|
Gregory Nutt
|
d617384d27
|
EFM: Remove a misbehaving assertion. From Pierre-noel Bouteville
Also remove spaces before and after paretheses to conform to coding standard.
|
2015-02-03 13:34:37 -06:00 |
|
Gregory Nutt
|
515856c3d9
|
EFM32 Add support of BURTC and add possibility of debug message of RMU: Pierre-noel Bouteville
|
2015-02-01 06:19:53 -06:00 |
|
Gregory Nutt
|
0817d47964
|
Fix a missing quotation mark in configuration description
|
2015-01-30 12:28:04 -06:00 |
|
Gregory Nutt
|
6b900ec05c
|
EFM32: Logic to unconditionally enable LE clocking. Even you don't use core clock LE as source for LFA or LFB, to read are write any register not clocked by HFPERCLK or HFCORECLK, HFCORECLKLE should be enabled. From Pierre-noel Bouteville.
|
2015-01-30 07:44:49 -06:00 |
|
Gregory Nutt
|
30b141e2c8
|
Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless
|
2015-01-24 06:49:51 -06:00 |
|
Gregory Nutt
|
e8f266001d
|
Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK but without enabling debug. From David Sidrane
|
2015-01-24 06:03:39 -06:00 |
|
Gregory Nutt
|
16f72b3470
|
Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bouteville
|
2015-01-23 15:25:10 -06:00 |
|
Gregory Nutt
|
78affd0f9a
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
|
Gregory Nutt
|
70f778c02b
|
EFM32 Serial: Add support for termios TCGET and TCSET. For the moment, only set/get speed is implemetned. From Pierre-noel Bouteville
|
2014-11-27 19:14:10 -06:00 |
|
Gregory Nutt
|
2c1f018e85
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
8becf3c18c
|
Various issues/bugs detected by cppcheck
|
2014-11-24 12:59:52 -06:00 |
|
Gregory Nutt
|
da160bfee9
|
EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional shift. From Pierre-noel Bouteville
|
2014-11-16 07:57:57 -06:00 |
|
Gregory Nutt
|
025e36ba8c
|
Cosmetic updates; updates to README
|
2014-11-14 09:54:00 -06:00 |
|
Gregory Nutt
|
a451f3b99e
|
EFM32: Finishes USB naming fixup. Still some missing initialization logic
|
2014-11-14 08:36:18 -06:00 |
|