summaryrefslogtreecommitdiff
path: root/hw/mcu/stm
AgeCommit message (Expand)Author
2016-09-07bsp: add support for Nucleo-F401REdualbank_rsa_enabled_bootloaderRicardo Salveti
2016-08-11Fix error in comment regarding how to calculate pin index from the port and p...William San Filippo
2016-08-03olimex-e407 - hal_uart_close().Christopher Collins
2016-06-30MYNEWT-329: More efficient cputime when using 1MHZ clockWilliam San Filippo
2016-06-23MYNEWT-79: move common hal code from mcu to halWilliam San Filippo
2016-06-23MYNEWT-273; implement bsp_hw_id() for nordic and STM32F4.Marko Kiiskila
2016-06-10MYNEWT-304; mcu hal - add routine system_debugger_attached() which tellsMarko Kiiskila
2016-04-12stm32f4; UART would sometimes stall the system at the end of TX.Marko Kiiskila
2016-04-12stm32f4xx; when entering sleep mode, JTAG detaches. Keep clocking debugMarko Kiiskila
2016-04-11This close pull request #34.Marko Kiiskila
2016-04-07Changing return type to "int" for hal_gpio_toggleVipul Rahane
2016-04-06Cut over to using 'hal_os_tick.c' APIs for periodic OS timer.Neel Natu
2016-03-14Replace some common fields in pkg.yml.Christopher Collins
2016-03-09Reflect repository name change in yml files.Marko Kiiskila
2016-03-03Merge remote-tracking branch 'origin/develop'Christopher Collins
2016-03-03Fix some version discrepencies in pkg.yml files.Christopher Collins
2016-02-24(MYNEWT-43) Add missing fields to egg.yml files.Christopher Collins
2016-02-22MYNEWT-73: Add hal_ to HAL gpiowes3
2016-02-19Remove Apache license from some third-party files.Christopher Collins
2016-02-19Updated version of system_stm32f4xx with more permissive license.Christopher Collins
2016-02-10rename repository to app, and fix merge conflictsSterling Hughes
2016-02-10remove interim egg filesSterling Hughes
2016-02-10Moving STM32F3xx support to a separate repository.Marko Kiiskila
2016-02-06add license definitions to .yml filesSterling Hughes
2016-02-06update more header files... stragglers.Sterling Hughes
2016-02-06update license header files, continued.Sterling Hughes
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2015-12-09Expose flash alignment restriction (if any).Marko Kiiskila
2015-12-04Make routine which starts executing program from bootloader to be MCUMarko Kiiskila
2015-11-25First take on HAL flash implementation for STM32F3.Marko Kiiskila
2015-11-25Change bsp_flash_dev to return const struct hal_flash *.Marko Kiiskila
2015-11-23Clear flash status before attempting write. Otherwise it'll failMarko Kiiskila
2015-11-23Fix check for whether uart was open on not when tx'ingMarko Kiiskila
2015-11-10flash_areas to communicate which sections of flash are forMarko Kiiskila
2015-11-05Switch to use updated API in flash drivers. Expose these with currentMarko Kiiskila
2015-10-30Only issue "bkpt" on restart if debugger is attached.Marko Kiiskila
2015-10-30Make the system restart happen via system_reset(). For Cortex, dropMarko Kiiskila
2015-10-29HAL UART; add call to enter blocking mode (does not need interrupts).Marko Kiiskila
2015-10-16HAL UART for STM32F4xx.Marko Kiiskila
2015-10-16Coding style fixes.Marko Kiiskila
2015-10-16HAL UART; rename because of naming conflicts with STM32F4 driver library.Marko Kiiskila
2015-10-16Fix #ifdef name to match filename.Marko Kiiskila
2015-10-15STM32F3 UART; clear TCIE even when tx_done function is not specified.Marko Kiiskila
2015-10-15UART HAL; add uart_tx_done callback. Change uart_init() toMarko Kiiskila
2015-10-15HAL interface for UART. Implementation of this for native with pseudo-tty,Marko Kiiskila
2015-10-13Change STM32F3xx to use Std Peripheral Library instead of STMCubeMarko Kiiskila
2015-10-06Make eggs out of compiler definition directories, so they can beMarko Kiiskila
2015-09-30Create mcu/cortex_m4.h for Cortex-M4s. Use this to move OS contextMarko Kiiskila
2015-09-29Merge branch 'master' of https://github.com/mynewt/larva into master_mcupathMarko Kiiskila
2015-09-29Move MCU specific header files from include/<mcu_type> to include/mcu.Marko Kiiskila