Gregory Nutt
|
1fcced12eb
|
Xtensa: Timer code now compiles okay
|
2016-10-23 11:31:48 -06:00 |
|
Gregory Nutt
|
9b5fedc81e
|
Xtensa: Add implementation of system timer; Correct CFLAGS
|
2016-10-23 10:08:38 -06:00 |
|
Gregory Nutt
|
23b003c649
|
Xtensa: Some things in Kconfig are really core options, not user configurations.
|
2016-10-22 12:25:56 -06:00 |
|
Gregory Nutt
|
3e4d2dba65
|
Merge remote-tracking branch 'origin/master' into esp32
|
2016-10-21 12:35:41 -06:00 |
|
Gregory Nutt
|
19a2212971
|
The buttons example was changed to archbuttons. As a result all of the button configurations are broken and need some renaming in the defconfig files. Noted by Frank Berkert
|
2016-10-21 12:12:04 -06:00 |
|
Gregory Nutt
|
7a007a1e8e
|
ESP32: The ESP32 Core V2 board does not have any user controllable LEDs.
|
2016-10-21 07:35:56 -06:00 |
|
Gregory Nutt
|
2dbcdd781c
|
Correct STM32 Butterfly2 URL. Correct some comments.
|
2016-10-20 07:18:23 -06:00 |
|
Gregory Nutt
|
d2d60a59bf
|
ESP32: Refresh configuration; fix some compile issues
|
2016-10-19 13:58:50 -06:00 |
|
Gregory Nutt
|
d1562a18e6
|
Add vectors for interrupt levels 2-6
|
2016-10-19 13:58:51 -06:00 |
|
Gregory Nutt
|
847af7c3c1
|
Trivial change to .gitignore
|
2016-10-18 13:30:07 -06:00 |
|
Gregory Nutt
|
89851b7446
|
ESP32: Add .gitignore; minor compile fixes
|
2016-10-18 13:13:11 -06:00 |
|
Gregory Nutt
|
4a7d7e9a5a
|
ESP32: Forgot to add file in last commit
|
2016-10-18 13:21:56 -06:00 |
|
Gregory Nutt
|
8c606c4878
|
ESP32: Add more missing infrastructure
|
2016-10-18 13:18:59 -06:00 |
|
Gregory Nutt
|
6d974a8c69
|
ESP32: Correct logic to auto-generate esp_out.ld linker script
|
2016-10-18 11:30:30 -06:00 |
|
Gregory Nutt
|
e72fab6f26
|
Add a board context target
|
2016-10-18 10:54:26 -06:00 |
|
Gregory Nutt
|
8b25782d01
|
ESP32 Core: Correct linker script CFLAGS selection
|
2016-10-18 09:56:00 -06:00 |
|
Gregory Nutt
|
054a1a8231
|
ESP32 Core: Refresh configuration
|
2016-10-18 09:41:16 -06:00 |
|
Gregory Nutt
|
6745690a6f
|
configs/Board.mk: Add extra clean operations
|
2016-10-18 09:46:48 -06:00 |
|
Gregory Nutt
|
ac97a81fb0
|
ESP32 core: Add linker script
|
2016-10-18 09:43:56 -06:00 |
|
Gregory Nutt
|
29ccdf350a
|
Merge remote-tracking branch 'origin/master' into esp32
|
2016-10-16 09:53:03 -06:00 |
|
Ken Pettit
|
201a32cf8c
|
Add support for the RISC-V architecture and configs/nr5m100-nexys4 board. I will be making the FPGA code for this available soon (within a week I would say). The board support on this is pretty thin, but it seems like maybe a good idea to get the base RISC-V stuff in since there are people interested in it.
|
2016-10-16 09:47:07 -06:00 |
|
Gregory Nutt
|
8c3c78f24a
|
Xtensa: Fix register usage in up_strackframe
|
2016-10-16 09:26:33 -06:00 |
|
Gregory Nutt
|
275120a6d1
|
XTENSA: Add some context switching definitions (incomplete); ESP32: Add some dummy LED definitions
|
2016-10-15 14:57:06 -06:00 |
|
Gregory Nutt
|
8ffbf6d95e
|
XTENSA: Hook xtensa_irq.S into build
|
2016-10-15 11:46:21 -06:00 |
|
Gregory Nutt
|
5b46ce4889
|
Cosmetic changes from review of last PR
|
2016-10-14 17:39:21 -06:00 |
|
Gregory Nutt
|
f2ebb6d2a0
|
Merged in neilh20/anuttx/pr_K64_uid (pull request #147)
Add Kinetis freedom-k64f uid
|
2016-10-14 23:29:19 +00:00 |
|
Gregory Nutt
|
ad6856c931
|
Trivial stylistic changes from review of last PR
|
2016-10-14 11:12:49 -06:00 |
|
Gregory Nutt
|
b669d78f8c
|
Trivial changes to README.txt
|
2016-10-14 11:01:28 -06:00 |
|
Sebastien Lorquet
|
49238489fd
|
Support PWM testing on board nucleo-l476.
|
2016-10-14 18:06:42 +02:00 |
|
neilh10
|
64b020f1a8
|
Add UID Unique ID
|
2016-10-13 19:42:39 -07:00 |
|
Gregory Nutt
|
1c383b6651
|
Update README
|
2016-10-13 16:29:54 -06:00 |
|
Gregory Nutt
|
04940840b6
|
ESP32 Core: Correct tool-related prefix and path
|
2016-10-13 14:48:29 -06:00 |
|
Gregory Nutt
|
43c46fd34c
|
ESP32 Core: Add a dummy Toolchain.defs. Fix some cloning errors left in the NSH configuration.
|
2016-10-13 14:40:43 -06:00 |
|
Gregory Nutt
|
25331aeb63
|
ESP32 Core: Add an NSH configuration for build testing
|
2016-10-13 14:37:28 -06:00 |
|
Gregory Nutt
|
ae5ada0ec5
|
ESP32 Core: Add a dummy board.h header file
|
2016-10-13 14:22:27 -06:00 |
|
Gregory Nutt
|
38d9436e42
|
ESP32 Core board: Add a dummy board Makefile
|
2016-10-13 11:34:29 -06:00 |
|
Gregory Nutt
|
52b1ca8747
|
configs/esp32-core: Add basic directory to support the ESP32 Core board V2
|
2016-10-12 15:27:34 -06:00 |
|
Alan Carvalho de Assis
|
4195692bb4
|
Change "Board LED support" to "Board LED Status support"
|
2016-10-11 14:29:27 -06:00 |
|
Alan Carvalho de Assis
|
91fa8ffaea
|
STM32F103 Minimum: Add button supprt
|
2016-10-11 14:14:06 -06:00 |
|
Alan Carvalho de Assis
|
4825a8fc3f
|
STM32 Minimum: Note in Kconfig that the board supports buttons
|
2016-10-11 14:13:29 -06:00 |
|
Gregory Nutt
|
741e100dcf
|
Eliminate some warnings
|
2016-10-07 13:47:02 -06:00 |
|
Alan Carvalho de Assis
|
49ee2631f7
|
Enable JTAG in stm32f103-minimum/userled configuration
|
2016-10-06 13:33:31 -06:00 |
|
Gregory Nutt
|
f34d5db094
|
More fixed related to name changes from CONFIG_WL_MFRC522 to CONFIG_CL_MFRC522. Also depends on CONFIG_CONTACTLESS. not CONFIG_WIRELESS.
|
2016-10-06 07:58:14 -06:00 |
|
Gregory Nutt
|
1fda0523da
|
CONFIG_CL_MFR522, not CONFIG_WL_MFR522
|
2016-10-06 07:44:17 -06:00 |
|
Gregory Nutt
|
f55bee5325
|
Update defconfig files
|
2016-10-06 07:44:17 -06:00 |
|
Gregory Nutt
|
4f4b709ef5
|
configs/stm32l476-mdk/nsh: Remove CONFIG_CXX_INITIALIZE. up_cxxinitialize is not provided in apps/platfor for this board.
|
2016-10-06 07:08:50 -06:00 |
|
Mateusz Szafoni
|
796fbe834a
|
configs/olimex-stm32-e407: Add some networking configurations
|
2016-10-06 11:13:10 +02:00 |
|
Sebastien Lorquet
|
9dcecd4b15
|
Add support for qencoders on various nucleo boards
|
2016-10-03 16:07:20 +02:00 |
|
Alan Carvalho de Assis
|
53fa8b7296
|
configs/stm32f103-minimum: Add stm32_bringup support and userled example to STM32F103 Minimum board
|
2016-10-02 14:45:44 -06:00 |
|
Gregory Nutt
|
25cd684012
|
Looks like I forgot to add some files in patch from a few days ago.
|
2016-09-22 11:12:10 -06:00 |
|