.. |
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
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -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
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
at32uc3_gpio.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_gpioirq.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -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_irq.c
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
at32uc3_lowconsole.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
at32uc3_lowinit.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -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
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
at32uc3_spi.h
|
Email address change in nuttx/
|
2012-09-13 18:32:24 +00:00 |
at32uc3_ssc.h
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
at32uc3_tc.h
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
at32uc3_timerisr.c
|
Rename all architecture files of form xyz_internal.h to just xyz.h
|
2015-12-29 18:07:11 -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 |
at32uc3.h
|
Rename all architecture files of form xyz_internal.h to just xyz.h
|
2015-12-29 18:07:11 -06: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
|
Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1.
|
2015-09-01 13:47:06 -04: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 |