.. |
at32uc3_abdac.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_adc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_clkinit.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_config.h
|
Serial driver needed even when no console; Fix user LED settings in all STM32 configurations
|
2013-01-28 15:03:17 +00:00 |
at32uc3_eic.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_flashc.h
|
Add SAM4L FLASHCALW header file
|
2013-06-05 10:43:33 -06:00 |
at32uc3_gpio.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_gpio.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_gpioirq.c
|
Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
|
2014-08-08 18:39:28 -06:00 |
at32uc3_hmatrix.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_intc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_internal.h
|
Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni
|
2015-02-28 07:14:37 -06:00 |
at32uc3_irq.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_lowconsole.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_lowinit.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_memorymap.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_pdca.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_pinmux.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_pm.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_pwm.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_rtc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_serial.c
|
More missing semicolons after DEBUGASSERT
|
2015-05-27 13:32:39 -06:00 |
at32uc3_spi.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_ssc.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_tc.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
at32uc3_timerisr.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
at32uc3_twi.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_usart.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_usbb.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_wdt.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3a_pinmux.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3b_pinmux.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
chip.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
Kconfig
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
Make.defs
|
There used to be two ways to pass parameters to new tasks, depending upon the configuration: Either (1) argv[] as created as an array with each string strdup'ed. Or (1) argv[] array and strings were created on the stack before the new task was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing.
|
2014-09-01 15:39:34 -06:00 |