Gregory Nutt
|
4579f0c1fc
|
Add a command to boardctl() to obtain a baord unique ID
|
2015-11-18 07:31:53 -06:00 |
|
Gregory Nutt
|
91a8514774
|
Add a command to boardctl() to obtain a baord unique ID
|
2015-11-18 07:31:23 -06:00 |
|
Gregory Nutt
|
0d18b13a16
|
Update ChangeLog
|
2015-11-18 07:09:59 -06:00 |
|
Ken Pettit
|
992d7d1e85
|
arch/sim/src/up_spiflash.c: Add support for W25 FLASH simulation. From Ken Petit
|
2015-11-18 07:08:38 -06:00 |
|
Ken Pettit
|
f0f7dd9956
|
drivers/mtd/smart.c: Fix a Smart wear-leveling bug. From Ken Petit
|
2015-11-18 07:01:13 -06:00 |
|
Ken Pettit
|
7e58e4c4cf
|
W25: Fix W25 page read/write logic
|
2015-11-18 06:56:53 -06:00 |
|
Gregory Nutt
|
a6d6c430d9
|
Changes to last merge from review for compliance to coding standards
|
2015-11-17 21:10:17 -06:00 |
|
Gregory Nutt
|
ace39d4b18
|
Merged in marawan31/arch (pull request #34)
Added implementation to get 96-bit stm32 unique id
|
2015-11-17 20:58:48 -06:00 |
|
Marwan Ragab
|
4999c14085
|
Added implementation to get 96-bit stm32 unique id
|
2015-11-17 21:34:41 -05:00 |
|
Gregory Nutt
|
b60422836e
|
Fix some stylistic issues found by tools/nxstyle
|
2015-11-17 17:38:46 -06:00 |
|
Gregory Nutt
|
a654f35d98
|
Fix some stylistic issues found by tools/nxstyle
|
2015-11-17 17:35:17 -06:00 |
|
Gregory Nutt
|
8d963e66cf
|
Fix some stylistic issues found by tools/nxstyle
|
2015-11-17 17:31:57 -06:00 |
|
Gregory Nutt
|
a8ab72f97a
|
Fix some stylistic issues found by tools/nxstyle
|
2015-11-17 17:31:38 -06:00 |
|
Gregory Nutt
|
9d0984e21e
|
Update ChangeLog
|
2015-11-17 17:21:36 -06:00 |
|
Gregory Nutt
|
5a99735782
|
(Hopefully) cosmetic changes from review of recent merges for conformance to coding standard
|
2015-11-17 16:54:15 -06:00 |
|
Gregory Nutt
|
5937f9930d
|
(Hopefully) cosmetic changes from review of recent merges for conformance to coding standard
|
2015-11-17 16:53:49 -06:00 |
|
Gregory Nutt
|
3c84aa3b5f
|
(Hopefully) cosmetic changes from review of recent merges for conformance to coding standard
|
2015-11-17 16:53:21 -06:00 |
|
Gregory Nutt
|
25c4ff8285
|
Update some comments
|
2015-11-17 16:29:34 -06:00 |
|
Gregory Nutt
|
1a2191a8bf
|
Merged in wail007/boards (pull request #18)
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:29:26 -06:00 |
|
Gregory Nutt
|
d4b7f6e7e0
|
Merged in karim_keddam/nuttx (pull request #34)
Fixed ms58xx sensor
|
2015-11-17 16:27:09 -06:00 |
|
Gregory Nutt
|
c09622b0f6
|
Merged in wail007/arch (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:26:20 -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 |
|
Karim Keddam
|
522d891759
|
Fixed a bug with the ms58xx sensor initialization
|
2015-11-17 17:21:46 -05:00 |
|
Karim Keddam
|
2578994e74
|
Fixed a bug with the CRC for the ms58xx sensor
|
2015-11-17 17:19:11 -05:00 |
|
Wail Khemir
|
540a3b701a
|
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 17:09:10 -05:00 |
|
Wail Khemir
|
9451b09d3a
|
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:57:02 -05: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
|
249fa2475b
|
Add logic to detect rollowing while reading or setting the time
|
2015-11-17 14:39:47 -06:00 |
|
Gregory Nutt
|
45530a77d4
|
Add support for DS3231 I2C RTC. Untested on initial commit.
|
2015-11-17 14:07:55 -06:00 |
|
Gregory Nutt
|
3d8d2e23c8
|
Refresh configuration
|
2015-11-17 14:06:09 -06:00 |
|
Gregory Nutt
|
d4e234494d
|
Update NxWidgets document
|
2015-11-17 14:05:44 -06:00 |
|
Lok Tep
|
5d689fedcf
|
spifi regs
|
2015-11-17 18:02:08 +01:00 |
|
Gregory Nutt
|
e61d51dab3
|
If multiple AT24xx devices are supported and resources are allocated, then it may also be necessary to free those resource
|
2015-11-17 08:39:06 -06:00 |
|
Gregory Nutt
|
f5722bc6dd
|
Merged in slorquet/nuttx/pca9555 (pull request #32)
Pca9555 interrupt support.
|
2015-11-17 07:45:33 -06:00 |
|
Gregory Nutt
|
724901ceb9
|
Add support for multiple AT24xx EEPROM devices
|
2015-11-17 07:40:17 -06:00 |
|
Sebastien Lorquet
|
c7999141e7
|
Merge branch 'master' into pca9555
|
2015-11-17 14:12:03 +01:00 |
|
Sebastien Lorquet
|
826aadbce8
|
Include support for PCA9555 interrupt driven IO changes detection.
Currently using a signal, and a single notified task.
signal handling support moved to generic IO expander header (not pca specific)
|
2015-11-17 14:09:43 +01:00 |
|
Gregory Nutt
|
876cb13356
|
Crypto: Mostly cosmetic changes
|
2015-11-16 16:10:01 -06:00 |
|
Gregory Nutt
|
580529ba23
|
crypto/aes.c: Make refernce to key const
|
2015-11-16 14:30:43 -06:00 |
|
Gregory Nutt
|
c955cdccd9
|
Move rivers/wireless/cc3000/security.c to crypto/aes.c; move include/nuttx/wireless/cc3000/security.h to include/nuttx/crypto/aes.h
|
2015-11-16 13:31:02 -06:00 |
|
Gregory Nutt
|
c376e14e88
|
Refresh Spark configurations
|
2015-11-16 13:26:31 -06:00 |
|
Gregory Nutt
|
2ae7485a57
|
Update ChangeLog
|
2015-11-16 10:47:21 -06:00 |
|
Alan Carvalho de Assis
|
0a3d0ec1f5
|
configs/stm32f429i-disco/src/stm32_nsh.c file calculated partition boundries based on page block sizes but mtd_partition is expecting calculations based on erase block size. From Alan Carvalho de Assis.
|
2015-11-16 10:44:54 -06:00 |
|
Gregory Nutt
|
88ebcc895b
|
Fix some spacing problems found by tools/nxstyle.c
|
2015-11-15 10:47:42 -06:00 |
|
Gregory Nutt
|
ab9d124528
|
serial: Remove confusing inline functions. Correct attribution for serial DMA logic
|
2015-11-15 08:39:01 -06:00 |
|
Gregory Nutt
|
bd384d93eb
|
SAMV7 MCAN: Cosmetic change
|
2015-11-15 08:38:27 -06:00 |
|
Gregory Nutt
|
7f1ac36194
|
Serial driver: Move serial DMA logic to a separate file
|
2015-11-15 07:58:08 -06:00 |
|
Gregory Nutt
|
815ec07b55
|
CAN: A minor improvement to can_txready design
|
2015-11-15 06:36:30 -06:00 |
|
Lok Tep
|
0d1ba69ba8
|
Merge remote-tracking branch 'origin/master'
|
2015-11-15 12:55:21 +01:00 |
|
Lok Tep
|
386939c8af
|
roght ram bank
|
2015-11-15 12:52:57 +01:00 |
|