Gregory Nutt
|
47d87fd857
|
configs/: Refresh ARM and Xtensa configurations.
|
2018-08-19 17:48:13 -06:00 |
|
Gregory Nutt
|
bbad69ab61
|
Change all occurrences of CONFIG_EXAMPLES_NSH* to CONFIG_SYSTEM_NSH* to match changes in the apps/ directory.
|
2018-08-18 09:14:59 -06:00 |
|
Gregory Nutt
|
8c61c2f31b
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
|
Gregory Nutt
|
8d68d9ca43
|
arch/arm/src/stm32, stm32f7, stm32l4, and related defconfig files: The STM32 RTC driver was being selected by the global CONFIG_RTC option. That is in correct. For example, if you want to disabled the STM32 RTC and use an external RTC you cannot because the external RTC also depends on the global CONFIG_RTC. The solution is to add a new CONFIG_STM32xx_RTC configuration option the permits to you select or deselect the STM32 RTC but still be able to selecte the external RTC.
|
2018-08-08 12:42:04 -06:00 |
|
Gregory Nutt
|
ceaafc2019
|
arch/arm/src/stm32: Fix scope of naming. CONFIG_RTC_LSECLOCK->CONFIG_STM32_RTC_LSECLOCK, for example. Fix some usage. Although CONFIG_STM32L4_RTC_xxxCLOCK was defined in the Kconfig, CONFIG_RTX_xxxCLOCK was used in numerous places in the code
|
2018-06-28 15:58:08 -06:00 |
|
Gregory Nutt
|
dc8941e958
|
configs/: Add definition of strip to many Make.defs files.
|
2018-03-25 09:25:37 -06:00 |
|
Gregory Nutt
|
b238ede68f
|
configs/stm32l476-mdk: Repartition bring-up logic so that it is more like other board directories. Add support for USERLED driver. Add bring-up initialization logic for the USERLED driver.
|
2017-11-12 13:24:13 -06:00 |
|
Gregory Nutt
|
d594d1f56e
|
configs/stm32l476-mdk: Add support for the on-board LEDs.
|
2017-11-12 12:56:38 -06:00 |
|
Gregory Nutt
|
8b64f8ae49
|
Update README.txt
|
2017-11-12 11:41:20 -06:00 |
|
Gregory Nutt
|
5004e8b3ea
|
libc: Add support for readv() and write(). Also includes some cosmetic changes to some unrelated files.
|
2017-11-11 11:44:14 -06:00 |
|
Gregory Nutt
|
f41d968455
|
tools/configure.c: Trivial design improvement to last commit.
|
2017-11-10 09:39:06 -06:00 |
|
Gregory Nutt
|
f748d01a53
|
Update README
|
2017-11-10 09:01:39 -06:00 |
|
Gregory Nutt
|
efd798661a
|
Update README again
|
2017-11-09 16:42:42 -06:00 |
|
Gregory Nutt
|
baf120043e
|
Update README
|
2017-11-09 16:32:20 -06:00 |
|
Juha Niskanen
|
0a1da7eaca
|
configs: update STM32L4 configs for ADC changes
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
|
2017-08-30 11:40:58 +03:00 |
|
Gregory Nutt
|
2319ea53a9
|
STM32L4: Eliminate a warning about implicit definition of function. While we are at it, let's improve the naming a little too.
|
2017-07-22 09:53:29 -06:00 |
|
Gregory Nutt
|
382def3df5
|
Move remaining, unique Make.defs files into scripts directory.
|
2017-07-11 12:13:36 -06:00 |
|
Gregory Nutt
|
e40ccc1b60
|
Move remaining, unique Make.defs files into scripts directory.
|
2017-07-11 11:14:11 -06:00 |
|
Gregory Nutt
|
5a9eebe270
|
More conversions of defconfig files to compressed format. All but Windows native configurati9ons.
|
2017-07-09 20:05:59 -06:00 |
|
Gregory Nutt
|
cd54a0340f
|
Fix a typo. And typo in Kconfig file is reflect in all defconfig files.
|
2017-06-15 14:29:09 -06:00 |
|
Gregory Nutt
|
b0fda33e13
|
Kconfig: Rename CONFIG_ARM_TOOLCHAIN_IAR to CONFIG_ARCH_TOOLCHAIN_IAR
|
2017-05-13 16:01:38 -06:00 |
|
Gregory Nutt
|
6e4918c557
|
Remove CONFIG_ARM_TOOLCHAIN_GNU; replace with CONFIG_ARCH_TOOLCHAIN_GNU
|
2017-05-13 13:28:15 -06:00 |
|
Gregory Nutt
|
0de294a586
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
|
Sebastien Lorquet
|
aca2e36d67
|
stm32 devboards
|
2017-04-28 18:26:05 +02:00 |
|
Gregory Nutt
|
1620ff05f4
|
Remove all setenv.sh files.
|
2017-04-26 07:49:37 -06:00 |
|
Gregory Nutt
|
39b62c6b46
|
Changes from review of last PR
|
2017-04-13 06:50:33 -06:00 |
|
Gregory Nutt
|
77f980e676
|
Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set.
|
2017-04-09 14:44:49 -06:00 |
|
Gregory Nutt
|
f9e402018b
|
Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported.
|
2017-04-09 07:22:49 -06:00 |
|
Gregory Nutt
|
c071e2a30c
|
Make sure that CONFIG_PTHREAD_MUTEX_ROBUST=y is selected every configuration that enabled pthreads.
|
2017-03-27 09:21:03 -06:00 |
|
Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
|
Gregory Nutt
|
c428661e18
|
apps/examples/usbterm is gone because it can be configured to perform an illegal call into the OS. Remove all traces of CONFIG_EXAMPLES_USBTERM* and all of the illegal device support.
|
2017-03-09 15:39:28 -06:00 |
|
Gregory Nutt
|
d0813aa0c5
|
Refresh all ARM configurations
|
2017-03-09 10:23:41 -06:00 |
|
Gregory Nutt
|
4f5e0e3519
|
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 15:27:55 -06:00 |
|
Gregory Nutt
|
4c82827ab1
|
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 14:37:22 -06:00 |
|
Gregory Nutt
|
7982b45367
|
STM32 L4: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 12:36:40 -06:00 |
|
Gregory Nutt
|
704df7bd39
|
IRQ arguments: Fix errors discovered in build testing
|
2017-02-27 19:28:24 -06:00 |
|
Gregory Nutt
|
67de2e5f66
|
Add argument to STM32 EXTI interrupt handlers.
|
2017-02-27 14:21:30 -06:00 |
|
Gregory Nutt
|
4539988d00
|
Removed CONFIG_LIBC_ARCH_BZERO. bzero() is a deprecated interface. There are no architecture-specific replacements and, if there were, they should replace memset(), not bzero().
|
2017-02-22 10:41:49 -06:00 |
|
Gregory Nutt
|
085616d651
|
STM32L4: Bring power management logic from Motrola MDK into NuttX
|
2017-02-18 10:18:42 -06:00 |
|
Gregory Nutt
|
6fe94b5724
|
Trivial cosmetic, alignement changes.
|
2017-02-17 17:50:56 -06:00 |
|
Gregory Nutt
|
3c4684ef5f
|
Eliminate CONFIG_ARCH_OPTIMIZED_FUNCTIONS. Move options to select architectur-specific C library options from libc/Kconfig to libc/machine/Kconfig and rename.
|
2017-01-20 09:30:07 -06:00 |
|
Gregory Nutt
|
f063e4c5ac
|
Remove Calypso architecture support and support for Calypso SERCOMM driver.
|
2016-12-13 18:35:52 -06:00 |
|
Gregory Nutt
|
d9e040d76b
|
Remove all Calypso board configurations
|
2016-12-13 18:24:49 -06:00 |
|
Gregory Nutt
|
55dd1c87b3
|
Remove all references to BOARDIOC_ADCSETUP
|
2016-12-05 15:31:40 -06:00 |
|
Gregory Nutt
|
b999e63c82
|
Remove some references to BOARDIOC_PWMTEST and board_pwm_setup(). Still lots more.
|
2016-12-05 13:54:12 -06:00 |
|
Gregory Nutt
|
c0cbea2550
|
Remove RGMP and RGMP drivers.
|
2016-12-02 09:49:33 -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 |
|
Gregory Nutt
|
f61a14454d
|
Trivial cosmetic changes from review of PR 133
|
2016-09-15 08:06:33 -06:00 |
|
Jim Wylder
|
cb4f1a4cec
|
Support basic booting and nsh on Motorola MDK
The Motorola MDK is based off of an earlier version
of NuttX. This only provides a basic nsh shell.
Signed-off-by: Jim Wylder <jwylder@motorola.com>
|
2016-09-14 15:42:10 -05:00 |
|