ohagendorf
bac84a58bd
[PROJECT.py] adds cmdline option to use program_name instread of program_id
2014-10-15 23:09:30 +02:00
Olaf Hagendorf
718366ba10
[PROJECT.py] sorts targets and toolchains for help option
...
Sorts targets and toolchains for help option and adds new option -L to
generate the list with possible projects to generate.
2014-10-14 18:04:32 +02:00
Bogdan Marinescu
ecf04d3782
Merge pull request #558 from toyowata/master
...
HAL: [LPC1549, LPC11U68] Add RTC support
2014-10-13 15:01:02 +01:00
Martin Kojtal
77c1102c0f
Merge pull request #556 from ohagendorf/Nucleo_F334R8
...
Exporters: NUCLEO_F334R8 - export to gcc_arm and coide (templates, travis addition)
2014-10-13 15:28:06 +02:00
Toyomasa Watarai
288dfb8e5f
[LPC1549, LPC11U68] Add RTC support
...
- Add RTC API support
2014-10-13 22:20:41 +09:00
Olaf Hagendorf
0e970af4a9
[EXPORT][NUCLEO_F334R8] Add no rtti flag to gcc_arm exporter
2014-10-13 11:59:46 +02:00
Martin Kojtal
7e29ffcd56
Merge pull request #557 from toyowata/master
...
HAL: LPC824 - Correct SPI delay value
2014-10-13 11:05:39 +02:00
Toyomasa Watarai
0c3d6305af
[LPC824] Add correct SPI delay value
...
- Move SPI delay setting from set_frequency() to spi_init()
- Set correct value for PRE_DELAY field
- Tested with mbed Application Shield
2014-10-13 17:45:34 +09:00
Rohit Grover
07722e70ce
adding pinmap definition for the smart-beacon-kit
2014-10-13 08:34:51 +01:00
Martin Kojtal
342790b0c3
Merge pull request #544 from ohagendorf/DISCO_F429_2
...
HAL: Disco_F429ZI - extensions of interrupt vectors, pin names and pin functions
2014-10-13 08:57:52 +02:00
Martin Kojtal
18b494b682
Merge pull request #551 from sg-/enet_status
...
Net: K64F - Add phy_link_status() to link status in emac driver
2014-10-13 08:09:08 +02:00
Martin Kojtal
bc5397a4ce
Merge pull request #555 from sg-/lpc11u24_export
...
Exporters: Add no rtti flag to exporters
2014-10-13 08:06:45 +02:00
Martin Kojtal
40c4aec798
Merge pull request #549 from 0xc0170/fix_iar_template
...
Exporters: IAR template - files and targets fix
2014-10-13 08:01:13 +02:00
ohagendorf
3b9fd11ee3
Merge branch 'gcc4nucleo_f334' into Nucleo_F334R8
...
Conflicts:
workspace_tools/export/gccarm.py
workspace_tools/export_test.py
2014-10-12 19:09:31 +02:00
Martin Kojtal
fb8255b710
Merge pull request #553 from ohagendorf/master
...
README - rendering problem because of a missing new line
2014-10-12 15:28:01 +02:00
ohagendorf
e7240496e4
[README.md] corrected the toolchains for IDEs CoIDE and emBlocks
2014-10-12 13:08:54 +02:00
sg-
8e5fb67c30
[export] Add no rtti flag to exporters
2014-10-10 18:01:31 -05:00
ohagendorf
3a3727939a
[README.md] rendering problem because of a missing new line
...
After last addition of a target, a new line was missing and that's why
there was a redering problem with a header line (Supported Toolchains
and IDEs).
2014-10-10 22:05:48 +02:00
ohagendorf
6cc89ef5e8
[DISCO_F429ZI] added a description why there are commented pwm config lines
...
Some text to explain the commented pwm pin config. Remove some Timer5
based pwm config.
The Timer5 lines are not allowed as pwm configs because the timer is
used by the us_ticker as mentioned at the start of the block. I've
overseen to remove these lines.
2014-10-10 21:48:20 +02:00
sg-
3af1e6597b
[net][k64f] Add access to link status in emac driver
2014-10-10 14:29:43 -05:00
0xc0170
3b87e28eb6
Export: IAR - sources in the project file, 3 targets ewp templates
2014-10-10 10:49:42 +02:00
0xc0170
c22a653bba
Export: IAR ewp template - add suffix lpc1768
...
- ewp file does define target, and it's set to lpc1768
2014-10-10 10:05:29 +02:00
Martin Kojtal
b97938d3ad
Merge pull request #548 from Cheong2K/master
...
HAL: BLE Nano - pin corrections for the BLE Nano board (D0-D7)
2014-10-10 09:42:59 +02:00
Cheong
68f9b5e847
Clean up and fixes.
2014-10-10 15:27:46 +08:00
0xc0170
6d160000ef
Merge branch 'xiongyihui-stm32f407'
2014-10-10 08:42:07 +02:00
0xc0170
7b68815ae1
Merge branch 'stm32f407' of github.com:xiongyihui/mbed into xiongyihui-stm32f407
...
Conflicts:
README.md
2014-10-10 08:41:09 +02:00
Martin Kojtal
ff145c5985
Merge pull request #545 from ohagendorf/master
...
README.md - some changes and additions
2014-10-10 08:36:06 +02:00
Cheong
02c6b49f14
Adjusted pin assignment for the BLE Nano board.
2014-10-10 14:30:06 +08:00
Yihui Xiong
be9dc13b29
README.md add boards of Seeed Arch series
2014-10-10 11:27:10 +08:00
Yihui Xiong
5c55c54a2c
[HAL][ARCH_MAX] add pin names - D14 and D15
2014-10-10 11:21:02 +08:00
ohagendorf
79cf6ab8fb
[README.md] some more changes and additions
...
Some more web addresses changes and added CoIDE as toolchain.
2014-10-09 21:54:30 +02:00
ohagendorf
542ae12f69
[README.md] some changes and additions
...
Changed web addresses from mbed.org to developer.mbed.org, added some
Nucleo and one Discovery board, reorder of the Nucleo boards depending
on M0, M3, M4.
2014-10-09 21:40:55 +02:00
ohagendorf
79e2ebfc7b
[DISCO_F429ZI] changed mcu names
...
Changed mcu names in comments from original F407 ot F429.
2014-10-09 20:20:12 +02:00
Martin Kojtal
dde65d84a0
Merge pull request #543 from dbestm/master
...
CMSIS: NUCLEO_F401RE - ARM GCC ld RAM size correction
2014-10-09 10:06:01 +01:00
dbestm
8d52e5439f
[NUCLEO_F401RE] enhance gcc ld file
2014-10-09 10:43:39 +02:00
Martin Kojtal
b5a4c8e803
Merge pull request #534 from anpilog/master
...
HAL: nrf51822 - Few fixes for PWM and Serial
2014-10-09 08:08:13 +01:00
Martin Kojtal
8b3e1c2fa8
Merge pull request #541 from dbestm/master
...
HAL: NUCLEO_F030R8 - port HAL to support Cube and cube files addition
2014-10-08 12:47:21 +01:00
dbestm
8df74cfcda
[NUCLEO_F030R8] port HAL to support cube and ad cube files as well
2014-10-08 11:24:16 +02:00
ohagendorf
f256f79b63
[DISCO_F429ZZI] pin function definition
...
Added mostly all pin function (ADC, I2C, SPI, UART, PWM).
The basis of the target was DISCO_F407. The 429 has some additional pin
functions which are added with this commit. Also ports, pins and pin
functions of the larger packages are added not only the available of the
F429ZI package.
2014-10-08 10:41:06 +02:00
Martin Kojtal
2c00ff11de
Merge pull request #537 from xiongyihui/stm32f407
...
HAL: DISC_F407VG, ARCH_MAX - change default toolchain
- ARCH_MAX - use different PeriheralNames.h files
2014-10-08 08:55:24 +01:00
Yihui Xiong
5098e3b480
[HAL][ARCH_MAX] use different PeripheralNames.h for STDIO_UART
2014-10-08 15:40:18 +08:00
Martin Kojtal
8013ae4480
Merge pull request #538 from bcostm/master
...
HAL: NUCLEO_F091RC - pin_mode for Serial only if the pin is present
2014-10-08 08:24:56 +01:00
bcostm
7a32e539fb
[NUCLEO_F091RC] pin_mode for Serial only if the pin is present
...
Same as all other targets.
2014-10-08 08:50:05 +02:00
Yihui Xiong
8383cf97d6
[DISC_F407VG & ARCH_MAX] change default toolchain
2014-10-08 10:48:27 +08:00
ohagendorf
70b576d1b3
[DISCO_F429ZI] missing interrupt vectors
...
Added some missing F429 interrupt vectors
2014-10-07 18:34:44 +02:00
Martin Kojtal
46e37048a8
Merge pull request #535 from bcostm/dev_F091RC
...
Platform: New platform addition - NUCLEO_F091RC
2014-10-07 09:23:49 +01:00
ohagendorf
cb23f2f47d
[EXPORT][NUCLEO_F334R8] removed accidentally 2 macros
...
The commit 'export to gcc_arm and coide' removed accidentally 2 macros
from NRF51822 and NRF51 targets.
2014-10-06 22:11:08 +02:00
bcostm
6fd2118f1d
[NUCLEO_F091RC] First commit of CMSIS files
2014-10-06 16:33:16 +02:00
bcostm
8b6ee09232
[NUCLEO_F091RC] Update python files for this target, add uVision exporter
2014-10-06 16:31:48 +02:00
bcostm
294db2502e
[NUCLEO_F091RC] First commit of HAL files
2014-10-06 16:08:56 +02:00