David Sidrane
d9cd9183db
crazyflie:Ensure _ebss will be 4 byte aligned
7 years ago
Daniel Agar
f170b28fbc
nuttx-configs remove cu and mount example
7 years ago
David Sidrane
ad6d0304a9
crazyflie nsh:Optimize memset for speed
7 years ago
David Sidrane
caf06ef6fa
crazyflie:nsh Refreshed config
7 years ago
David Sidrane
27e68160fb
crazyflie:Schedule work queue with higher priority as on master
...
was:CONFIG_SCHED_HPWORKPRIORITY=192
is:CONFIG_SCHED_HPWORKPRIORITY=249
7 years ago
David Sidrane
f15c7a60cd
crazyflie nsh: Upstream NuttX removed setenv.sh
7 years ago
David Sidrane
7048b068a8
crazyflie nsh: Upstream NuttX defconfig changes
...
was:CONFIG_STM32_STM32F40XX is:CONFIG_STM32_STM32F4XXX
7 years ago
David Sidrane
caa5e337da
crazyflie nsh: Upstream NuttX defconfig changes
...
was:CONFIG_ARM_TOOLCHAIN_IAR is:CONFIG_ARCH_TOOLCHAIN_IAR
was:CONFIG_ARM_TOOLCHAIN_GNU is:CONFIG_ARCH_TOOLCHAIN_GNU
was:CONFIG_MUTEX_TYPES is:CONFIG_PTHREAD_MUTEX_TYPES
7 years ago
David Sidrane
b379249a31
crazyflie nsh Update for upstream NuttX removed CONFIG_LIBC_ARCH_BZERO
7 years ago
David Sidrane
df0057e791
crazyflie nsh Refreshed nuttx config for 7.19+
7 years ago
Beat Küng
83643a719a
nuttx config: increase CONFIG_NFILE_DESCRIPTORS from 53 to 54
...
This is needed when logger is logging to file and ulog streaming gets
activated.
8 years ago
Beat Küng
1be089cf0c
BBSRAM: add another partition and store the last ulog path
8 years ago
Beat Küng
9862f1c5f9
crazyflie NuttX defconfig: lower CONFIG_DEV_PIPE_SIZE to 70
...
This saves almost 2kb of RAM when using the mavlink shell. 70 matches the
size of the mavlink message. Since the pipe is blocking, a process writing
a lot of data will just wait, data will not be dropped.
The mavlink shell is the only process creating a pipe.
8 years ago
Beat Küng
1d93b1bce3
nuttx configs: increase CONFIG_NFILE_DESCRIPTORS from 51 to 53
...
this is needed due to the additional topics logged with the logger
8 years ago
David Sidrane
214fd04b3c
crazyflie Increased IRQ Stack Size
8 years ago
David Sidrane
64c00e6c95
Changes to crazyflie for upstream Nuttx and hardfault logging
8 years ago
David Sidrane
c4d91ef644
Removed CONFIG_STM32_I2CTIMEOTICKS defined in the PX4 I2C driver
...
CONFIG_STM32_I2CTIMEOTICKS is hard defined on PX4 master
and defconfig defined on upstream Nuttx (nuttx_v3) it will be fixed
there.
8 years ago
David Sidrane
fd797ae3b4
Using build system warnings.
...
Aligned Make.Defs to use the build system's defined warnigns.
8 years ago
David Sidrane
1c766aef12
Removed comments to allow appconfigs to bring in can
...
Removed the commented body of the 'if CONFIG_CAN' in the appconfigs
8 years ago
Dennis Shtatnov
eafc0dad4a
CF2: Disable UART console to free up expansion pins
...
nshterm should still work. Using low console instead which should just discard all characters for the plain system console
9 years ago
Dennis Shtatnov
c842b0457f
Syslink for battery, RSSI, and initial radio control
9 years ago
Dennis Shtatnov
e91821d2a2
Merge Crazyflie motor driver with FMU
...
Comment corrections
9 years ago
Dennis Shtatnov
9c8e56401b
Working motors and mtd for CF2
9 years ago
Tim Dyer
b65ff53b00
Initial build for Crazyflie 2.0
...
Working crazyflie firmware build
* Console on USART3
* Could not disable building PX4IO firmware, currently commented out
Don't build PX4IO firmware if the board doesn't ask for it
Added crazyflie motor driver
Fixed wrong register
CLK_SEL is in PWR_MGMT_1
Initial I2C/SPI MPU9250 device
* Tested with I2C
* Need to add error checking
* Intermittent crash on stop call
Working ak8963 mag driver
Functional lps25h driver. Work in progress.
Works well enough to probe and allow sensors task to start.
Added serial port test module
HACK! Get sensors module working
Set crazyflie PWM range
Extend baudrate for Crazyflie's NRF radio
Added dummy tone alarm to allow for init
Added autostart script for Crazyflie
9 years ago